@esfaenza/core 15.2.214 → 15.2.215
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/esm2020/components/jace-resource/jace-resource.component.mjs +2 -2
- package/esm2020/lib/app.component.mjs +2 -2
- package/fesm2015/esfaenza-core-components.mjs +1 -1
- 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 +1 -1
- 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 +1 -1
|
@@ -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:.3282;transform:translate(83.7449vw,-10px) scale(.2201);animation:fall-1 13s -29s linear infinite}@keyframes fall-1{36.465%{transform:translate(78.6154vw,36.465vh) scale(.2201)}to{transform:translate(81.18015vw,99vh) scale(.2201)}}.snow:nth-child(2){opacity:1.9556;transform:translate(91.9738vw,-10px) scale(.4257);animation:fall-2 30s -22s linear infinite}@keyframes fall-2{49.774%{transform:translate(93.9635vw,49.774vh) scale(.4257)}to{transform:translate(92.96865vw,99vh) scale(.4257)}}.snow:nth-child(3){opacity:.3462;transform:translate(28.3695vw,-10px) scale(.6612);animation:fall-3 10s -6s linear infinite}@keyframes fall-3{30.753%{transform:translate(36.6198vw,30.753vh) scale(.6612)}to{transform:translate(32.49465vw,99vh) scale(.6612)}}.snow:nth-child(4){opacity:1.354;transform:translate(19.2385vw,-10px) scale(.347);animation:fall-4 24s -9s linear infinite}@keyframes fall-4{64.879%{transform:translate(18.9729vw,64.879vh) scale(.347)}to{transform:translate(19.1057vw,99vh) scale(.347)}}.snow:nth-child(5){opacity:.728;transform:translate(.9819vw,-10px) scale(.5467);animation:fall-5 16s -21s linear infinite}@keyframes fall-5{63.08%{transform:translate(-5.1734vw,63.08vh) scale(.5467)}to{transform:translate(-2.09575vw,99vh) scale(.5467)}}.snow:nth-child(6){opacity:1.287;transform:translate(90.459vw,-10px) scale(.005);animation:fall-6 18s -9s linear infinite}@keyframes fall-6{72.415%{transform:translate(92.4789vw,72.415vh) scale(.005)}to{transform:translate(91.46895vw,99vh) scale(.005)}}.snow:nth-child(7){opacity:1.3132;transform:translate(71.6438vw,-10px) scale(.2247);animation:fall-7 28s -19s linear infinite}@keyframes fall-7{56.097%{transform:translate(77.6449vw,56.097vh) scale(.2247)}to{transform:translate(74.64435vw,99vh) scale(.2247)}}.snow:nth-child(8){opacity:.1454;transform:translate(71.0672vw,-10px) scale(.8136);animation:fall-8 19s -3s linear infinite}@keyframes fall-8{72.565%{transform:translate(63.514vw,72.565vh) scale(.8136)}to{transform:translate(67.2906vw,99vh) scale(.8136)}}.snow:nth-child(9){opacity:.1808;transform:translate(97.0217vw,-10px) scale(.4279);animation:fall-9 10s -21s linear infinite}@keyframes fall-9{63.191%{transform:translate(104.3411vw,63.191vh) scale(.4279)}to{transform:translate(100.6814vw,99vh) scale(.4279)}}.snow:nth-child(10){opacity:.0384;transform:translate(88.8882vw,-10px) scale(.7548);animation:fall-10 17s -6s linear infinite}@keyframes fall-10{60.334%{transform:translate(93.1676vw,60.334vh) scale(.7548)}to{transform:translate(91.0279vw,99vh) scale(.7548)}}.snow:nth-child(11){opacity:1.2066;transform:translate(39.1428vw,-10px) scale(.6768);animation:fall-11 11s -10s linear infinite}@keyframes fall-11{55.31%{transform:translate(44.9256vw,55.31vh) scale(.6768)}to{transform:translate(42.0342vw,99vh) scale(.6768)}}.snow:nth-child(12){opacity:.4408;transform:translate(87.6863vw,-10px) scale(.0001);animation:fall-12 22s -28s linear infinite}@keyframes fall-12{32.581%{transform:translate(78.9821vw,32.581vh) scale(.0001)}to{transform:translate(83.3342vw,99vh) scale(.0001)}}.snow:nth-child(13){opacity:.0046;transform:translate(59.2186vw,-10px) scale(.9437);animation:fall-13 16s -9s linear infinite}@keyframes fall-13{60.171%{transform:translate(67.1833vw,60.171vh) scale(.9437)}to{transform:translate(63.20095vw,99vh) scale(.9437)}}.snow:nth-child(14){opacity:1.999;transform:translate(1.8107vw,-10px) scale(.8146);animation:fall-14 21s -26s linear infinite}@keyframes fall-14{41.305%{transform:translate(6.4696vw,41.305vh) scale(.8146)}to{transform:translate(4.14015vw,99vh) scale(.8146)}}.snow:nth-child(15){opacity:.6824;transform:translate(8.6351vw,-10px) scale(.7608);animation:fall-15 21s -27s linear infinite}@keyframes fall-15{71.341%{transform:translate(17.1989vw,71.341vh) scale(.7608)}to{transform:translate(12.917vw,99vh) scale(.7608)}}.snow:nth-child(16){opacity:.4462;transform:translate(73.7746vw,-10px) scale(.8264);animation:fall-16 13s -24s linear infinite}@keyframes fall-16{49.518%{transform:translate(66.2975vw,49.518vh) scale(.8264)}to{transform:translate(70.03605vw,99vh) scale(.8264)}}.snow:nth-child(17){opacity:.737;transform:translate(20.9568vw,-10px) scale(.6034);animation:fall-17 18s -13s linear infinite}@keyframes fall-17{63.122%{transform:translate(14.1599vw,63.122vh) scale(.6034)}to{transform:translate(17.55835vw,99vh) scale(.6034)}}.snow:nth-child(18){opacity:1.9004;transform:translate(7.1196vw,-10px) scale(.1351);animation:fall-18 20s -4s linear infinite}@keyframes fall-18{66.697%{transform:translate(-1.1578vw,66.697vh) scale(.1351)}to{transform:translate(2.9809vw,99vh) scale(.1351)}}.snow:nth-child(19){opacity:1.4152;transform:translate(82.2475vw,-10px) scale(.3509);animation:fall-19 15s -8s linear infinite}@keyframes fall-19{35.565%{transform:translate(76.0816vw,35.565vh) scale(.3509)}to{transform:translate(79.16455vw,99vh) scale(.3509)}}.snow:nth-child(20){opacity:.0664;transform:translate(99.1858vw,-10px) scale(.1459);animation:fall-20 11s -28s linear infinite}@keyframes fall-20{39.481%{transform:translate(95.7376vw,39.481vh) scale(.1459)}to{transform:translate(97.4617vw,99vh) scale(.1459)}}.snow:nth-child(21){opacity:1.9942;transform:translate(79.7657vw,-10px) scale(.9337);animation:fall-21 18s -6s linear infinite}@keyframes fall-21{66.591%{transform:translate(70.9064vw,66.591vh) scale(.9337)}to{transform:translate(75.33605vw,99vh) scale(.9337)}}.snow:nth-child(22){opacity:1.5852;transform:translate(85.1197vw,-10px) scale(.0299);animation:fall-22 16s -19s linear infinite}@keyframes fall-22{47.479%{transform:translate(83.1053vw,47.479vh) scale(.0299)}to{transform:translate(84.1125vw,99vh) scale(.0299)}}.snow:nth-child(23){opacity:1.8852;transform:translate(14.1708vw,-10px) scale(.9156);animation:fall-23 13s -20s linear infinite}@keyframes fall-23{56.408%{transform:translate(6.939vw,56.408vh) scale(.9156)}to{transform:translate(10.5549vw,99vh) scale(.9156)}}.snow:nth-child(24){opacity:1.8498;transform:translate(42.7424vw,-10px) scale(.1854);animation:fall-24 10s -6s linear infinite}@keyframes fall-24{32.272%{transform:translate(49.3273vw,32.272vh) scale(.1854)}to{transform:translate(46.03485vw,99vh) scale(.1854)}}.snow:nth-child(25){opacity:1.6778;transform:translate(76.6004vw,-10px) scale(.0369);animation:fall-25 18s -28s linear infinite}@keyframes fall-25{64.693%{transform:translate(75.2394vw,64.693vh) scale(.0369)}to{transform:translate(75.9199vw,99vh) scale(.0369)}}.snow:nth-child(26){opacity:1.3538;transform:translate(57.3969vw,-10px) scale(.1578);animation:fall-26 25s -3s linear infinite}@keyframes fall-26{62.722%{transform:translate(51.5096vw,62.722vh) scale(.1578)}to{transform:translate(54.45325vw,99vh) scale(.1578)}}.snow:nth-child(27){opacity:1.3978;transform:translate(87.2576vw,-10px) scale(.9151);animation:fall-27 24s -15s linear infinite}@keyframes fall-27{76.305%{transform:translate(89.8648vw,76.305vh) scale(.9151)}to{transform:translate(88.5612vw,99vh) scale(.9151)}}.snow:nth-child(28){opacity:.2262;transform:translate(39.3956vw,-10px) scale(.8233);animation:fall-28 13s -24s linear infinite}@keyframes fall-28{33.077%{transform:translate(44.3072vw,33.077vh) scale(.8233)}to{transform:translate(41.8514vw,99vh) scale(.8233)}}.snow:nth-child(29){opacity:1.1134;transform:translate(96.8862vw,-10px) scale(.1267);animation:fall-29 13s -18s linear infinite}@keyframes fall-29{42.612%{transform:translate(93.738vw,42.612vh) scale(.1267)}to{transform:translate(95.3121vw,99vh) scale(.1267)}}.snow:nth-child(30){opacity:1.1776;transform:translate(74.7725vw,-10px) scale(.3494);animation:fall-30 25s -29s linear infinite}@keyframes fall-30{30.487%{transform:translate(73.6974vw,30.487vh) scale(.3494)}to{transform:translate(74.23495vw,99vh) scale(.3494)}}.snow:nth-child(31){opacity:.1106;transform:translate(61.5765vw,-10px) scale(.3901);animation:fall-31 12s -7s linear infinite}@keyframes fall-31{47.901%{transform:translate(70.3742vw,47.901vh) scale(.3901)}to{transform:translate(65.97535vw,99vh) scale(.3901)}}.snow:nth-child(32){opacity:.6042;transform:translate(72.2995vw,-10px) scale(.8815);animation:fall-32 14s -4s linear infinite}@keyframes fall-32{66.296%{transform:translate(73.2427vw,66.296vh) scale(.8815)}to{transform:translate(72.7711vw,99vh) scale(.8815)}}.snow:nth-child(33){opacity:1.0308;transform:translate(97.1613vw,-10px) scale(.0484);animation:fall-33 26s -1s linear infinite}@keyframes fall-33{66.432%{transform:translate(102.6248vw,66.432vh) scale(.0484)}to{transform:translate(99.89305vw,99vh) scale(.0484)}}.snow:nth-child(34){opacity:1.4516;transform:translate(25.7416vw,-10px) scale(.126);animation:fall-34 16s -6s linear infinite}@keyframes fall-34{47.274%{transform:translate(20.0932vw,47.274vh) scale(.126)}to{transform:translate(22.9174vw,99vh) scale(.126)}}.snow:nth-child(35){opacity:1.333;transform:translate(34.0185vw,-10px) scale(.0641);animation:fall-35 25s -10s linear infinite}@keyframes fall-35{66.607%{transform:translate(26.7993vw,66.607vh) scale(.0641)}to{transform:translate(30.4089vw,99vh) scale(.0641)}}.snow:nth-child(36){opacity:.1574;transform:translate(16.5853vw,-10px) scale(.1863);animation:fall-36 15s -15s linear infinite}@keyframes fall-36{31.548%{transform:translate(11.0356vw,31.548vh) scale(.1863)}to{transform:translate(13.81045vw,99vh) scale(.1863)}}.snow:nth-child(37){opacity:.202;transform:translate(38.5358vw,-10px) scale(.1774);animation:fall-37 14s -3s linear infinite}@keyframes fall-37{70.956%{transform:translate(35.5598vw,70.956vh) scale(.1774)}to{transform:translate(37.0478vw,99vh) scale(.1774)}}.snow:nth-child(38){opacity:.6622;transform:translate(2.3048vw,-10px) scale(.5022);animation:fall-38 23s -17s linear infinite}@keyframes fall-38{79.025%{transform:translate(3.8544vw,79.025vh) scale(.5022)}to{transform:translate(3.0796vw,99vh) scale(.5022)}}.snow:nth-child(39){opacity:.943;transform:translate(70.8128vw,-10px) scale(.3105);animation:fall-39 27s -17s linear infinite}@keyframes fall-39{51.211%{transform:translate(61.1465vw,51.211vh) scale(.3105)}to{transform:translate(65.97965vw,99vh) scale(.3105)}}.snow:nth-child(40){opacity:1.3776;transform:translate(42.7116vw,-10px) scale(.7147);animation:fall-40 30s -3s linear infinite}@keyframes fall-40{34.184%{transform:translate(52.3552vw,34.184vh) scale(.7147)}to{transform:translate(47.5334vw,99vh) scale(.7147)}}.snow:nth-child(41){opacity:.238;transform:translate(67.5741vw,-10px) scale(.338);animation:fall-41 12s -13s linear infinite}@keyframes fall-41{66.906%{transform:translate(57.7547vw,66.906vh) scale(.338)}to{transform:translate(62.6644vw,99vh) scale(.338)}}.snow:nth-child(42){opacity:1.7514;transform:translate(20.1462vw,-10px) scale(.9642);animation:fall-42 28s -14s linear infinite}@keyframes fall-42{78.505%{transform:translate(26.4031vw,78.505vh) scale(.9642)}to{transform:translate(23.27465vw,99vh) scale(.9642)}}.snow:nth-child(43){opacity:1.258;transform:translate(94.6023vw,-10px) scale(.637);animation:fall-43 27s -28s linear infinite}@keyframes fall-43{52.298%{transform:translate(96.4751vw,52.298vh) scale(.637)}to{transform:translate(95.5387vw,99vh) scale(.637)}}.snow:nth-child(44){opacity:.3784;transform:translate(47.8693vw,-10px) scale(.3463);animation:fall-44 15s -8s linear infinite}@keyframes fall-44{33.949%{transform:translate(43.8222vw,33.949vh) scale(.3463)}to{transform:translate(45.84575vw,99vh) scale(.3463)}}.snow:nth-child(45){opacity:1.1574;transform:translate(79.7439vw,-10px) scale(.0013);animation:fall-45 27s -8s linear infinite}@keyframes fall-45{52.218%{transform:translate(75.2925vw,52.218vh) scale(.0013)}to{transform:translate(77.5182vw,99vh) scale(.0013)}}.snow:nth-child(46){opacity:.9128;transform:translate(68.2493vw,-10px) scale(.1774);animation:fall-46 19s -9s linear infinite}@keyframes fall-46{78.416%{transform:translate(73.1673vw,78.416vh) scale(.1774)}to{transform:translate(70.7083vw,99vh) scale(.1774)}}.snow:nth-child(47){opacity:.0342;transform:translate(26.6597vw,-10px) scale(.8764);animation:fall-47 10s -25s linear infinite}@keyframes fall-47{66.088%{transform:translate(19.6292vw,66.088vh) scale(.8764)}to{transform:translate(23.14445vw,99vh) scale(.8764)}}.snow:nth-child(48){opacity:1.8934;transform:translate(61.3604vw,-10px) scale(.4953);animation:fall-48 16s -27s linear infinite}@keyframes fall-48{35.506%{transform:translate(61.8605vw,35.506vh) scale(.4953)}to{transform:translate(61.61045vw,99vh) scale(.4953)}}.snow:nth-child(49){opacity:.2444;transform:translate(49.5968vw,-10px) scale(.9093);animation:fall-49 12s -5s linear infinite}@keyframes fall-49{66.762%{transform:translate(54.7103vw,66.762vh) scale(.9093)}to{transform:translate(52.15355vw,99vh) scale(.9093)}}.snow:nth-child(50){opacity:.3232;transform:translate(34.1987vw,-10px) scale(.4183);animation:fall-50 23s -2s linear infinite}@keyframes fall-50{65.134%{transform:translate(42.8675vw,65.134vh) scale(.4183)}to{transform:translate(38.5331vw,99vh) scale(.4183)}}.snow:nth-child(51){opacity:.5694;transform:translate(18.5479vw,-10px) scale(.4664);animation:fall-51 23s -12s linear infinite}@keyframes fall-51{39.019%{transform:translate(21.1307vw,39.019vh) scale(.4664)}to{transform:translate(19.8393vw,99vh) scale(.4664)}}.snow:nth-child(52){opacity:1.2386;transform:translate(4.4447vw,-10px) scale(.1146);animation:fall-52 17s -12s linear infinite}@keyframes fall-52{51.836%{transform:translate(7.185vw,51.836vh) scale(.1146)}to{transform:translate(5.81485vw,99vh) scale(.1146)}}.snow:nth-child(53){opacity:.6716;transform:translate(48.3986vw,-10px) scale(.2872);animation:fall-53 19s -14s linear infinite}@keyframes fall-53{42.675%{transform:translate(46.5291vw,42.675vh) scale(.2872)}to{transform:translate(47.46385vw,99vh) scale(.2872)}}.snow:nth-child(54){opacity:.9438;transform:translate(48.2862vw,-10px) scale(.6378);animation:fall-54 20s -22s linear infinite}@keyframes fall-54{55.903%{transform:translate(39.7241vw,55.903vh) scale(.6378)}to{transform:translate(44.00515vw,99vh) scale(.6378)}}.snow:nth-child(55){opacity:1.2212;transform:translate(71.361vw,-10px) scale(.7375);animation:fall-55 27s -4s linear infinite}@keyframes fall-55{31.881%{transform:translate(63.9618vw,31.881vh) scale(.7375)}to{transform:translate(67.6614vw,99vh) scale(.7375)}}.snow:nth-child(56){opacity:1.4746;transform:translate(82.5605vw,-10px) scale(.4413);animation:fall-56 22s -11s linear infinite}@keyframes fall-56{78.832%{transform:translate(85.354vw,78.832vh) scale(.4413)}to{transform:translate(83.95725vw,99vh) scale(.4413)}}.snow:nth-child(57){opacity:1.6076;transform:translate(25.8207vw,-10px) scale(.4353);animation:fall-57 22s -20s linear infinite}@keyframes fall-57{36.163%{transform:translate(20.3726vw,36.163vh) scale(.4353)}to{transform:translate(23.09665vw,99vh) scale(.4353)}}.snow:nth-child(58){opacity:.52;transform:translate(31.0859vw,-10px) scale(.904);animation:fall-58 15s -6s linear infinite}@keyframes fall-58{62.548%{transform:translate(37.1633vw,62.548vh) scale(.904)}to{transform:translate(34.1246vw,99vh) scale(.904)}}.snow:nth-child(59){opacity:.1366;transform:translate(32.1643vw,-10px) scale(.0309);animation:fall-59 21s -25s linear infinite}@keyframes fall-59{68.021%{transform:translate(40.7621vw,68.021vh) scale(.0309)}to{transform:translate(36.4632vw,99vh) scale(.0309)}}.snow:nth-child(60){opacity:.1254;transform:translate(76.2724vw,-10px) scale(.0644);animation:fall-60 30s -9s linear infinite}@keyframes fall-60{71.043%{transform:translate(82.3054vw,71.043vh) scale(.0644)}to{transform:translate(79.2889vw,99vh) scale(.0644)}}.snow:nth-child(61){opacity:1.2916;transform:translate(76.5576vw,-10px) scale(.9495);animation:fall-61 20s -7s linear infinite}@keyframes fall-61{42.839%{transform:translate(79.9264vw,42.839vh) scale(.9495)}to{transform:translate(78.242vw,99vh) scale(.9495)}}.snow:nth-child(62){opacity:.94;transform:translate(64.4263vw,-10px) scale(.8369);animation:fall-62 24s -14s linear infinite}@keyframes fall-62{37.562%{transform:translate(58.6528vw,37.562vh) scale(.8369)}to{transform:translate(61.53955vw,99vh) scale(.8369)}}.snow:nth-child(63){opacity:1.9506;transform:translate(53.4805vw,-10px) scale(.3327);animation:fall-63 17s -29s linear infinite}@keyframes fall-63{65.942%{transform:translate(57.2845vw,65.942vh) scale(.3327)}to{transform:translate(55.3825vw,99vh) scale(.3327)}}.snow:nth-child(64){opacity:.3612;transform:translate(69.2731vw,-10px) scale(.2909);animation:fall-64 25s -7s linear infinite}@keyframes fall-64{68%{transform:translate(71.6636vw,68vh) scale(.2909)}to{transform:translate(70.46835vw,99vh) scale(.2909)}}.snow:nth-child(65){opacity:.3874;transform:translate(10.6066vw,-10px) scale(.7165);animation:fall-65 10s -4s linear infinite}@keyframes fall-65{56.16%{transform:translate(8.0569vw,56.16vh) scale(.7165)}to{transform:translate(9.33175vw,99vh) scale(.7165)}}.snow:nth-child(66){opacity:1.5516;transform:translate(39.6318vw,-10px) scale(.0802);animation:fall-66 22s -24s linear infinite}@keyframes fall-66{57.692%{transform:translate(49.6132vw,57.692vh) scale(.0802)}to{transform:translate(44.6225vw,99vh) scale(.0802)}}.snow:nth-child(67){opacity:.9152;transform:translate(77.7768vw,-10px) scale(.8192);animation:fall-67 13s -22s linear infinite}@keyframes fall-67{78.05%{transform:translate(82.8408vw,78.05vh) scale(.8192)}to{transform:translate(80.3088vw,99vh) scale(.8192)}}.snow:nth-child(68){opacity:1.4502;transform:translate(89.0476vw,-10px) scale(.8417);animation:fall-68 14s -5s linear infinite}@keyframes fall-68{48.001%{transform:translate(95.0582vw,48.001vh) scale(.8417)}to{transform:translate(92.0529vw,99vh) scale(.8417)}}.snow:nth-child(69){opacity:1.2644;transform:translate(10.8849vw,-10px) scale(.9366);animation:fall-69 27s -9s linear infinite}@keyframes fall-69{79.513%{transform:translate(13.8487vw,79.513vh) scale(.9366)}to{transform:translate(12.3668vw,99vh) scale(.9366)}}.snow:nth-child(70){opacity:.2134;transform:translate(70.8733vw,-10px) scale(.376);animation:fall-70 20s -11s linear infinite}@keyframes fall-70{40.724%{transform:translate(72.7164vw,40.724vh) scale(.376)}to{transform:translate(71.79485vw,99vh) scale(.376)}}.snow:nth-child(71){opacity:1.6088;transform:translate(84.3359vw,-10px) scale(.1074);animation:fall-71 15s -5s linear infinite}@keyframes fall-71{77.69%{transform:translate(91.2865vw,77.69vh) scale(.1074)}to{transform:translate(87.8112vw,99vh) scale(.1074)}}.snow:nth-child(72){opacity:.583;transform:translate(47.619vw,-10px) scale(.4492);animation:fall-72 16s -30s linear infinite}@keyframes fall-72{55.901%{transform:translate(42.5538vw,55.901vh) scale(.4492)}to{transform:translate(45.0864vw,99vh) scale(.4492)}}.snow:nth-child(73){opacity:1.2752;transform:translate(44.6992vw,-10px) scale(.7336);animation:fall-73 23s -16s linear infinite}@keyframes fall-73{61.247%{transform:translate(38.5878vw,61.247vh) scale(.7336)}to{transform:translate(41.6435vw,99vh) scale(.7336)}}.snow:nth-child(74){opacity:.69;transform:translate(95.4583vw,-10px) scale(.1958);animation:fall-74 13s -27s linear infinite}@keyframes fall-74{71.177%{transform:translate(89.6802vw,71.177vh) scale(.1958)}to{transform:translate(92.56925vw,99vh) scale(.1958)}}.snow:nth-child(75){opacity:1.1382;transform:translate(58.9631vw,-10px) scale(.9378);animation:fall-75 22s -29s linear infinite}@keyframes fall-75{42.336%{transform:translate(51.033vw,42.336vh) scale(.9378)}to{transform:translate(54.99805vw,99vh) scale(.9378)}}.snow:nth-child(76){opacity:1.6888;transform:translate(42.3978vw,-10px) scale(.8787);animation:fall-76 22s -29s linear infinite}@keyframes fall-76{43.092%{transform:translate(37.8402vw,43.092vh) scale(.8787)}to{transform:translate(40.119vw,99vh) scale(.8787)}}.snow:nth-child(77){opacity:.337;transform:translate(62.1816vw,-10px) scale(.8368);animation:fall-77 10s -25s linear infinite}@keyframes fall-77{58.542%{transform:translate(66.1302vw,58.542vh) scale(.8368)}to{transform:translate(64.1559vw,99vh) scale(.8368)}}.snow:nth-child(78){opacity:.142;transform:translate(12.8593vw,-10px) scale(.3453);animation:fall-78 27s -18s linear infinite}@keyframes fall-78{76.719%{transform:translate(4.0942vw,76.719vh) scale(.3453)}to{transform:translate(8.47675vw,99vh) scale(.3453)}}.snow:nth-child(79){opacity:1.3982;transform:translate(75.5368vw,-10px) scale(.6415);animation:fall-79 21s -30s linear infinite}@keyframes fall-79{49.416%{transform:translate(80.0628vw,49.416vh) scale(.6415)}to{transform:translate(77.7998vw,99vh) scale(.6415)}}.snow:nth-child(80){opacity:.7488;transform:translate(96.1319vw,-10px) scale(.8236);animation:fall-80 10s -3s linear infinite}@keyframes fall-80{68.799%{transform:translate(97.5027vw,68.799vh) scale(.8236)}to{transform:translate(96.8173vw,99vh) scale(.8236)}}.snow:nth-child(81){opacity:.0116;transform:translate(22.5366vw,-10px) scale(.3592);animation:fall-81 26s -17s linear infinite}@keyframes fall-81{36.475%{transform:translate(29.7742vw,36.475vh) scale(.3592)}to{transform:translate(26.1554vw,99vh) scale(.3592)}}.snow:nth-child(82){opacity:1.5392;transform:translate(35.2899vw,-10px) scale(.8409);animation:fall-82 27s -18s linear infinite}@keyframes fall-82{60.583%{transform:translate(28.7147vw,60.583vh) scale(.8409)}to{transform:translate(32.0023vw,99vh) scale(.8409)}}.snow:nth-child(83){opacity:.1118;transform:translate(32.2113vw,-10px) scale(.8382);animation:fall-83 15s -4s linear infinite}@keyframes fall-83{51.638%{transform:translate(27.6521vw,51.638vh) scale(.8382)}to{transform:translate(29.9317vw,99vh) scale(.8382)}}.snow:nth-child(84){opacity:.4324;transform:translate(64.7306vw,-10px) scale(.8288);animation:fall-84 20s -29s linear infinite}@keyframes fall-84{54.903%{transform:translate(56.7409vw,54.903vh) scale(.8288)}to{transform:translate(60.73575vw,99vh) scale(.8288)}}.snow:nth-child(85){opacity:.709;transform:translate(76.1514vw,-10px) scale(.3688);animation:fall-85 26s -25s linear infinite}@keyframes fall-85{30.374%{transform:translate(80.2417vw,30.374vh) scale(.3688)}to{transform:translate(78.19655vw,99vh) scale(.3688)}}.snow:nth-child(86){opacity:1.466;transform:translate(46.7469vw,-10px) scale(.3713);animation:fall-86 16s -7s linear infinite}@keyframes fall-86{46.176%{transform:translate(54.0124vw,46.176vh) scale(.3713)}to{transform:translate(50.37965vw,99vh) scale(.3713)}}.snow:nth-child(87){opacity:1.0382;transform:translate(53.4551vw,-10px) scale(.2311);animation:fall-87 19s -4s linear infinite}@keyframes fall-87{43.53%{transform:translate(63.4365vw,43.53vh) scale(.2311)}to{transform:translate(58.4458vw,99vh) scale(.2311)}}.snow:nth-child(88){opacity:1.6358;transform:translate(18.5934vw,-10px) scale(.1865);animation:fall-88 11s -23s linear infinite}@keyframes fall-88{65.861%{transform:translate(17.698vw,65.861vh) scale(.1865)}to{transform:translate(18.1457vw,99vh) scale(.1865)}}.snow:nth-child(89){opacity:1.1432;transform:translate(69.7509vw,-10px) scale(.8743);animation:fall-89 28s -18s linear infinite}@keyframes fall-89{75.009%{transform:translate(75.8044vw,75.009vh) scale(.8743)}to{transform:translate(72.77765vw,99vh) scale(.8743)}}.snow:nth-child(90){opacity:1.6404;transform:translate(73.6301vw,-10px) scale(.8079);animation:fall-90 27s -3s linear infinite}@keyframes fall-90{38.084%{transform:translate(77.5823vw,38.084vh) scale(.8079)}to{transform:translate(75.6062vw,99vh) scale(.8079)}}.snow:nth-child(91){opacity:.5574;transform:translate(25.2019vw,-10px) scale(.4712);animation:fall-91 29s -28s linear infinite}@keyframes fall-91{53.503%{transform:translate(17.0928vw,53.503vh) scale(.4712)}to{transform:translate(21.14735vw,99vh) scale(.4712)}}.snow:nth-child(92){opacity:1.6608;transform:translate(47.4298vw,-10px) scale(.2257);animation:fall-92 13s -22s linear infinite}@keyframes fall-92{53.319%{transform:translate(44.9452vw,53.319vh) scale(.2257)}to{transform:translate(46.1875vw,99vh) scale(.2257)}}.snow:nth-child(93){opacity:.2906;transform:translate(68.6968vw,-10px) scale(.3453);animation:fall-93 10s -1s linear infinite}@keyframes fall-93{77.764%{transform:translate(78.5133vw,77.764vh) scale(.3453)}to{transform:translate(73.60505vw,99vh) scale(.3453)}}.snow:nth-child(94){opacity:1.8116;transform:translate(76.8485vw,-10px) scale(.8121);animation:fall-94 15s -13s linear infinite}@keyframes fall-94{38.286%{transform:translate(68.6167vw,38.286vh) scale(.8121)}to{transform:translate(72.7326vw,99vh) scale(.8121)}}.snow:nth-child(95){opacity:.326;transform:translate(79.6272vw,-10px) scale(.1515);animation:fall-95 24s -27s linear infinite}@keyframes fall-95{40.524%{transform:translate(77.7149vw,40.524vh) scale(.1515)}to{transform:translate(78.67105vw,99vh) scale(.1515)}}.snow:nth-child(96){opacity:1.5578;transform:translate(78.3438vw,-10px) scale(.1276);animation:fall-96 23s -28s linear infinite}@keyframes fall-96{51.06%{transform:translate(77.599vw,51.06vh) scale(.1276)}to{transform:translate(77.9714vw,99vh) scale(.1276)}}.snow:nth-child(97){opacity:1.8516;transform:translate(10.3016vw,-10px) scale(.7735);animation:fall-97 14s -5s linear infinite}@keyframes fall-97{52.037%{transform:translate(12.8907vw,52.037vh) scale(.7735)}to{transform:translate(11.59615vw,99vh) scale(.7735)}}.snow:nth-child(98){opacity:1.403;transform:translate(69.811vw,-10px) scale(.7733);animation:fall-98 26s -27s linear infinite}@keyframes fall-98{68.33%{transform:translate(78.1961vw,68.33vh) scale(.7733)}to{transform:translate(74.00355vw,99vh) scale(.7733)}}.snow:nth-child(99){opacity:.13;transform:translate(50.7406vw,-10px) scale(.4468);animation:fall-99 16s -6s linear infinite}@keyframes fall-99{60.579%{transform:translate(40.8741vw,60.579vh) scale(.4468)}to{transform:translate(45.80735vw,99vh) scale(.4468)}}.snow:nth-child(100){opacity:.8824;transform:translate(82.8105vw,-10px) scale(.0505);animation:fall-100 30s -23s linear infinite}@keyframes fall-100{56.72%{transform:translate(83.1623vw,56.72vh) scale(.0505)}to{transform:translate(82.9864vw,99vh) scale(.0505)}}.snow:nth-child(101){opacity:1.2246;transform:translate(20.7969vw,-10px) scale(.6895);animation:fall-101 25s -30s linear infinite}@keyframes fall-101{50.767%{transform:translate(12.3629vw,50.767vh) scale(.6895)}to{transform:translate(16.5799vw,99vh) scale(.6895)}}.snow:nth-child(102){opacity:1.7952;transform:translate(10.7761vw,-10px) scale(.8699);animation:fall-102 19s -17s linear infinite}@keyframes fall-102{60.474%{transform:translate(9.8906vw,60.474vh) scale(.8699)}to{transform:translate(10.33335vw,99vh) scale(.8699)}}.snow:nth-child(103){opacity:1.524;transform:translate(69.737vw,-10px) scale(.0883);animation:fall-103 28s -8s linear infinite}@keyframes fall-103{34.815%{transform:translate(60.4753vw,34.815vh) scale(.0883)}to{transform:translate(65.10615vw,99vh) scale(.0883)}}.snow:nth-child(104){opacity:1.1184;transform:translate(72.8259vw,-10px) scale(.3404);animation:fall-104 21s -6s linear infinite}@keyframes fall-104{33.505%{transform:translate(67.5644vw,33.505vh) scale(.3404)}to{transform:translate(70.19515vw,99vh) scale(.3404)}}.snow:nth-child(105){opacity:.971;transform:translate(69.6563vw,-10px) scale(.4707);animation:fall-105 17s -16s linear infinite}@keyframes fall-105{36.205%{transform:translate(67.4187vw,36.205vh) scale(.4707)}to{transform:translate(68.5375vw,99vh) scale(.4707)}}.snow:nth-child(106){opacity:1.0136;transform:translate(85.5209vw,-10px) scale(.3925);animation:fall-106 11s -25s linear infinite}@keyframes fall-106{55.311%{transform:translate(82.1648vw,55.311vh) scale(.3925)}to{transform:translate(83.84285vw,99vh) scale(.3925)}}.snow:nth-child(107){opacity:1.1864;transform:translate(91.7488vw,-10px) scale(.2647);animation:fall-107 19s -25s linear infinite}@keyframes fall-107{36.765%{transform:translate(90.7518vw,36.765vh) scale(.2647)}to{transform:translate(91.2503vw,99vh) scale(.2647)}}.snow:nth-child(108){opacity:1.6528;transform:translate(7.3397vw,-10px) scale(.7377);animation:fall-108 16s -25s linear infinite}@keyframes fall-108{34.597%{transform:translate(9.4835vw,34.597vh) scale(.7377)}to{transform:translate(8.4116vw,99vh) scale(.7377)}}.snow:nth-child(109){opacity:1.7896;transform:translate(7.9564vw,-10px) scale(.3007);animation:fall-109 19s -19s linear infinite}@keyframes fall-109{59.798%{transform:translate(15.4685vw,59.798vh) scale(.3007)}to{transform:translate(11.71245vw,99vh) scale(.3007)}}.snow:nth-child(110){opacity:.8862;transform:translate(47.7411vw,-10px) scale(.7221);animation:fall-110 24s -2s linear infinite}@keyframes fall-110{64.857%{transform:translate(52.8772vw,64.857vh) scale(.7221)}to{transform:translate(50.30915vw,99vh) scale(.7221)}}.snow:nth-child(111){opacity:1.508;transform:translate(6.4171vw,-10px) scale(.0972);animation:fall-111 16s -29s linear infinite}@keyframes fall-111{65.231%{transform:translate(-1.0318vw,65.231vh) scale(.0972)}to{transform:translate(2.69265vw,99vh) scale(.0972)}}.snow:nth-child(112){opacity:1.7688;transform:translate(73.556vw,-10px) scale(.0006);animation:fall-112 27s -17s linear infinite}@keyframes fall-112{36.302%{transform:translate(73.0709vw,36.302vh) scale(.0006)}to{transform:translate(73.31345vw,99vh) scale(.0006)}}.snow:nth-child(113){opacity:.7378;transform:translate(65.1149vw,-10px) scale(.4642);animation:fall-113 29s -27s linear infinite}@keyframes fall-113{68.893%{transform:translate(69.5694vw,68.893vh) scale(.4642)}to{transform:translate(67.34215vw,99vh) scale(.4642)}}.snow:nth-child(114){opacity:1.0592;transform:translate(63.7374vw,-10px) scale(.3535);animation:fall-114 27s -7s linear infinite}@keyframes fall-114{38.107%{transform:translate(58.855vw,38.107vh) scale(.3535)}to{transform:translate(61.2962vw,99vh) scale(.3535)}}.snow:nth-child(115){opacity:1.4486;transform:translate(34.8548vw,-10px) scale(.0462);animation:fall-115 20s -14s linear infinite}@keyframes fall-115{71.107%{transform:translate(40.4497vw,71.107vh) scale(.0462)}to{transform:translate(37.65225vw,99vh) scale(.0462)}}.snow:nth-child(116){opacity:1.095;transform:translate(6.0255vw,-10px) scale(.8044);animation:fall-116 16s -17s linear infinite}@keyframes fall-116{65.651%{transform:translate(5.2839vw,65.651vh) scale(.8044)}to{transform:translate(5.6547vw,99vh) scale(.8044)}}.snow:nth-child(117){opacity:.993;transform:translate(53.8713vw,-10px) scale(.6098);animation:fall-117 21s -28s linear infinite}@keyframes fall-117{41.618%{transform:translate(47.6333vw,41.618vh) scale(.6098)}to{transform:translate(50.7523vw,99vh) scale(.6098)}}.snow:nth-child(118){opacity:.4404;transform:translate(66.6891vw,-10px) scale(.6073);animation:fall-118 17s -2s linear infinite}@keyframes fall-118{50.876%{transform:translate(70.445vw,50.876vh) scale(.6073)}to{transform:translate(68.56705vw,99vh) scale(.6073)}}.snow:nth-child(119){opacity:.4422;transform:translate(63.2096vw,-10px) scale(.9432);animation:fall-119 29s -14s linear infinite}@keyframes fall-119{78.8%{transform:translate(57.8569vw,78.8vh) scale(.9432)}to{transform:translate(60.53325vw,99vh) scale(.9432)}}.snow:nth-child(120){opacity:1.7882;transform:translate(78.2692vw,-10px) scale(.32);animation:fall-120 21s -13s linear infinite}@keyframes fall-120{77.539%{transform:translate(75.998vw,77.539vh) scale(.32)}to{transform:translate(77.1336vw,99vh) scale(.32)}}.snow:nth-child(121){opacity:.665;transform:translate(74.8554vw,-10px) scale(.8503);animation:fall-121 25s -25s linear infinite}@keyframes fall-121{79.577%{transform:translate(82.0364vw,79.577vh) scale(.8503)}to{transform:translate(78.4459vw,99vh) scale(.8503)}}.snow:nth-child(122){opacity:.4264;transform:translate(5.8562vw,-10px) scale(.957);animation:fall-122 18s -13s linear infinite}@keyframes fall-122{36.075%{transform:translate(11.0946vw,36.075vh) scale(.957)}to{transform:translate(8.4754vw,99vh) scale(.957)}}.snow:nth-child(123){opacity:.2604;transform:translate(67.4659vw,-10px) scale(.8881);animation:fall-123 12s -14s linear infinite}@keyframes fall-123{58.578%{transform:translate(71.7083vw,58.578vh) scale(.8881)}to{transform:translate(69.5871vw,99vh) scale(.8881)}}.snow:nth-child(124){opacity:.6226;transform:translate(75.9633vw,-10px) scale(.5515);animation:fall-124 24s -11s linear infinite}@keyframes fall-124{46.734%{transform:translate(69.1025vw,46.734vh) scale(.5515)}to{transform:translate(72.5329vw,99vh) scale(.5515)}}.snow:nth-child(125){opacity:.7322;transform:translate(98.7831vw,-10px) scale(.168);animation:fall-125 23s -14s linear infinite}@keyframes fall-125{50.699%{transform:translate(106.0723vw,50.699vh) scale(.168)}to{transform:translate(102.4277vw,99vh) scale(.168)}}.snow:nth-child(126){opacity:.2762;transform:translate(89.2753vw,-10px) scale(.923);animation:fall-126 26s -21s linear infinite}@keyframes fall-126{74.564%{transform:translate(92.5265vw,74.564vh) scale(.923)}to{transform:translate(90.9009vw,99vh) scale(.923)}}.snow:nth-child(127){opacity:1.8798;transform:translate(65.2021vw,-10px) scale(.9475);animation:fall-127 29s -1s linear infinite}@keyframes fall-127{46.52%{transform:translate(63.8211vw,46.52vh) scale(.9475)}to{transform:translate(64.5116vw,99vh) scale(.9475)}}.snow:nth-child(128){opacity:.4764;transform:translate(11.3402vw,-10px) scale(.3403);animation:fall-128 12s -27s linear infinite}@keyframes fall-128{35.012%{transform:translate(15.4014vw,35.012vh) scale(.3403)}to{transform:translate(13.3708vw,99vh) scale(.3403)}}.snow:nth-child(129){opacity:1.6646;transform:translate(77.0671vw,-10px) scale(.2849);animation:fall-129 11s -22s linear infinite}@keyframes fall-129{56.734%{transform:translate(71.5489vw,56.734vh) scale(.2849)}to{transform:translate(74.308vw,99vh) scale(.2849)}}.snow:nth-child(130){opacity:1.7476;transform:translate(64.3529vw,-10px) scale(.3945);animation:fall-130 23s -29s linear infinite}@keyframes fall-130{63.159%{transform:translate(73.4274vw,63.159vh) scale(.3945)}to{transform:translate(68.89015vw,99vh) scale(.3945)}}.snow:nth-child(131){opacity:1.1092;transform:translate(94.195vw,-10px) scale(.3475);animation:fall-131 30s -15s linear infinite}@keyframes fall-131{44.325%{transform:translate(85.8034vw,44.325vh) scale(.3475)}to{transform:translate(89.9992vw,99vh) scale(.3475)}}.snow:nth-child(132){opacity:.41;transform:translate(58.0759vw,-10px) scale(.2132);animation:fall-132 30s -12s linear infinite}@keyframes fall-132{43.312%{transform:translate(67.4775vw,43.312vh) scale(.2132)}to{transform:translate(62.7767vw,99vh) scale(.2132)}}.snow:nth-child(133){opacity:1.3344;transform:translate(17.4291vw,-10px) scale(.0117);animation:fall-133 26s -18s linear infinite}@keyframes fall-133{44.705%{transform:translate(7.461vw,44.705vh) scale(.0117)}to{transform:translate(12.44505vw,99vh) scale(.0117)}}.snow:nth-child(134){opacity:.1026;transform:translate(46.2843vw,-10px) scale(.2944);animation:fall-134 10s -3s linear infinite}@keyframes fall-134{62.105%{transform:translate(55.4789vw,62.105vh) scale(.2944)}to{transform:translate(50.8816vw,99vh) scale(.2944)}}.snow:nth-child(135){opacity:1.5278;transform:translate(30.8164vw,-10px) scale(.5672);animation:fall-135 12s -18s linear infinite}@keyframes fall-135{74.944%{transform:translate(23.1076vw,74.944vh) scale(.5672)}to{transform:translate(26.962vw,99vh) scale(.5672)}}.snow:nth-child(136){opacity:.512;transform:translate(25.5186vw,-10px) scale(.0747);animation:fall-136 17s -26s linear infinite}@keyframes fall-136{57.065%{transform:translate(22.279vw,57.065vh) scale(.0747)}to{transform:translate(23.8988vw,99vh) scale(.0747)}}.snow:nth-child(137){opacity:1.9496;transform:translate(32.7021vw,-10px) scale(.9439);animation:fall-137 12s -10s linear infinite}@keyframes fall-137{79.314%{transform:translate(27.615vw,79.314vh) scale(.9439)}to{transform:translate(30.15855vw,99vh) scale(.9439)}}.snow:nth-child(138){opacity:1.6344;transform:translate(82.185vw,-10px) scale(.6023);animation:fall-138 15s -20s linear infinite}@keyframes fall-138{44.332%{transform:translate(83.548vw,44.332vh) scale(.6023)}to{transform:translate(82.8665vw,99vh) scale(.6023)}}.snow:nth-child(139){opacity:1.5178;transform:translate(47.7186vw,-10px) scale(.4701);animation:fall-139 29s -23s linear infinite}@keyframes fall-139{65.404%{transform:translate(45.4095vw,65.404vh) scale(.4701)}to{transform:translate(46.56405vw,99vh) scale(.4701)}}.snow:nth-child(140){opacity:.8592;transform:translate(83.3358vw,-10px) scale(.5379);animation:fall-140 25s -13s linear infinite}@keyframes fall-140{72.372%{transform:translate(82.1015vw,72.372vh) scale(.5379)}to{transform:translate(82.71865vw,99vh) scale(.5379)}}.snow:nth-child(141){opacity:.9262;transform:translate(24.2473vw,-10px) scale(.0144);animation:fall-141 23s -3s linear infinite}@keyframes fall-141{48.662%{transform:translate(29.5912vw,48.662vh) scale(.0144)}to{transform:translate(26.91925vw,99vh) scale(.0144)}}.snow:nth-child(142){opacity:1.4848;transform:translate(42.0378vw,-10px) scale(.2874);animation:fall-142 10s -28s linear infinite}@keyframes fall-142{49.424%{transform:translate(34.7782vw,49.424vh) scale(.2874)}to{transform:translate(38.408vw,99vh) scale(.2874)}}.snow:nth-child(143){opacity:.6002;transform:translate(95.1892vw,-10px) scale(.5183);animation:fall-143 22s -11s linear infinite}@keyframes fall-143{68.323%{transform:translate(87.6423vw,68.323vh) scale(.5183)}to{transform:translate(91.41575vw,99vh) scale(.5183)}}.snow:nth-child(144){opacity:.3044;transform:translate(23.3244vw,-10px) scale(.7222);animation:fall-144 30s -18s linear infinite}@keyframes fall-144{63.066%{transform:translate(30.3147vw,63.066vh) scale(.7222)}to{transform:translate(26.81955vw,99vh) scale(.7222)}}.snow:nth-child(145){opacity:.483;transform:translate(80.1541vw,-10px) scale(.3029);animation:fall-145 23s -18s linear infinite}@keyframes fall-145{65.893%{transform:translate(73.5596vw,65.893vh) scale(.3029)}to{transform:translate(76.85685vw,99vh) scale(.3029)}}.snow:nth-child(146){opacity:.2686;transform:translate(93.5525vw,-10px) scale(.5114);animation:fall-146 22s -12s linear infinite}@keyframes fall-146{62.585%{transform:translate(83.582vw,62.585vh) scale(.5114)}to{transform:translate(88.56725vw,99vh) scale(.5114)}}.snow:nth-child(147){opacity:1.0134;transform:translate(35.327vw,-10px) scale(.7191);animation:fall-147 28s -30s linear infinite}@keyframes fall-147{36.315%{transform:translate(27.7857vw,36.315vh) scale(.7191)}to{transform:translate(31.55635vw,99vh) scale(.7191)}}.snow:nth-child(148){opacity:.782;transform:translate(86.3905vw,-10px) scale(.5332);animation:fall-148 14s -22s linear infinite}@keyframes fall-148{57.234%{transform:translate(80.3876vw,57.234vh) scale(.5332)}to{transform:translate(83.38905vw,99vh) scale(.5332)}}.snow:nth-child(149){opacity:1.3538;transform:translate(4.2364vw,-10px) scale(.2113);animation:fall-149 18s -19s linear infinite}@keyframes fall-149{79.793%{transform:translate(11.2035vw,79.793vh) scale(.2113)}to{transform:translate(7.71995vw,99vh) scale(.2113)}}.snow:nth-child(150){opacity:.7094;transform:translate(76.1499vw,-10px) scale(.7982);animation:fall-150 11s -23s linear infinite}@keyframes fall-150{73.851%{transform:translate(79.1582vw,73.851vh) scale(.7982)}to{transform:translate(77.65405vw,99vh) scale(.7982)}}.snow:nth-child(151){opacity:1.8998;transform:translate(55.7594vw,-10px) scale(.9683);animation:fall-151 26s -29s linear infinite}@keyframes fall-151{44.815%{transform:translate(53.526vw,44.815vh) scale(.9683)}to{transform:translate(54.6427vw,99vh) scale(.9683)}}.snow:nth-child(152){opacity:1.6056;transform:translate(6.7389vw,-10px) scale(.4394);animation:fall-152 14s -21s linear infinite}@keyframes fall-152{74.071%{transform:translate(9.1605vw,74.071vh) scale(.4394)}to{transform:translate(7.9497vw,99vh) scale(.4394)}}.snow:nth-child(153){opacity:1.1546;transform:translate(58.7988vw,-10px) scale(.7619);animation:fall-153 14s -12s linear infinite}@keyframes fall-153{60.469%{transform:translate(53.6905vw,60.469vh) scale(.7619)}to{transform:translate(56.24465vw,99vh) scale(.7619)}}.snow:nth-child(154){opacity:1.579;transform:translate(1.5202vw,-10px) scale(.69);animation:fall-154 26s -16s linear infinite}@keyframes fall-154{63.758%{transform:translate(-3.6242vw,63.758vh) scale(.69)}to{transform:translate(-1.052vw,99vh) scale(.69)}}.snow:nth-child(155){opacity:1.6726;transform:translate(26.4794vw,-10px) scale(.0863);animation:fall-155 18s -25s linear infinite}@keyframes fall-155{35.997%{transform:translate(21.9021vw,35.997vh) scale(.0863)}to{transform:translate(24.19075vw,99vh) scale(.0863)}}.snow:nth-child(156){opacity:1.7704;transform:translate(6.5719vw,-10px) scale(.1763);animation:fall-156 15s -10s linear infinite}@keyframes fall-156{67.871%{transform:translate(14.5144vw,67.871vh) scale(.1763)}to{transform:translate(10.54315vw,99vh) scale(.1763)}}.snow:nth-child(157){opacity:.3476;transform:translate(59.9672vw,-10px) scale(.8915);animation:fall-157 30s -18s linear infinite}@keyframes fall-157{46.91%{transform:translate(53.7332vw,46.91vh) scale(.8915)}to{transform:translate(56.8502vw,99vh) scale(.8915)}}.snow:nth-child(158){opacity:1.0108;transform:translate(46.0525vw,-10px) scale(.3718);animation:fall-158 28s -9s linear infinite}@keyframes fall-158{76.39%{transform:translate(52.1435vw,76.39vh) scale(.3718)}to{transform:translate(49.098vw,99vh) scale(.3718)}}.snow:nth-child(159){opacity:.2294;transform:translate(.3261vw,-10px) scale(.157);animation:fall-159 13s -22s linear infinite}@keyframes fall-159{33.24%{transform:translate(-1.1268vw,33.24vh) scale(.157)}to{transform:translate(-.40035vw,99vh) scale(.157)}}.snow:nth-child(160){opacity:.3202;transform:translate(31.4438vw,-10px) scale(.6484);animation:fall-160 19s -15s linear infinite}@keyframes fall-160{79.367%{transform:translate(30.4063vw,79.367vh) scale(.6484)}to{transform:translate(30.92505vw,99vh) scale(.6484)}}.snow:nth-child(161){opacity:.3416;transform:translate(3.9832vw,-10px) scale(.9555);animation:fall-161 17s -9s linear infinite}@keyframes fall-161{65.365%{transform:translate(9.7932vw,65.365vh) scale(.9555)}to{transform:translate(6.8882vw,99vh) scale(.9555)}}.snow:nth-child(162){opacity:.1146;transform:translate(96.8557vw,-10px) scale(.8033);animation:fall-162 26s -13s linear infinite}@keyframes fall-162{56.823%{transform:translate(103.0928vw,56.823vh) scale(.8033)}to{transform:translate(99.97425vw,99vh) scale(.8033)}}.snow:nth-child(163){opacity:.593;transform:translate(36.292vw,-10px) scale(.6342);animation:fall-163 21s -12s linear infinite}@keyframes fall-163{69.612%{transform:translate(31.2896vw,69.612vh) scale(.6342)}to{transform:translate(33.7908vw,99vh) scale(.6342)}}.snow:nth-child(164){opacity:.3014;transform:translate(16.9535vw,-10px) scale(.1361);animation:fall-164 20s -21s linear infinite}@keyframes fall-164{76.755%{transform:translate(8.2456vw,76.755vh) scale(.1361)}to{transform:translate(12.59955vw,99vh) scale(.1361)}}.snow:nth-child(165){opacity:.815;transform:translate(40.0856vw,-10px) scale(.5355);animation:fall-165 23s -2s linear infinite}@keyframes fall-165{70.726%{transform:translate(37.0208vw,70.726vh) scale(.5355)}to{transform:translate(38.5532vw,99vh) scale(.5355)}}.snow:nth-child(166){opacity:1.4532;transform:translate(65.7558vw,-10px) scale(.4944);animation:fall-166 17s -26s linear infinite}@keyframes fall-166{61.44%{transform:translate(61.6995vw,61.44vh) scale(.4944)}to{transform:translate(63.72765vw,99vh) scale(.4944)}}.snow:nth-child(167){opacity:.988;transform:translate(9.6031vw,-10px) scale(.7061);animation:fall-167 16s -10s linear infinite}@keyframes fall-167{65.113%{transform:translate(18.2821vw,65.113vh) scale(.7061)}to{transform:translate(13.9426vw,99vh) scale(.7061)}}.snow:nth-child(168){opacity:.1176;transform:translate(13.635vw,-10px) scale(.5323);animation:fall-168 10s -30s linear infinite}@keyframes fall-168{43.821%{transform:translate(8.0694vw,43.821vh) scale(.5323)}to{transform:translate(10.8522vw,99vh) scale(.5323)}}.snow:nth-child(169){opacity:1.882;transform:translate(80.3329vw,-10px) scale(.8536);animation:fall-169 24s -19s linear infinite}@keyframes fall-169{70.896%{transform:translate(83.5734vw,70.896vh) scale(.8536)}to{transform:translate(81.95315vw,99vh) scale(.8536)}}.snow:nth-child(170){opacity:1.9674;transform:translate(26.9417vw,-10px) scale(.8949);animation:fall-170 11s -21s linear infinite}@keyframes fall-170{34.811%{transform:translate(25.8337vw,34.811vh) scale(.8949)}to{transform:translate(26.3877vw,99vh) scale(.8949)}}.snow:nth-child(171){opacity:1.2654;transform:translate(67.225vw,-10px) scale(.3867);animation:fall-171 26s -17s linear infinite}@keyframes fall-171{72.421%{transform:translate(65.9793vw,72.421vh) scale(.3867)}to{transform:translate(66.60215vw,99vh) scale(.3867)}}.snow:nth-child(172){opacity:1.4196;transform:translate(86.3251vw,-10px) scale(.6865);animation:fall-172 19s -15s linear infinite}@keyframes fall-172{78.614%{transform:translate(81.0191vw,78.614vh) scale(.6865)}to{transform:translate(83.6721vw,99vh) scale(.6865)}}.snow:nth-child(173){opacity:1.6914;transform:translate(17.7769vw,-10px) scale(.8884);animation:fall-173 13s -28s linear infinite}@keyframes fall-173{41.164%{transform:translate(26.8944vw,41.164vh) scale(.8884)}to{transform:translate(22.33565vw,99vh) scale(.8884)}}.snow:nth-child(174){opacity:.1512;transform:translate(71.6214vw,-10px) scale(.4233);animation:fall-174 28s -6s linear infinite}@keyframes fall-174{51.773%{transform:translate(65.2062vw,51.773vh) scale(.4233)}to{transform:translate(68.4138vw,99vh) scale(.4233)}}.snow:nth-child(175){opacity:1.4356;transform:translate(54.6777vw,-10px) scale(.4231);animation:fall-175 18s -4s linear infinite}@keyframes fall-175{51.447%{transform:translate(62.8813vw,51.447vh) scale(.4231)}to{transform:translate(58.7795vw,99vh) scale(.4231)}}.snow:nth-child(176){opacity:1.4124;transform:translate(76.406vw,-10px) scale(.1032);animation:fall-176 11s -29s linear infinite}@keyframes fall-176{42.507%{transform:translate(68.0776vw,42.507vh) scale(.1032)}to{transform:translate(72.2418vw,99vh) scale(.1032)}}.snow:nth-child(177){opacity:.2786;transform:translate(66.0003vw,-10px) scale(.6572);animation:fall-177 28s -19s linear infinite}@keyframes fall-177{33.628%{transform:translate(56.658vw,33.628vh) scale(.6572)}to{transform:translate(61.32915vw,99vh) scale(.6572)}}.snow:nth-child(178){opacity:1.1522;transform:translate(85.8308vw,-10px) scale(.4413);animation:fall-178 28s -29s linear infinite}@keyframes fall-178{39.688%{transform:translate(83.8642vw,39.688vh) scale(.4413)}to{transform:translate(84.8475vw,99vh) scale(.4413)}}.snow:nth-child(179){opacity:1.9326;transform:translate(.0908vw,-10px) scale(.9064);animation:fall-179 23s -6s linear infinite}@keyframes fall-179{43.177%{transform:translate(.4354vw,43.177vh) scale(.9064)}to{transform:translate(.2631vw,99vh) scale(.9064)}}.snow:nth-child(180){opacity:.2244;transform:translate(69.9184vw,-10px) scale(.7881);animation:fall-180 23s -25s linear infinite}@keyframes fall-180{70.549%{transform:translate(75.8532vw,70.549vh) scale(.7881)}to{transform:translate(72.8858vw,99vh) scale(.7881)}}.snow:nth-child(181){opacity:1.6992;transform:translate(21.9788vw,-10px) scale(.7087);animation:fall-181 13s -8s linear infinite}@keyframes fall-181{34.6%{transform:translate(16.0362vw,34.6vh) scale(.7087)}to{transform:translate(19.0075vw,99vh) scale(.7087)}}.snow:nth-child(182){opacity:.9338;transform:translate(66.934vw,-10px) scale(.9493);animation:fall-182 30s -1s linear infinite}@keyframes fall-182{54.548%{transform:translate(60.7906vw,54.548vh) scale(.9493)}to{transform:translate(63.8623vw,99vh) scale(.9493)}}.snow:nth-child(183){opacity:1.8706;transform:translate(76.6549vw,-10px) scale(.8009);animation:fall-183 17s -16s linear infinite}@keyframes fall-183{35.167%{transform:translate(85.1674vw,35.167vh) scale(.8009)}to{transform:translate(80.91115vw,99vh) scale(.8009)}}.snow:nth-child(184){opacity:1.4876;transform:translate(11.6254vw,-10px) scale(.1042);animation:fall-184 17s -4s linear infinite}@keyframes fall-184{63.313%{transform:translate(19.0015vw,63.313vh) scale(.1042)}to{transform:translate(15.31345vw,99vh) scale(.1042)}}.snow:nth-child(185){opacity:1.6058;transform:translate(69.7037vw,-10px) scale(.3054);animation:fall-185 26s -24s linear infinite}@keyframes fall-185{52.568%{transform:translate(61.3322vw,52.568vh) scale(.3054)}to{transform:translate(65.51795vw,99vh) scale(.3054)}}.snow:nth-child(186){opacity:.8494;transform:translate(33.1868vw,-10px) scale(.1087);animation:fall-186 30s -10s linear infinite}@keyframes fall-186{75.311%{transform:translate(32.2198vw,75.311vh) scale(.1087)}to{transform:translate(32.7033vw,99vh) scale(.1087)}}.snow:nth-child(187){opacity:1.8858;transform:translate(92.9604vw,-10px) scale(.9211);animation:fall-187 22s -23s linear infinite}@keyframes fall-187{43.407%{transform:translate(101.5426vw,43.407vh) scale(.9211)}to{transform:translate(97.2515vw,99vh) scale(.9211)}}.snow:nth-child(188){opacity:1.8786;transform:translate(98.4513vw,-10px) scale(.0123);animation:fall-188 17s -23s linear infinite}@keyframes fall-188{65.416%{transform:translate(91.0507vw,65.416vh) scale(.0123)}to{transform:translate(94.751vw,99vh) scale(.0123)}}.snow:nth-child(189){opacity:.1072;transform:translate(76.6947vw,-10px) scale(.3038);animation:fall-189 12s -21s linear infinite}@keyframes fall-189{50.439%{transform:translate(70.3973vw,50.439vh) scale(.3038)}to{transform:translate(73.546vw,99vh) scale(.3038)}}.snow:nth-child(190){opacity:1.3476;transform:translate(2.6761vw,-10px) scale(.4315);animation:fall-190 19s -2s linear infinite}@keyframes fall-190{54.801%{transform:translate(.0895vw,54.801vh) scale(.4315)}to{transform:translate(1.3828vw,99vh) scale(.4315)}}.snow:nth-child(191){opacity:1.086;transform:translate(86.4128vw,-10px) scale(.3841);animation:fall-191 17s -14s linear infinite}@keyframes fall-191{41.3%{transform:translate(83.0875vw,41.3vh) scale(.3841)}to{transform:translate(84.75015vw,99vh) scale(.3841)}}.snow:nth-child(192){opacity:.6342;transform:translate(62.9598vw,-10px) scale(.2462);animation:fall-192 12s -7s linear infinite}@keyframes fall-192{75.834%{transform:translate(55.3244vw,75.834vh) scale(.2462)}to{transform:translate(59.1421vw,99vh) scale(.2462)}}.snow:nth-child(193){opacity:1.8118;transform:translate(95.2841vw,-10px) scale(.3857);animation:fall-193 10s -1s linear infinite}@keyframes fall-193{50.569%{transform:translate(92.2312vw,50.569vh) scale(.3857)}to{transform:translate(93.75765vw,99vh) scale(.3857)}}.snow:nth-child(194){opacity:.203;transform:translate(52.0867vw,-10px) scale(.4345);animation:fall-194 30s -29s linear infinite}@keyframes fall-194{79.8%{transform:translate(45.8539vw,79.8vh) scale(.4345)}to{transform:translate(48.9703vw,99vh) scale(.4345)}}.snow:nth-child(195){opacity:.9622;transform:translate(98.0933vw,-10px) scale(.0379);animation:fall-195 23s -7s linear infinite}@keyframes fall-195{77.047%{transform:translate(96.7552vw,77.047vh) scale(.0379)}to{transform:translate(97.42425vw,99vh) scale(.0379)}}.snow:nth-child(196){opacity:1.1802;transform:translate(89.0917vw,-10px) scale(.7428);animation:fall-196 25s -7s linear infinite}@keyframes fall-196{76.025%{transform:translate(82.9334vw,76.025vh) scale(.7428)}to{transform:translate(86.01255vw,99vh) scale(.7428)}}.snow:nth-child(197){opacity:.6262;transform:translate(42.5245vw,-10px) scale(.6298);animation:fall-197 19s -3s linear infinite}@keyframes fall-197{61.09%{transform:translate(34.3252vw,61.09vh) scale(.6298)}to{transform:translate(38.42485vw,99vh) scale(.6298)}}.snow:nth-child(198){opacity:1.896;transform:translate(51.8988vw,-10px) scale(.6687);animation:fall-198 19s -10s linear infinite}@keyframes fall-198{43.854%{transform:translate(45.1531vw,43.854vh) scale(.6687)}to{transform:translate(48.52595vw,99vh) scale(.6687)}}.snow:nth-child(199){opacity:.8016;transform:translate(60.337vw,-10px) scale(.5844);animation:fall-199 26s -8s linear infinite}@keyframes fall-199{75.042%{transform:translate(69.1626vw,75.042vh) scale(.5844)}to{transform:translate(64.7498vw,99vh) scale(.5844)}}.snow:nth-child(200){opacity:1.942;transform:translate(41.6328vw,-10px) scale(.397);animation:fall-200 13s -28s linear infinite}@keyframes fall-200{50.482%{transform:translate(34.8067vw,50.482vh) scale(.397)}to{transform:translate(38.21975vw,99vh) scale(.397)}}.snow:nth-child(201){opacity:1.4836;transform:translate(59.9957vw,-10px) scale(.1977);animation:fall-201 20s -10s linear infinite}@keyframes fall-201{30.183%{transform:translate(62.4233vw,30.183vh) scale(.1977)}to{transform:translate(61.2095vw,99vh) scale(.1977)}}.snow:nth-child(202){opacity:1.1578;transform:translate(66.8526vw,-10px) scale(.7327);animation:fall-202 21s -18s linear infinite}@keyframes fall-202{64.802%{transform:translate(72.7161vw,64.802vh) scale(.7327)}to{transform:translate(69.78435vw,99vh) scale(.7327)}}.snow:nth-child(203){opacity:1.2762;transform:translate(12.0114vw,-10px) scale(.4213);animation:fall-203 18s -5s linear infinite}@keyframes fall-203{77.359%{transform:translate(10.9241vw,77.359vh) scale(.4213)}to{transform:translate(11.46775vw,99vh) scale(.4213)}}.snow:nth-child(204){opacity:.0306;transform:translate(29.2682vw,-10px) scale(.7672);animation:fall-204 17s -28s linear infinite}@keyframes fall-204{31.453%{transform:translate(36.4301vw,31.453vh) scale(.7672)}to{transform:translate(32.84915vw,99vh) scale(.7672)}}.snow:nth-child(205){opacity:1.2692;transform:translate(49.3792vw,-10px) scale(.938);animation:fall-205 26s -20s linear infinite}@keyframes fall-205{43.036%{transform:translate(43.4798vw,43.036vh) scale(.938)}to{transform:translate(46.4295vw,99vh) scale(.938)}}.snow:nth-child(206){opacity:.1302;transform:translate(76.1143vw,-10px) scale(.3494);animation:fall-206 21s -22s linear infinite}@keyframes fall-206{40.62%{transform:translate(75.5389vw,40.62vh) scale(.3494)}to{transform:translate(75.8266vw,99vh) scale(.3494)}}.snow:nth-child(207){opacity:.8716;transform:translate(18.4145vw,-10px) scale(.0797);animation:fall-207 15s -22s linear infinite}@keyframes fall-207{60.37%{transform:translate(23.1812vw,60.37vh) scale(.0797)}to{transform:translate(20.79785vw,99vh) scale(.0797)}}.snow:nth-child(208){opacity:1.5444;transform:translate(92.9707vw,-10px) scale(.8811);animation:fall-208 18s -18s linear infinite}@keyframes fall-208{52.019%{transform:translate(85.0749vw,52.019vh) scale(.8811)}to{transform:translate(89.0228vw,99vh) scale(.8811)}}.snow:nth-child(209){opacity:.285;transform:translate(13.2145vw,-10px) scale(.8588);animation:fall-209 23s -22s linear infinite}@keyframes fall-209{46.929%{transform:translate(20.32vw,46.929vh) scale(.8588)}to{transform:translate(16.76725vw,99vh) scale(.8588)}}.snow:nth-child(210){opacity:1.0938;transform:translate(1.2985vw,-10px) scale(.0828);animation:fall-210 19s -12s linear infinite}@keyframes fall-210{58.5%{transform:translate(-8.0706vw,58.5vh) scale(.0828)}to{transform:translate(-3.38605vw,99vh) scale(.0828)}}.snow:nth-child(211){opacity:.9144;transform:translate(14.6063vw,-10px) scale(.0188);animation:fall-211 17s -19s linear infinite}@keyframes fall-211{54.007%{transform:translate(20.3836vw,54.007vh) scale(.0188)}to{transform:translate(17.49495vw,99vh) scale(.0188)}}.snow:nth-child(212){opacity:1.463;transform:translate(57.5839vw,-10px) scale(.3642);animation:fall-212 14s -1s linear infinite}@keyframes fall-212{79.052%{transform:translate(50.1651vw,79.052vh) scale(.3642)}to{transform:translate(53.8745vw,99vh) scale(.3642)}}.snow:nth-child(213){opacity:.989;transform:translate(98.0094vw,-10px) scale(.8089);animation:fall-213 13s -12s linear infinite}@keyframes fall-213{59.868%{transform:translate(93.4904vw,59.868vh) scale(.8089)}to{transform:translate(95.7499vw,99vh) scale(.8089)}}.snow:nth-child(214){opacity:1.3016;transform:translate(48.146vw,-10px) scale(.6638);animation:fall-214 12s -21s linear infinite}@keyframes fall-214{77.947%{transform:translate(43.0044vw,77.947vh) scale(.6638)}to{transform:translate(45.5752vw,99vh) scale(.6638)}}.snow:nth-child(215){opacity:1.9358;transform:translate(43.6028vw,-10px) scale(.3264);animation:fall-215 23s -3s linear infinite}@keyframes fall-215{53.291%{transform:translate(52.2736vw,53.291vh) scale(.3264)}to{transform:translate(47.9382vw,99vh) scale(.3264)}}.snow:nth-child(216){opacity:.9096;transform:translate(26.2627vw,-10px) scale(.2214);animation:fall-216 18s -23s linear infinite}@keyframes fall-216{35.629%{transform:translate(35.1826vw,35.629vh) scale(.2214)}to{transform:translate(30.72265vw,99vh) scale(.2214)}}.snow:nth-child(217){opacity:1.4074;transform:translate(76.3236vw,-10px) scale(.0544);animation:fall-217 12s -10s linear infinite}@keyframes fall-217{77.212%{transform:translate(72.0034vw,77.212vh) scale(.0544)}to{transform:translate(74.1635vw,99vh) scale(.0544)}}.snow:nth-child(218){opacity:1.845;transform:translate(43.5853vw,-10px) scale(.3889);animation:fall-218 29s -12s linear infinite}@keyframes fall-218{46.546%{transform:translate(43.5807vw,46.546vh) scale(.3889)}to{transform:translate(43.583vw,99vh) scale(.3889)}}.snow:nth-child(219){opacity:.7394;transform:translate(70.7304vw,-10px) scale(.2641);animation:fall-219 18s -30s linear infinite}@keyframes fall-219{40.122%{transform:translate(76.6122vw,40.122vh) scale(.2641)}to{transform:translate(73.6713vw,99vh) scale(.2641)}}.snow:nth-child(220){opacity:1.077;transform:translate(34.0396vw,-10px) scale(.469);animation:fall-220 22s -19s linear infinite}@keyframes fall-220{31.552%{transform:translate(27.047vw,31.552vh) scale(.469)}to{transform:translate(30.5433vw,99vh) scale(.469)}}.snow:nth-child(221){opacity:1.86;transform:translate(95.9863vw,-10px) scale(.1699);animation:fall-221 28s -9s linear infinite}@keyframes fall-221{56.882%{transform:translate(94.1131vw,56.882vh) scale(.1699)}to{transform:translate(95.0497vw,99vh) scale(.1699)}}.snow:nth-child(222){opacity:.601;transform:translate(1.1589vw,-10px) scale(.4363);animation:fall-222 29s -24s linear infinite}@keyframes fall-222{42.948%{transform:translate(-5.7711vw,42.948vh) scale(.4363)}to{transform:translate(-2.3061vw,99vh) scale(.4363)}}.snow:nth-child(223){opacity:1.946;transform:translate(43.6152vw,-10px) scale(.947);animation:fall-223 26s -9s linear infinite}@keyframes fall-223{51.181%{transform:translate(44.006vw,51.181vh) scale(.947)}to{transform:translate(43.8106vw,99vh) scale(.947)}}.snow:nth-child(224){opacity:1.0632;transform:translate(4.844vw,-10px) scale(.7945);animation:fall-224 15s -19s linear infinite}@keyframes fall-224{42.953%{transform:translate(8.8505vw,42.953vh) scale(.7945)}to{transform:translate(6.84725vw,99vh) scale(.7945)}}.snow:nth-child(225){opacity:1.637;transform:translate(8.293vw,-10px) scale(.9504);animation:fall-225 14s -6s linear infinite}@keyframes fall-225{79.448%{transform:translate(16.3661vw,79.448vh) scale(.9504)}to{transform:translate(12.32955vw,99vh) scale(.9504)}}.snow:nth-child(226){opacity:1.681;transform:translate(18.2109vw,-10px) scale(.4212);animation:fall-226 24s -7s linear infinite}@keyframes fall-226{76.396%{transform:translate(20.6789vw,76.396vh) scale(.4212)}to{transform:translate(19.4449vw,99vh) scale(.4212)}}.snow:nth-child(227){opacity:1.2258;transform:translate(68.8171vw,-10px) scale(.1415);animation:fall-227 19s -18s linear infinite}@keyframes fall-227{44.053%{transform:translate(74.1006vw,44.053vh) scale(.1415)}to{transform:translate(71.45885vw,99vh) scale(.1415)}}.snow:nth-child(228){opacity:.7082;transform:translate(76.2159vw,-10px) scale(.9758);animation:fall-228 20s -15s linear infinite}@keyframes fall-228{45.921%{transform:translate(80.385vw,45.921vh) scale(.9758)}to{transform:translate(78.30045vw,99vh) scale(.9758)}}.snow:nth-child(229){opacity:.7056;transform:translate(52.4634vw,-10px) scale(.7457);animation:fall-229 18s -21s linear infinite}@keyframes fall-229{49.725%{transform:translate(52.4586vw,49.725vh) scale(.7457)}to{transform:translate(52.461vw,99vh) scale(.7457)}}.snow:nth-child(230){opacity:1.1326;transform:translate(19.8017vw,-10px) scale(.1097);animation:fall-230 27s -15s linear infinite}@keyframes fall-230{49.624%{transform:translate(13.6474vw,49.624vh) scale(.1097)}to{transform:translate(16.72455vw,99vh) scale(.1097)}}.snow:nth-child(231){opacity:1.8368;transform:translate(91.3834vw,-10px) scale(.1794);animation:fall-231 14s -16s linear infinite}@keyframes fall-231{48.269%{transform:translate(84.392vw,48.269vh) scale(.1794)}to{transform:translate(87.8877vw,99vh) scale(.1794)}}.snow:nth-child(232){opacity:.8224;transform:translate(80.6187vw,-10px) scale(.121);animation:fall-232 21s -1s linear infinite}@keyframes fall-232{38.441%{transform:translate(75.1876vw,38.441vh) scale(.121)}to{transform:translate(77.90315vw,99vh) scale(.121)}}.snow:nth-child(233){opacity:1.0372;transform:translate(4.2137vw,-10px) scale(.3677);animation:fall-233 17s -10s linear infinite}@keyframes fall-233{50.847%{transform:translate(-2.9873vw,50.847vh) scale(.3677)}to{transform:translate(.6132vw,99vh) scale(.3677)}}.snow:nth-child(234){opacity:.4146;transform:translate(49.6462vw,-10px) scale(.0505);animation:fall-234 23s -3s linear infinite}@keyframes fall-234{61.583%{transform:translate(45.1718vw,61.583vh) scale(.0505)}to{transform:translate(47.409vw,99vh) scale(.0505)}}.snow:nth-child(235){opacity:1.2402;transform:translate(40.8696vw,-10px) scale(.7754);animation:fall-235 11s -29s linear infinite}@keyframes fall-235{34.89%{transform:translate(36.2676vw,34.89vh) scale(.7754)}to{transform:translate(38.5686vw,99vh) scale(.7754)}}.snow:nth-child(236){opacity:.251;transform:translate(3.0687vw,-10px) scale(.3519);animation:fall-236 26s -12s linear infinite}@keyframes fall-236{42.945%{transform:translate(3.8193vw,42.945vh) scale(.3519)}to{transform:translate(3.444vw,99vh) scale(.3519)}}.snow:nth-child(237){opacity:.952;transform:translate(68.0021vw,-10px) scale(.9192);animation:fall-237 18s -21s linear infinite}@keyframes fall-237{56.243%{transform:translate(76.4252vw,56.243vh) scale(.9192)}to{transform:translate(72.21365vw,99vh) scale(.9192)}}.snow:nth-child(238){opacity:.9216;transform:translate(40.4641vw,-10px) scale(.6111);animation:fall-238 15s -23s linear infinite}@keyframes fall-238{77.081%{transform:translate(33.3633vw,77.081vh) scale(.6111)}to{transform:translate(36.9137vw,99vh) scale(.6111)}}.snow:nth-child(239){opacity:.1492;transform:translate(33.9093vw,-10px) scale(.6303);animation:fall-239 16s -24s linear infinite}@keyframes fall-239{76.507%{transform:translate(28.7684vw,76.507vh) scale(.6303)}to{transform:translate(31.33885vw,99vh) scale(.6303)}}.snow:nth-child(240){opacity:1.136;transform:translate(4.0757vw,-10px) scale(.4499);animation:fall-240 29s -28s linear infinite}@keyframes fall-240{73.508%{transform:translate(12.744vw,73.508vh) scale(.4499)}to{transform:translate(8.40985vw,99vh) scale(.4499)}}.snow:nth-child(241){opacity:1.107;transform:translate(34.4857vw,-10px) scale(.1186);animation:fall-241 11s -15s linear infinite}@keyframes fall-241{31.176%{transform:translate(40.7336vw,31.176vh) scale(.1186)}to{transform:translate(37.60965vw,99vh) scale(.1186)}}.snow:nth-child(242){opacity:1.1194;transform:translate(19.8559vw,-10px) scale(.0809);animation:fall-242 16s -25s linear infinite}@keyframes fall-242{52.756%{transform:translate(18.411vw,52.756vh) scale(.0809)}to{transform:translate(19.13345vw,99vh) scale(.0809)}}.snow:nth-child(243){opacity:.318;transform:translate(74.0779vw,-10px) scale(.8997);animation:fall-243 12s -23s linear infinite}@keyframes fall-243{42.855%{transform:translate(64.5536vw,42.855vh) scale(.8997)}to{transform:translate(69.31575vw,99vh) scale(.8997)}}.snow:nth-child(244){opacity:1.6852;transform:translate(11.6378vw,-10px) scale(.4965);animation:fall-244 22s -30s linear infinite}@keyframes fall-244{79.514%{transform:translate(12.2175vw,79.514vh) scale(.4965)}to{transform:translate(11.92765vw,99vh) scale(.4965)}}.snow:nth-child(245){opacity:.6966;transform:translate(51.9417vw,-10px) scale(.6819);animation:fall-245 25s -15s linear infinite}@keyframes fall-245{55.606%{transform:translate(52.0997vw,55.606vh) scale(.6819)}to{transform:translate(52.0207vw,99vh) scale(.6819)}}.snow:nth-child(246){opacity:1.8352;transform:translate(7.8332vw,-10px) scale(.8635);animation:fall-246 28s -8s linear infinite}@keyframes fall-246{34.191%{transform:translate(4.051vw,34.191vh) scale(.8635)}to{transform:translate(5.9421vw,99vh) scale(.8635)}}.snow:nth-child(247){opacity:1.2262;transform:translate(67.9702vw,-10px) scale(.4455);animation:fall-247 18s -4s linear infinite}@keyframes fall-247{31.589%{transform:translate(61.0347vw,31.589vh) scale(.4455)}to{transform:translate(64.50245vw,99vh) scale(.4455)}}.snow:nth-child(248){opacity:.4678;transform:translate(72.5011vw,-10px) scale(.0019);animation:fall-248 16s -4s linear infinite}@keyframes fall-248{62.772%{transform:translate(77.7085vw,62.772vh) scale(.0019)}to{transform:translate(75.1048vw,99vh) scale(.0019)}}.snow:nth-child(249){opacity:.9246;transform:translate(3.4216vw,-10px) scale(.0195);animation:fall-249 21s -21s linear infinite}@keyframes fall-249{46.045%{transform:translate(9.7068vw,46.045vh) scale(.0195)}to{transform:translate(6.5642vw,99vh) scale(.0195)}}.snow:nth-child(250){opacity:1.2538;transform:translate(36.7743vw,-10px) scale(.7867);animation:fall-250 19s -11s linear infinite}@keyframes fall-250{35.416%{transform:translate(35.9446vw,35.416vh) scale(.7867)}to{transform:translate(36.35945vw,99vh) scale(.7867)}}.snow:nth-child(251){opacity:.9154;transform:translate(35.2363vw,-10px) scale(.3314);animation:fall-251 13s -2s linear infinite}@keyframes fall-251{42.258%{transform:translate(35.844vw,42.258vh) scale(.3314)}to{transform:translate(35.54015vw,99vh) scale(.3314)}}.snow:nth-child(252){opacity:.3588;transform:translate(54.5165vw,-10px) scale(.5647);animation:fall-252 18s -6s linear infinite}@keyframes fall-252{63.367%{transform:translate(48.0026vw,63.367vh) scale(.5647)}to{transform:translate(51.25955vw,99vh) scale(.5647)}}.snow:nth-child(253){opacity:1.6446;transform:translate(35.9715vw,-10px) scale(.0149);animation:fall-253 25s -19s linear infinite}@keyframes fall-253{67.265%{transform:translate(43.2204vw,67.265vh) scale(.0149)}to{transform:translate(39.59595vw,99vh) scale(.0149)}}.snow:nth-child(254){opacity:.5142;transform:translate(90.8278vw,-10px) scale(.7528);animation:fall-254 19s -10s linear infinite}@keyframes fall-254{61.771%{transform:translate(98.9388vw,61.771vh) scale(.7528)}to{transform:translate(94.8833vw,99vh) scale(.7528)}}.snow:nth-child(255){opacity:.743;transform:translate(1.8442vw,-10px) scale(.0805);animation:fall-255 20s -24s linear infinite}@keyframes fall-255{61.843%{transform:translate(7.319vw,61.843vh) scale(.0805)}to{transform:translate(4.5816vw,99vh) scale(.0805)}}.snow:nth-child(256){opacity:.855;transform:translate(17.2764vw,-10px) scale(.3627);animation:fall-256 16s -25s linear infinite}@keyframes fall-256{63.845%{transform:translate(17.9815vw,63.845vh) scale(.3627)}to{transform:translate(17.62895vw,99vh) scale(.3627)}}.snow:nth-child(257){opacity:.6796;transform:translate(3.1427vw,-10px) scale(.825);animation:fall-257 13s -25s linear infinite}@keyframes fall-257{66.835%{transform:translate(.6646vw,66.835vh) scale(.825)}to{transform:translate(1.90365vw,99vh) scale(.825)}}.snow:nth-child(258){opacity:1.1362;transform:translate(59.5761vw,-10px) scale(.7265);animation:fall-258 26s -27s linear infinite}@keyframes fall-258{68.922%{transform:translate(66.2532vw,68.922vh) scale(.7265)}to{transform:translate(62.91465vw,99vh) scale(.7265)}}.snow:nth-child(259){opacity:1.5912;transform:translate(28.458vw,-10px) scale(.7115);animation:fall-259 18s -29s linear infinite}@keyframes fall-259{71.607%{transform:translate(19.5337vw,71.607vh) scale(.7115)}to{transform:translate(23.99585vw,99vh) scale(.7115)}}.snow:nth-child(260){opacity:1.6534;transform:translate(54.5443vw,-10px) scale(.3863);animation:fall-260 22s -15s linear infinite}@keyframes fall-260{68.07%{transform:translate(56.1632vw,68.07vh) scale(.3863)}to{transform:translate(55.35375vw,99vh) scale(.3863)}}.snow:nth-child(261){opacity:1.3128;transform:translate(38.7647vw,-10px) scale(.7409);animation:fall-261 10s -11s linear infinite}@keyframes fall-261{46.388%{transform:translate(38.1304vw,46.388vh) scale(.7409)}to{transform:translate(38.44755vw,99vh) scale(.7409)}}.snow:nth-child(262){opacity:1.671;transform:translate(26.108vw,-10px) scale(.564);animation:fall-262 29s -2s linear infinite}@keyframes fall-262{37.495%{transform:translate(23.7738vw,37.495vh) scale(.564)}to{transform:translate(24.9409vw,99vh) scale(.564)}}.snow:nth-child(263){opacity:1.5284;transform:translate(54.9309vw,-10px) scale(.4298);animation:fall-263 10s -25s linear infinite}@keyframes fall-263{35.399%{transform:translate(54.9283vw,35.399vh) scale(.4298)}to{transform:translate(54.9296vw,99vh) scale(.4298)}}.snow:nth-child(264){opacity:.7492;transform:translate(9.4867vw,-10px) scale(.5354);animation:fall-264 11s -8s linear infinite}@keyframes fall-264{71.624%{transform:translate(11.3186vw,71.624vh) scale(.5354)}to{transform:translate(10.40265vw,99vh) scale(.5354)}}.snow:nth-child(265){opacity:.2362;transform:translate(22.3916vw,-10px) scale(.5203);animation:fall-265 20s -29s linear infinite}@keyframes fall-265{49.659%{transform:translate(31.949vw,49.659vh) scale(.5203)}to{transform:translate(27.1703vw,99vh) scale(.5203)}}.snow:nth-child(266){opacity:1.398;transform:translate(38.4303vw,-10px) scale(.6716);animation:fall-266 18s -27s linear infinite}@keyframes fall-266{32.268%{transform:translate(31.938vw,32.268vh) scale(.6716)}to{transform:translate(35.18415vw,99vh) scale(.6716)}}.snow:nth-child(267){opacity:.4922;transform:translate(62.3655vw,-10px) scale(.4241);animation:fall-267 15s -16s linear infinite}@keyframes fall-267{32.456%{transform:translate(68.0529vw,32.456vh) scale(.4241)}to{transform:translate(65.2092vw,99vh) scale(.4241)}}.snow:nth-child(268){opacity:1.6736;transform:translate(30.4952vw,-10px) scale(.5505);animation:fall-268 24s -2s linear infinite}@keyframes fall-268{58.8%{transform:translate(29.882vw,58.8vh) scale(.5505)}to{transform:translate(30.1886vw,99vh) scale(.5505)}}.snow:nth-child(269){opacity:.851;transform:translate(85.6612vw,-10px) scale(.6945);animation:fall-269 25s -11s linear infinite}@keyframes fall-269{63.789%{transform:translate(83.1324vw,63.789vh) scale(.6945)}to{transform:translate(84.3968vw,99vh) scale(.6945)}}.snow:nth-child(270){opacity:.4024;transform:translate(62.105vw,-10px) scale(.732);animation:fall-270 19s -13s linear infinite}@keyframes fall-270{44.893%{transform:translate(55.6524vw,44.893vh) scale(.732)}to{transform:translate(58.8787vw,99vh) scale(.732)}}.snow:nth-child(271){opacity:1.0156;transform:translate(64.3717vw,-10px) scale(.1674);animation:fall-271 28s -29s linear infinite}@keyframes fall-271{50.862%{transform:translate(74.2168vw,50.862vh) scale(.1674)}to{transform:translate(69.29425vw,99vh) scale(.1674)}}.snow:nth-child(272){opacity:.433;transform:translate(67.507vw,-10px) scale(.7176);animation:fall-272 12s -20s linear infinite}@keyframes fall-272{78.76%{transform:translate(74.8146vw,78.76vh) scale(.7176)}to{transform:translate(71.1608vw,99vh) scale(.7176)}}.snow:nth-child(273){opacity:.4094;transform:translate(91.1281vw,-10px) scale(.7667);animation:fall-273 27s -25s linear infinite}@keyframes fall-273{62.003%{transform:translate(98.1639vw,62.003vh) scale(.7667)}to{transform:translate(94.646vw,99vh) scale(.7667)}}.snow:nth-child(274){opacity:.9364;transform:translate(74.6743vw,-10px) scale(.108);animation:fall-274 30s -12s linear infinite}@keyframes fall-274{47.883%{transform:translate(66.2865vw,47.883vh) scale(.108)}to{transform:translate(70.4804vw,99vh) scale(.108)}}.snow:nth-child(275){opacity:.079;transform:translate(23.3387vw,-10px) scale(.6621);animation:fall-275 27s -5s linear infinite}@keyframes fall-275{55.148%{transform:translate(24.1951vw,55.148vh) scale(.6621)}to{transform:translate(23.7669vw,99vh) scale(.6621)}}.snow:nth-child(276){opacity:1.963;transform:translate(82.6864vw,-10px) scale(.911);animation:fall-276 12s -21s linear infinite}@keyframes fall-276{30.285%{transform:translate(81.7122vw,30.285vh) scale(.911)}to{transform:translate(82.1993vw,99vh) scale(.911)}}.snow:nth-child(277){opacity:.1924;transform:translate(23.5901vw,-10px) scale(.6465);animation:fall-277 30s -13s linear infinite}@keyframes fall-277{38.294%{transform:translate(21.1125vw,38.294vh) scale(.6465)}to{transform:translate(22.3513vw,99vh) scale(.6465)}}.snow:nth-child(278){opacity:1.122;transform:translate(56.1251vw,-10px) scale(.3867);animation:fall-278 27s -23s linear infinite}@keyframes fall-278{31.756%{transform:translate(57.6918vw,31.756vh) scale(.3867)}to{transform:translate(56.90845vw,99vh) scale(.3867)}}.snow:nth-child(279){opacity:1.1762;transform:translate(72.115vw,-10px) scale(.0154);animation:fall-279 10s -26s linear infinite}@keyframes fall-279{49.062%{transform:translate(82.0506vw,49.062vh) scale(.0154)}to{transform:translate(77.0828vw,99vh) scale(.0154)}}.snow:nth-child(280){opacity:.8798;transform:translate(10.7073vw,-10px) scale(.3121);animation:fall-280 26s -24s linear infinite}@keyframes fall-280{50.24%{transform:translate(14.5573vw,50.24vh) scale(.3121)}to{transform:translate(12.6323vw,99vh) scale(.3121)}}.snow:nth-child(281){opacity:1.3572;transform:translate(88.73vw,-10px) scale(.9655);animation:fall-281 18s -23s linear infinite}@keyframes fall-281{31.297%{transform:translate(96.927vw,31.297vh) scale(.9655)}to{transform:translate(92.8285vw,99vh) scale(.9655)}}.snow:nth-child(282){opacity:1.8266;transform:translate(24.5791vw,-10px) scale(.0072);animation:fall-282 18s -10s linear infinite}@keyframes fall-282{54.346%{transform:translate(27.8458vw,54.346vh) scale(.0072)}to{transform:translate(26.21245vw,99vh) scale(.0072)}}.snow:nth-child(283){opacity:.1412;transform:translate(73.1348vw,-10px) scale(.5508);animation:fall-283 23s -8s linear infinite}@keyframes fall-283{70.448%{transform:translate(78.4615vw,70.448vh) scale(.5508)}to{transform:translate(75.79815vw,99vh) scale(.5508)}}.snow:nth-child(284){opacity:.9978;transform:translate(70.5156vw,-10px) scale(.2728);animation:fall-284 17s -21s linear infinite}@keyframes fall-284{79.24%{transform:translate(71.9282vw,79.24vh) scale(.2728)}to{transform:translate(71.2219vw,99vh) scale(.2728)}}.snow:nth-child(285){opacity:1.784;transform:translate(41.972vw,-10px) scale(.0529);animation:fall-285 17s -8s linear infinite}@keyframes fall-285{38.654%{transform:translate(50.7801vw,38.654vh) scale(.0529)}to{transform:translate(46.37605vw,99vh) scale(.0529)}}.snow:nth-child(286){opacity:.1134;transform:translate(10.0205vw,-10px) scale(.9405);animation:fall-286 22s -15s linear infinite}@keyframes fall-286{62.86%{transform:translate(14.4568vw,62.86vh) scale(.9405)}to{transform:translate(12.23865vw,99vh) scale(.9405)}}.snow:nth-child(287){opacity:.403;transform:translate(53.2751vw,-10px) scale(.5955);animation:fall-287 22s -29s linear infinite}@keyframes fall-287{50.107%{transform:translate(43.7643vw,50.107vh) scale(.5955)}to{transform:translate(48.5197vw,99vh) scale(.5955)}}.snow:nth-child(288){opacity:1.8022;transform:translate(91.3407vw,-10px) scale(.0229);animation:fall-288 11s -10s linear infinite}@keyframes fall-288{46.631%{transform:translate(85.3811vw,46.631vh) scale(.0229)}to{transform:translate(88.3609vw,99vh) scale(.0229)}}.snow:nth-child(289){opacity:.0276;transform:translate(4.0684vw,-10px) scale(.0645);animation:fall-289 16s -14s linear infinite}@keyframes fall-289{55.79%{transform:translate(7.907vw,55.79vh) scale(.0645)}to{transform:translate(5.9877vw,99vh) scale(.0645)}}.snow:nth-child(290){opacity:.2242;transform:translate(51.9168vw,-10px) scale(.8685);animation:fall-290 23s -19s linear infinite}@keyframes fall-290{30.25%{transform:translate(54.7593vw,30.25vh) scale(.8685)}to{transform:translate(53.33805vw,99vh) scale(.8685)}}.snow:nth-child(291){opacity:.2308;transform:translate(35.76vw,-10px) scale(.2967);animation:fall-291 25s -17s linear infinite}@keyframes fall-291{65.037%{transform:translate(37.6896vw,65.037vh) scale(.2967)}to{transform:translate(36.7248vw,99vh) scale(.2967)}}.snow:nth-child(292){opacity:1.8094;transform:translate(73.2897vw,-10px) scale(.7677);animation:fall-292 16s -12s linear infinite}@keyframes fall-292{50.32%{transform:translate(75.422vw,50.32vh) scale(.7677)}to{transform:translate(74.35585vw,99vh) scale(.7677)}}.snow:nth-child(293){opacity:.9;transform:translate(86.4082vw,-10px) scale(.3458);animation:fall-293 12s -16s linear infinite}@keyframes fall-293{38.468%{transform:translate(86.2319vw,38.468vh) scale(.3458)}to{transform:translate(86.32005vw,99vh) scale(.3458)}}.snow:nth-child(294){opacity:.3852;transform:translate(31.2064vw,-10px) scale(.3755);animation:fall-294 23s -23s linear infinite}@keyframes fall-294{49.843%{transform:translate(29.2319vw,49.843vh) scale(.3755)}to{transform:translate(30.21915vw,99vh) scale(.3755)}}.snow:nth-child(295){opacity:1.0708;transform:translate(.4342vw,-10px) scale(.7821);animation:fall-295 30s -3s linear infinite}@keyframes fall-295{78.768%{transform:translate(7.8876vw,78.768vh) scale(.7821)}to{transform:translate(4.1609vw,99vh) scale(.7821)}}.snow:nth-child(296){opacity:.1074;transform:translate(55.0723vw,-10px) scale(.3063);animation:fall-296 16s -17s linear infinite}@keyframes fall-296{69.659%{transform:translate(57.6688vw,69.659vh) scale(.3063)}to{transform:translate(56.37055vw,99vh) scale(.3063)}}.snow:nth-child(297){opacity:.1832;transform:translate(72.6531vw,-10px) scale(.2339);animation:fall-297 11s -28s linear infinite}@keyframes fall-297{60%{transform:translate(75.3319vw,60vh) scale(.2339)}to{transform:translate(73.9925vw,99vh) scale(.2339)}}.snow:nth-child(298){opacity:.5256;transform:translate(89.5731vw,-10px) scale(.0712);animation:fall-298 20s -15s linear infinite}@keyframes fall-298{73.714%{transform:translate(94.8066vw,73.714vh) scale(.0712)}to{transform:translate(92.18985vw,99vh) scale(.0712)}}.snow:nth-child(299){opacity:.8432;transform:translate(5.3822vw,-10px) scale(.3077);animation:fall-299 11s -9s linear infinite}@keyframes fall-299{78.72%{transform:translate(-.0346vw,78.72vh) scale(.3077)}to{transform:translate(2.6738vw,99vh) scale(.3077)}}.snow:nth-child(300){opacity:1.1174;transform:translate(32.7495vw,-10px) scale(.1173);animation:fall-300 14s -28s linear infinite}@keyframes fall-300{62.218%{transform:translate(25.955vw,62.218vh) scale(.1173)}to{transform:translate(29.35225vw,99vh) scale(.1173)}}.snow:nth-child(301){opacity:.2824;transform:translate(47.8177vw,-10px) scale(.2273);animation:fall-301 11s -27s linear infinite}@keyframes fall-301{45.038%{transform:translate(50.7281vw,45.038vh) scale(.2273)}to{transform:translate(49.2729vw,99vh) scale(.2273)}}.snow:nth-child(302){opacity:1.9938;transform:translate(49.6864vw,-10px) scale(.0764);animation:fall-302 23s -3s linear infinite}@keyframes fall-302{61.231%{transform:translate(51.0269vw,61.231vh) scale(.0764)}to{transform:translate(50.35665vw,99vh) scale(.0764)}}.snow:nth-child(303){opacity:1.2522;transform:translate(53.2616vw,-10px) scale(.552);animation:fall-303 12s -19s linear infinite}@keyframes fall-303{75.951%{transform:translate(45.4424vw,75.951vh) scale(.552)}to{transform:translate(49.352vw,99vh) scale(.552)}}.snow:nth-child(304){opacity:1.0448;transform:translate(74.046vw,-10px) scale(.5257);animation:fall-304 28s -24s linear infinite}@keyframes fall-304{75.208%{transform:translate(76.0055vw,75.208vh) scale(.5257)}to{transform:translate(75.02575vw,99vh) scale(.5257)}}.snow:nth-child(305){opacity:1.0676;transform:translate(37.5641vw,-10px) scale(.4988);animation:fall-305 27s -24s linear infinite}@keyframes fall-305{61.879%{transform:translate(44.0331vw,61.879vh) scale(.4988)}to{transform:translate(40.7986vw,99vh) scale(.4988)}}.snow:nth-child(306){opacity:1.9726;transform:translate(8.9768vw,-10px) scale(.4089);animation:fall-306 30s -13s linear infinite}@keyframes fall-306{77.345%{transform:translate(-.5749vw,77.345vh) scale(.4089)}to{transform:translate(4.20095vw,99vh) scale(.4089)}}.snow:nth-child(307){opacity:.188;transform:translate(83.2593vw,-10px) scale(.6061);animation:fall-307 25s -14s linear infinite}@keyframes fall-307{73.334%{transform:translate(74.4428vw,73.334vh) scale(.6061)}to{transform:translate(78.85105vw,99vh) scale(.6061)}}.snow:nth-child(308){opacity:.3608;transform:translate(78.582vw,-10px) scale(.9911);animation:fall-308 13s -6s linear infinite}@keyframes fall-308{35.507%{transform:translate(85.5552vw,35.507vh) scale(.9911)}to{transform:translate(82.0686vw,99vh) scale(.9911)}}.snow:nth-child(309){opacity:1.7486;transform:translate(19.043vw,-10px) scale(.8039);animation:fall-309 12s -29s linear infinite}@keyframes fall-309{33.905%{transform:translate(22.6475vw,33.905vh) scale(.8039)}to{transform:translate(20.84525vw,99vh) scale(.8039)}}.snow:nth-child(310){opacity:1.5242;transform:translate(37.8902vw,-10px) scale(.718);animation:fall-310 18s -28s linear infinite}@keyframes fall-310{52.079%{transform:translate(35.7vw,52.079vh) scale(.718)}to{transform:translate(36.7951vw,99vh) scale(.718)}}.snow:nth-child(311){opacity:1.4228;transform:translate(5.1985vw,-10px) scale(.9194);animation:fall-311 17s -18s linear infinite}@keyframes fall-311{69.302%{transform:translate(13.2004vw,69.302vh) scale(.9194)}to{transform:translate(9.19945vw,99vh) scale(.9194)}}.snow:nth-child(312){opacity:.0732;transform:translate(22.0335vw,-10px) scale(.9558);animation:fall-312 15s -30s linear infinite}@keyframes fall-312{72.833%{transform:translate(26.2049vw,72.833vh) scale(.9558)}to{transform:translate(24.1192vw,99vh) scale(.9558)}}.snow:nth-child(313){opacity:.4072;transform:translate(33.7886vw,-10px) scale(.025);animation:fall-313 19s -20s linear infinite}@keyframes fall-313{40.092%{transform:translate(38.1606vw,40.092vh) scale(.025)}to{transform:translate(35.9746vw,99vh) scale(.025)}}.snow:nth-child(314){opacity:1.8722;transform:translate(9.0764vw,-10px) scale(.5961);animation:fall-314 14s -14s linear infinite}@keyframes fall-314{69.777%{transform:translate(8.8386vw,69.777vh) scale(.5961)}to{transform:translate(8.9575vw,99vh) scale(.5961)}}.snow:nth-child(315){opacity:1.1212;transform:translate(82.5859vw,-10px) scale(.8691);animation:fall-315 29s -4s linear infinite}@keyframes fall-315{45.731%{transform:translate(87.0654vw,45.731vh) scale(.8691)}to{transform:translate(84.82565vw,99vh) scale(.8691)}}.snow:nth-child(316){opacity:.3608;transform:translate(7.1032vw,-10px) scale(.0684);animation:fall-316 23s -27s linear infinite}@keyframes fall-316{65.122%{transform:translate(-.7207vw,65.122vh) scale(.0684)}to{transform:translate(3.19125vw,99vh) scale(.0684)}}.snow:nth-child(317){opacity:1.8918;transform:translate(54.08vw,-10px) scale(.6971);animation:fall-317 11s -11s linear infinite}@keyframes fall-317{45.877%{transform:translate(54.3499vw,45.877vh) scale(.6971)}to{transform:translate(54.21495vw,99vh) scale(.6971)}}.snow:nth-child(318){opacity:.6774;transform:translate(54.4758vw,-10px) scale(.0784);animation:fall-318 17s -21s linear infinite}@keyframes fall-318{44.196%{transform:translate(52.4636vw,44.196vh) scale(.0784)}to{transform:translate(53.4697vw,99vh) scale(.0784)}}.snow:nth-child(319){opacity:1.1152;transform:translate(89.5956vw,-10px) scale(.9197);animation:fall-319 22s -13s linear infinite}@keyframes fall-319{42.196%{transform:translate(80.4962vw,42.196vh) scale(.9197)}to{transform:translate(85.0459vw,99vh) scale(.9197)}}.snow:nth-child(320){opacity:.1584;transform:translate(25.0952vw,-10px) scale(.3843);animation:fall-320 10s -13s linear infinite}@keyframes fall-320{55.265%{transform:translate(16.6653vw,55.265vh) scale(.3843)}to{transform:translate(20.88025vw,99vh) scale(.3843)}}.snow:nth-child(321){opacity:.557;transform:translate(26.6263vw,-10px) scale(.9993);animation:fall-321 26s -9s linear infinite}@keyframes fall-321{32.732%{transform:translate(33.1124vw,32.732vh) scale(.9993)}to{transform:translate(29.86935vw,99vh) scale(.9993)}}.snow:nth-child(322){opacity:.1994;transform:translate(91.613vw,-10px) scale(.9379);animation:fall-322 30s -13s linear infinite}@keyframes fall-322{64.974%{transform:translate(89.0705vw,64.974vh) scale(.9379)}to{transform:translate(90.34175vw,99vh) scale(.9379)}}.snow:nth-child(323){opacity:1.2036;transform:translate(67.0223vw,-10px) scale(.5951);animation:fall-323 26s -16s linear infinite}@keyframes fall-323{78.518%{transform:translate(71.2093vw,78.518vh) scale(.5951)}to{transform:translate(69.1158vw,99vh) scale(.5951)}}.snow:nth-child(324){opacity:.8744;transform:translate(7.8944vw,-10px) scale(.8645);animation:fall-324 29s -26s linear infinite}@keyframes fall-324{72.961%{transform:translate(3.8392vw,72.961vh) scale(.8645)}to{transform:translate(5.8668vw,99vh) scale(.8645)}}.snow:nth-child(325){opacity:1.6162;transform:translate(13.5669vw,-10px) scale(.1048);animation:fall-325 25s -5s linear infinite}@keyframes fall-325{79.093%{transform:translate(5.0859vw,79.093vh) scale(.1048)}to{transform:translate(9.3264vw,99vh) scale(.1048)}}.snow:nth-child(326){opacity:.659;transform:translate(42.3947vw,-10px) scale(.3501);animation:fall-326 25s -16s linear infinite}@keyframes fall-326{57.062%{transform:translate(41.5914vw,57.062vh) scale(.3501)}to{transform:translate(41.99305vw,99vh) scale(.3501)}}.snow:nth-child(327){opacity:.137;transform:translate(51.1032vw,-10px) scale(.4283);animation:fall-327 18s -21s linear infinite}@keyframes fall-327{48.819%{transform:translate(45.5163vw,48.819vh) scale(.4283)}to{transform:translate(48.30975vw,99vh) scale(.4283)}}.snow:nth-child(328){opacity:1.1434;transform:translate(47.5744vw,-10px) scale(.7773);animation:fall-328 20s -21s linear infinite}@keyframes fall-328{56.927%{transform:translate(40.8379vw,56.927vh) scale(.7773)}to{transform:translate(44.20615vw,99vh) scale(.7773)}}.snow:nth-child(329){opacity:1.9972;transform:translate(32.5648vw,-10px) scale(.291);animation:fall-329 17s -12s linear infinite}@keyframes fall-329{51.803%{transform:translate(31.4592vw,51.803vh) scale(.291)}to{transform:translate(32.012vw,99vh) scale(.291)}}.snow:nth-child(330){opacity:1.9592;transform:translate(78.2356vw,-10px) scale(.3421);animation:fall-330 21s -13s linear infinite}@keyframes fall-330{35.099%{transform:translate(77.0269vw,35.099vh) scale(.3421)}to{transform:translate(77.63125vw,99vh) scale(.3421)}}.snow:nth-child(331){opacity:1.1528;transform:translate(51.8515vw,-10px) scale(.8881);animation:fall-331 12s -15s linear infinite}@keyframes fall-331{48.155%{transform:translate(60.4976vw,48.155vh) scale(.8881)}to{transform:translate(56.17455vw,99vh) scale(.8881)}}.snow:nth-child(332){opacity:.6316;transform:translate(15.0435vw,-10px) scale(.6517);animation:fall-332 11s -26s linear infinite}@keyframes fall-332{33.019%{transform:translate(23.5405vw,33.019vh) scale(.6517)}to{transform:translate(19.292vw,99vh) scale(.6517)}}.snow:nth-child(333){opacity:.1788;transform:translate(29.7234vw,-10px) scale(.8556);animation:fall-333 28s -17s linear infinite}@keyframes fall-333{34.392%{transform:translate(26.597vw,34.392vh) scale(.8556)}to{transform:translate(28.1602vw,99vh) scale(.8556)}}.snow:nth-child(334){opacity:1.41;transform:translate(70.6382vw,-10px) scale(.9112);animation:fall-334 18s -3s linear infinite}@keyframes fall-334{43.918%{transform:translate(73.9275vw,43.918vh) scale(.9112)}to{transform:translate(72.28285vw,99vh) scale(.9112)}}.snow:nth-child(335){opacity:.1222;transform:translate(49.8247vw,-10px) scale(.2234);animation:fall-335 25s -30s linear infinite}@keyframes fall-335{59.864%{transform:translate(50.1807vw,59.864vh) scale(.2234)}to{transform:translate(50.0027vw,99vh) scale(.2234)}}.snow:nth-child(336){opacity:.879;transform:translate(82.914vw,-10px) scale(.4394);animation:fall-336 15s -3s linear infinite}@keyframes fall-336{44.781%{transform:translate(85.7184vw,44.781vh) scale(.4394)}to{transform:translate(84.3162vw,99vh) scale(.4394)}}.snow:nth-child(337){opacity:.8758;transform:translate(33.5457vw,-10px) scale(.0003);animation:fall-337 15s -23s linear infinite}@keyframes fall-337{69.674%{transform:translate(33.7496vw,69.674vh) scale(.0003)}to{transform:translate(33.64765vw,99vh) scale(.0003)}}.snow:nth-child(338){opacity:1.9342;transform:translate(19.346vw,-10px) scale(.9711);animation:fall-338 19s -29s linear infinite}@keyframes fall-338{59.872%{transform:translate(25.8393vw,59.872vh) scale(.9711)}to{transform:translate(22.59265vw,99vh) scale(.9711)}}.snow:nth-child(339){opacity:.0284;transform:translate(38.8726vw,-10px) scale(.175);animation:fall-339 24s -7s linear infinite}@keyframes fall-339{48.279%{transform:translate(39.2068vw,48.279vh) scale(.175)}to{transform:translate(39.0397vw,99vh) scale(.175)}}.snow:nth-child(340){opacity:.0346;transform:translate(93.0693vw,-10px) scale(.3557);animation:fall-340 19s -4s linear infinite}@keyframes fall-340{78.635%{transform:translate(93.487vw,78.635vh) scale(.3557)}to{transform:translate(93.27815vw,99vh) scale(.3557)}}.snow:nth-child(341){opacity:1.532;transform:translate(33.5423vw,-10px) scale(.4352);animation:fall-341 21s -2s linear infinite}@keyframes fall-341{62.191%{transform:translate(35.9829vw,62.191vh) scale(.4352)}to{transform:translate(34.7626vw,99vh) scale(.4352)}}.snow:nth-child(342){opacity:.231;transform:translate(20.0851vw,-10px) scale(.1551);animation:fall-342 13s -8s linear infinite}@keyframes fall-342{68.526%{transform:translate(25.5328vw,68.526vh) scale(.1551)}to{transform:translate(22.80895vw,99vh) scale(.1551)}}.snow:nth-child(343){opacity:1.94;transform:translate(8.7269vw,-10px) scale(.9493);animation:fall-343 10s -2s linear infinite}@keyframes fall-343{62.388%{transform:translate(12.3732vw,62.388vh) scale(.9493)}to{transform:translate(10.55005vw,99vh) scale(.9493)}}.snow:nth-child(344){opacity:.5122;transform:translate(1.7995vw,-10px) scale(.4115);animation:fall-344 18s -14s linear infinite}@keyframes fall-344{62.885%{transform:translate(6.555vw,62.885vh) scale(.4115)}to{transform:translate(4.17725vw,99vh) scale(.4115)}}.snow:nth-child(345){opacity:.2346;transform:translate(43.349vw,-10px) scale(.791);animation:fall-345 26s -6s linear infinite}@keyframes fall-345{46.524%{transform:translate(33.6352vw,46.524vh) scale(.791)}to{transform:translate(38.4921vw,99vh) scale(.791)}}.snow:nth-child(346){opacity:.856;transform:translate(7.2442vw,-10px) scale(.6347);animation:fall-346 29s -30s linear infinite}@keyframes fall-346{55.644%{transform:translate(5.4413vw,55.644vh) scale(.6347)}to{transform:translate(6.34275vw,99vh) scale(.6347)}}.snow:nth-child(347){opacity:.6758;transform:translate(50.069vw,-10px) scale(.1868);animation:fall-347 29s -2s linear infinite}@keyframes fall-347{32.397%{transform:translate(59.1905vw,32.397vh) scale(.1868)}to{transform:translate(54.62975vw,99vh) scale(.1868)}}.snow:nth-child(348){opacity:.687;transform:translate(2.1891vw,-10px) scale(.0372);animation:fall-348 17s -26s linear infinite}@keyframes fall-348{50.307%{transform:translate(8.7221vw,50.307vh) scale(.0372)}to{transform:translate(5.4556vw,99vh) scale(.0372)}}.snow:nth-child(349){opacity:.4718;transform:translate(96.1829vw,-10px) scale(.917);animation:fall-349 19s -7s linear infinite}@keyframes fall-349{60.41%{transform:translate(89.206vw,60.41vh) scale(.917)}to{transform:translate(92.69445vw,99vh) scale(.917)}}.snow:nth-child(350){opacity:1.4612;transform:translate(11.2539vw,-10px) scale(.3227);animation:fall-350 16s -1s linear infinite}@keyframes fall-350{34.04%{transform:translate(12.0851vw,34.04vh) scale(.3227)}to{transform:translate(11.6695vw,99vh) scale(.3227)}}.snow:nth-child(351){opacity:.8036;transform:translate(44.2925vw,-10px) scale(.0125);animation:fall-351 16s -5s linear infinite}@keyframes fall-351{54.031%{transform:translate(50.4294vw,54.031vh) scale(.0125)}to{transform:translate(47.36095vw,99vh) scale(.0125)}}.snow:nth-child(352){opacity:.7342;transform:translate(8.6529vw,-10px) scale(.9532);animation:fall-352 11s -10s linear infinite}@keyframes fall-352{78.354%{transform:translate(-.0607vw,78.354vh) scale(.9532)}to{transform:translate(4.2961vw,99vh) scale(.9532)}}.snow:nth-child(353){opacity:1.4646;transform:translate(90.5921vw,-10px) scale(.9268);animation:fall-353 18s -30s linear infinite}@keyframes fall-353{73.754%{transform:translate(91.6206vw,73.754vh) scale(.9268)}to{transform:translate(91.10635vw,99vh) scale(.9268)}}.snow:nth-child(354){opacity:1.5194;transform:translate(22.0719vw,-10px) scale(.6534);animation:fall-354 21s -27s linear infinite}@keyframes fall-354{34.418%{transform:translate(22.2956vw,34.418vh) scale(.6534)}to{transform:translate(22.18375vw,99vh) scale(.6534)}}.snow:nth-child(355){opacity:.3066;transform:translate(55.337vw,-10px) scale(.6151);animation:fall-355 15s -11s linear infinite}@keyframes fall-355{31.044%{transform:translate(47.9191vw,31.044vh) scale(.6151)}to{transform:translate(51.62805vw,99vh) scale(.6151)}}.snow:nth-child(356){opacity:.3018;transform:translate(86.863vw,-10px) scale(.6984);animation:fall-356 25s -3s linear infinite}@keyframes fall-356{62.103%{transform:translate(89.0104vw,62.103vh) scale(.6984)}to{transform:translate(87.9367vw,99vh) scale(.6984)}}.snow:nth-child(357){opacity:1.376;transform:translate(75.6974vw,-10px) scale(.037);animation:fall-357 13s -2s linear infinite}@keyframes fall-357{75.983%{transform:translate(65.7923vw,75.983vh) scale(.037)}to{transform:translate(70.74485vw,99vh) scale(.037)}}.snow:nth-child(358){opacity:1.0578;transform:translate(96.2896vw,-10px) scale(.09);animation:fall-358 11s -15s linear infinite}@keyframes fall-358{65.475%{transform:translate(91.3311vw,65.475vh) scale(.09)}to{transform:translate(93.81035vw,99vh) scale(.09)}}.snow:nth-child(359){opacity:.9612;transform:translate(61.8441vw,-10px) scale(.5011);animation:fall-359 29s -30s linear infinite}@keyframes fall-359{39.334%{transform:translate(62.1149vw,39.334vh) scale(.5011)}to{transform:translate(61.9795vw,99vh) scale(.5011)}}.snow:nth-child(360){opacity:1.23;transform:translate(88.5011vw,-10px) scale(.899);animation:fall-360 23s -20s linear infinite}@keyframes fall-360{38.174%{transform:translate(83.3801vw,38.174vh) scale(.899)}to{transform:translate(85.9406vw,99vh) scale(.899)}}.snow:nth-child(361){opacity:.5094;transform:translate(64.8013vw,-10px) scale(.1916);animation:fall-361 11s -13s linear infinite}@keyframes fall-361{45.58%{transform:translate(70.6773vw,45.58vh) scale(.1916)}to{transform:translate(67.7393vw,99vh) scale(.1916)}}.snow:nth-child(362){opacity:.3406;transform:translate(74.0017vw,-10px) scale(.531);animation:fall-362 18s -5s linear infinite}@keyframes fall-362{67.083%{transform:translate(79.0234vw,67.083vh) scale(.531)}to{transform:translate(76.51255vw,99vh) scale(.531)}}.snow:nth-child(363){opacity:.962;transform:translate(18.4933vw,-10px) scale(.9195);animation:fall-363 12s -7s linear infinite}@keyframes fall-363{55.785%{transform:translate(26.768vw,55.785vh) scale(.9195)}to{transform:translate(22.63065vw,99vh) scale(.9195)}}.snow:nth-child(364){opacity:.1206;transform:translate(89.7469vw,-10px) scale(.0603);animation:fall-364 16s -28s linear infinite}@keyframes fall-364{31.858%{transform:translate(98.421vw,31.858vh) scale(.0603)}to{transform:translate(94.08395vw,99vh) scale(.0603)}}.snow:nth-child(365){opacity:1.9648;transform:translate(38.0835vw,-10px) scale(.8385);animation:fall-365 19s -6s linear infinite}@keyframes fall-365{31.239%{transform:translate(40.1163vw,31.239vh) scale(.8385)}to{transform:translate(39.0999vw,99vh) scale(.8385)}}.snow:nth-child(366){opacity:1.601;transform:translate(98.474vw,-10px) scale(.8906);animation:fall-366 24s -16s linear infinite}@keyframes fall-366{79.997%{transform:translate(95.395vw,79.997vh) scale(.8906)}to{transform:translate(96.9345vw,99vh) scale(.8906)}}.snow:nth-child(367){opacity:.5838;transform:translate(2.8989vw,-10px) scale(.9214);animation:fall-367 27s -11s linear infinite}@keyframes fall-367{35.486%{transform:translate(1.7944vw,35.486vh) scale(.9214)}to{transform:translate(2.34665vw,99vh) scale(.9214)}}.snow:nth-child(368){opacity:.3782;transform:translate(10.7789vw,-10px) scale(.8804);animation:fall-368 13s -22s linear infinite}@keyframes fall-368{30.629%{transform:translate(12.7228vw,30.629vh) scale(.8804)}to{transform:translate(11.75085vw,99vh) scale(.8804)}}.snow:nth-child(369){opacity:1.7188;transform:translate(37.324vw,-10px) scale(.5924);animation:fall-369 22s -5s linear infinite}@keyframes fall-369{51.468%{transform:translate(36.9725vw,51.468vh) scale(.5924)}to{transform:translate(37.14825vw,99vh) scale(.5924)}}.snow:nth-child(370){opacity:1.1906;transform:translate(1.9038vw,-10px) scale(.4846);animation:fall-370 23s -11s linear infinite}@keyframes fall-370{75.507%{transform:translate(7.9294vw,75.507vh) scale(.4846)}to{transform:translate(4.9166vw,99vh) scale(.4846)}}.snow:nth-child(371){opacity:.5028;transform:translate(6.3305vw,-10px) scale(.8949);animation:fall-371 24s -24s linear infinite}@keyframes fall-371{49.284%{transform:translate(5.9153vw,49.284vh) scale(.8949)}to{transform:translate(6.1229vw,99vh) scale(.8949)}}.snow:nth-child(372){opacity:.8386;transform:translate(27.4967vw,-10px) scale(.5926);animation:fall-372 23s -25s linear infinite}@keyframes fall-372{56.459%{transform:translate(27.2305vw,56.459vh) scale(.5926)}to{transform:translate(27.3636vw,99vh) scale(.5926)}}.snow:nth-child(373){opacity:1.344;transform:translate(94.5891vw,-10px) scale(.935);animation:fall-373 28s -22s linear infinite}@keyframes fall-373{70.904%{transform:translate(92.8604vw,70.904vh) scale(.935)}to{transform:translate(93.72475vw,99vh) scale(.935)}}.snow:nth-child(374){opacity:1.8688;transform:translate(83.0704vw,-10px) scale(.0988);animation:fall-374 16s -1s linear infinite}@keyframes fall-374{45.254%{transform:translate(86.4953vw,45.254vh) scale(.0988)}to{transform:translate(84.78285vw,99vh) scale(.0988)}}.snow:nth-child(375){opacity:1.122;transform:translate(35.4207vw,-10px) scale(.2101);animation:fall-375 21s -23s linear infinite}@keyframes fall-375{50.314%{transform:translate(43.9857vw,50.314vh) scale(.2101)}to{transform:translate(39.7032vw,99vh) scale(.2101)}}.snow:nth-child(376){opacity:.038;transform:translate(58.4467vw,-10px) scale(.5307);animation:fall-376 25s -17s linear infinite}@keyframes fall-376{53.645%{transform:translate(56.9012vw,53.645vh) scale(.5307)}to{transform:translate(57.67395vw,99vh) scale(.5307)}}.snow:nth-child(377){opacity:1.6876;transform:translate(95.1787vw,-10px) scale(.553);animation:fall-377 22s -28s linear infinite}@keyframes fall-377{51.89%{transform:translate(91.593vw,51.89vh) scale(.553)}to{transform:translate(93.38585vw,99vh) scale(.553)}}.snow:nth-child(378){opacity:1.8668;transform:translate(27.8827vw,-10px) scale(.0442);animation:fall-378 23s -5s linear infinite}@keyframes fall-378{41.484%{transform:translate(34.3027vw,41.484vh) scale(.0442)}to{transform:translate(31.0927vw,99vh) scale(.0442)}}.snow:nth-child(379){opacity:1.0598;transform:translate(26.9713vw,-10px) scale(.1709);animation:fall-379 12s -2s linear infinite}@keyframes fall-379{62.898%{transform:translate(27.3748vw,62.898vh) scale(.1709)}to{transform:translate(27.17305vw,99vh) scale(.1709)}}.snow:nth-child(380){opacity:1.0784;transform:translate(98.031vw,-10px) scale(.1398);animation:fall-380 26s -13s linear infinite}@keyframes fall-380{54.47%{transform:translate(101.6157vw,54.47vh) scale(.1398)}to{transform:translate(99.82335vw,99vh) scale(.1398)}}.snow:nth-child(381){opacity:.731;transform:translate(6.4192vw,-10px) scale(.6388);animation:fall-381 30s -7s linear infinite}@keyframes fall-381{43.045%{transform:translate(13.2889vw,43.045vh) scale(.6388)}to{transform:translate(9.85405vw,99vh) scale(.6388)}}.snow:nth-child(382){opacity:.0962;transform:translate(5.1848vw,-10px) scale(.5162);animation:fall-382 27s -19s linear infinite}@keyframes fall-382{43.382%{transform:translate(-4.2857vw,43.382vh) scale(.5162)}to{transform:translate(.44955vw,99vh) scale(.5162)}}.snow:nth-child(383){opacity:.8376;transform:translate(7.466vw,-10px) scale(.0415);animation:fall-383 15s -1s linear infinite}@keyframes fall-383{30.717%{transform:translate(-.0879vw,30.717vh) scale(.0415)}to{transform:translate(3.68905vw,99vh) scale(.0415)}}.snow:nth-child(384){opacity:1.854;transform:translate(45.7977vw,-10px) scale(.4101);animation:fall-384 11s -16s linear infinite}@keyframes fall-384{51.599%{transform:translate(45.4012vw,51.599vh) scale(.4101)}to{transform:translate(45.59945vw,99vh) scale(.4101)}}.snow:nth-child(385){opacity:1.378;transform:translate(89.1078vw,-10px) scale(.2761);animation:fall-385 13s -10s linear infinite}@keyframes fall-385{58.832%{transform:translate(85.6258vw,58.832vh) scale(.2761)}to{transform:translate(87.3668vw,99vh) scale(.2761)}}.snow:nth-child(386){opacity:1.1536;transform:translate(32.2622vw,-10px) scale(.8027);animation:fall-386 22s -5s linear infinite}@keyframes fall-386{64.889%{transform:translate(35.5999vw,64.889vh) scale(.8027)}to{transform:translate(33.93105vw,99vh) scale(.8027)}}.snow:nth-child(387){opacity:.402;transform:translate(62.5576vw,-10px) scale(.0406);animation:fall-387 16s -28s linear infinite}@keyframes fall-387{53.454%{transform:translate(56.0923vw,53.454vh) scale(.0406)}to{transform:translate(59.32495vw,99vh) scale(.0406)}}.snow:nth-child(388){opacity:.5942;transform:translate(77.1628vw,-10px) scale(.1174);animation:fall-388 18s -11s linear infinite}@keyframes fall-388{69.349%{transform:translate(82.986vw,69.349vh) scale(.1174)}to{transform:translate(80.0744vw,99vh) scale(.1174)}}.snow:nth-child(389){opacity:.0082;transform:translate(97.5214vw,-10px) scale(.4938);animation:fall-389 28s -10s linear infinite}@keyframes fall-389{78.71%{transform:translate(89.0642vw,78.71vh) scale(.4938)}to{transform:translate(93.2928vw,99vh) scale(.4938)}}.snow:nth-child(390){opacity:.5376;transform:translate(65.9964vw,-10px) scale(.4744);animation:fall-390 19s -24s linear infinite}@keyframes fall-390{70.711%{transform:translate(58.6695vw,70.711vh) scale(.4744)}to{transform:translate(62.33295vw,99vh) scale(.4744)}}.snow:nth-child(391){opacity:1.0128;transform:translate(42.0195vw,-10px) scale(.2183);animation:fall-391 25s -11s linear infinite}@keyframes fall-391{31.556%{transform:translate(43.1679vw,31.556vh) scale(.2183)}to{transform:translate(42.5937vw,99vh) scale(.2183)}}.snow:nth-child(392){opacity:1.1942;transform:translate(88.5388vw,-10px) scale(.36);animation:fall-392 30s -14s linear infinite}@keyframes fall-392{41.425%{transform:translate(93.6502vw,41.425vh) scale(.36)}to{transform:translate(91.0945vw,99vh) scale(.36)}}.snow:nth-child(393){opacity:1.2986;transform:translate(95.3568vw,-10px) scale(.4836);animation:fall-393 25s -6s linear infinite}@keyframes fall-393{45.945%{transform:translate(86.1475vw,45.945vh) scale(.4836)}to{transform:translate(90.75215vw,99vh) scale(.4836)}}.snow:nth-child(394){opacity:.0828;transform:translate(40.4009vw,-10px) scale(.2255);animation:fall-394 28s -3s linear infinite}@keyframes fall-394{61.761%{transform:translate(41.67vw,61.761vh) scale(.2255)}to{transform:translate(41.03545vw,99vh) scale(.2255)}}.snow:nth-child(395){opacity:1.1156;transform:translate(87.1862vw,-10px) scale(.958);animation:fall-395 29s -23s linear infinite}@keyframes fall-395{55.468%{transform:translate(85.4952vw,55.468vh) scale(.958)}to{transform:translate(86.3407vw,99vh) scale(.958)}}.snow:nth-child(396){opacity:1.9474;transform:translate(21.6032vw,-10px) scale(.3593);animation:fall-396 12s -26s linear infinite}@keyframes fall-396{54.61%{transform:translate(21.4803vw,54.61vh) scale(.3593)}to{transform:translate(21.54175vw,99vh) scale(.3593)}}.snow:nth-child(397){opacity:1.6992;transform:translate(13.762vw,-10px) scale(.6098);animation:fall-397 22s -14s linear infinite}@keyframes fall-397{79.31%{transform:translate(23.2307vw,79.31vh) scale(.6098)}to{transform:translate(18.49635vw,99vh) scale(.6098)}}.snow:nth-child(398){opacity:.6652;transform:translate(55.2667vw,-10px) scale(.8235);animation:fall-398 17s -25s linear infinite}@keyframes fall-398{58.893%{transform:translate(55.7716vw,58.893vh) scale(.8235)}to{transform:translate(55.51915vw,99vh) scale(.8235)}}.snow:nth-child(399){opacity:.0738;transform:translate(29.1501vw,-10px) scale(.4876);animation:fall-399 29s -1s linear infinite}@keyframes fall-399{50.479%{transform:translate(26.8038vw,50.479vh) scale(.4876)}to{transform:translate(27.97695vw,99vh) scale(.4876)}}.snow:nth-child(400){opacity:1.3966;transform:translate(63.8679vw,-10px) scale(.7306);animation:fall-400 22s -1s linear infinite}@keyframes fall-400{38.309%{transform:translate(64.2862vw,38.309vh) scale(.7306)}to{transform:translate(64.07705vw,99vh) scale(.7306)}}\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:1.3366;transform:translate(89.6842vw,-10px) scale(.4971);animation:fall-1 21s -15s linear infinite}@keyframes fall-1{56.211%{transform:translate(80.6379vw,56.211vh) scale(.4971)}to{transform:translate(85.16105vw,99vh) scale(.4971)}}.snow:nth-child(2){opacity:.4704;transform:translate(20.267vw,-10px) scale(.6389);animation:fall-2 27s -11s linear infinite}@keyframes fall-2{35.64%{transform:translate(29.8062vw,35.64vh) scale(.6389)}to{transform:translate(25.0366vw,99vh) scale(.6389)}}.snow:nth-child(3){opacity:.6396;transform:translate(86.9849vw,-10px) scale(.6985);animation:fall-3 17s -1s linear infinite}@keyframes fall-3{75.893%{transform:translate(80.3432vw,75.893vh) scale(.6985)}to{transform:translate(83.66405vw,99vh) scale(.6985)}}.snow:nth-child(4){opacity:1.3834;transform:translate(24.003vw,-10px) scale(.9809);animation:fall-4 22s -23s linear infinite}@keyframes fall-4{75.444%{transform:translate(24.293vw,75.444vh) scale(.9809)}to{transform:translate(24.148vw,99vh) scale(.9809)}}.snow:nth-child(5){opacity:1.381;transform:translate(32.7207vw,-10px) scale(.7694);animation:fall-5 23s -15s linear infinite}@keyframes fall-5{35.524%{transform:translate(38.4032vw,35.524vh) scale(.7694)}to{transform:translate(35.56195vw,99vh) scale(.7694)}}.snow:nth-child(6){opacity:1.1586;transform:translate(18.8296vw,-10px) scale(.2052);animation:fall-6 15s -9s linear infinite}@keyframes fall-6{34.371%{transform:translate(14.0553vw,34.371vh) scale(.2052)}to{transform:translate(16.44245vw,99vh) scale(.2052)}}.snow:nth-child(7){opacity:1.7648;transform:translate(95.5377vw,-10px) scale(.4019);animation:fall-7 17s -26s linear infinite}@keyframes fall-7{79.839%{transform:translate(101.6717vw,79.839vh) scale(.4019)}to{transform:translate(98.6047vw,99vh) scale(.4019)}}.snow:nth-child(8){opacity:1.5012;transform:translate(53.6892vw,-10px) scale(.2073);animation:fall-8 24s -13s linear infinite}@keyframes fall-8{74.995%{transform:translate(52.0761vw,74.995vh) scale(.2073)}to{transform:translate(52.88265vw,99vh) scale(.2073)}}.snow:nth-child(9){opacity:.1752;transform:translate(28.115vw,-10px) scale(.8163);animation:fall-9 26s -17s linear infinite}@keyframes fall-9{37.617%{transform:translate(20.6517vw,37.617vh) scale(.8163)}to{transform:translate(24.38335vw,99vh) scale(.8163)}}.snow:nth-child(10){opacity:1.7058;transform:translate(2.8036vw,-10px) scale(.7881);animation:fall-10 21s -2s linear infinite}@keyframes fall-10{32.873%{transform:translate(8.8632vw,32.873vh) scale(.7881)}to{transform:translate(5.8334vw,99vh) scale(.7881)}}.snow:nth-child(11){opacity:.3252;transform:translate(63.8782vw,-10px) scale(.4816);animation:fall-11 25s -18s linear infinite}@keyframes fall-11{70.565%{transform:translate(67.1984vw,70.565vh) scale(.4816)}to{transform:translate(65.5383vw,99vh) scale(.4816)}}.snow:nth-child(12){opacity:.6362;transform:translate(65.8767vw,-10px) scale(.4338);animation:fall-12 26s -19s linear infinite}@keyframes fall-12{58.276%{transform:translate(63.8108vw,58.276vh) scale(.4338)}to{transform:translate(64.84375vw,99vh) scale(.4338)}}.snow:nth-child(13){opacity:.2086;transform:translate(64.7848vw,-10px) scale(.6826);animation:fall-13 13s -23s linear infinite}@keyframes fall-13{46.724%{transform:translate(68.6184vw,46.724vh) scale(.6826)}to{transform:translate(66.7016vw,99vh) scale(.6826)}}.snow:nth-child(14){opacity:1.7384;transform:translate(12.1354vw,-10px) scale(.1042);animation:fall-14 21s -13s linear infinite}@keyframes fall-14{43.663%{transform:translate(20.1074vw,43.663vh) scale(.1042)}to{transform:translate(16.1214vw,99vh) scale(.1042)}}.snow:nth-child(15){opacity:.8888;transform:translate(60.8492vw,-10px) scale(.4946);animation:fall-15 12s -14s linear infinite}@keyframes fall-15{75.358%{transform:translate(69.5504vw,75.358vh) scale(.4946)}to{transform:translate(65.1998vw,99vh) scale(.4946)}}.snow:nth-child(16){opacity:.6522;transform:translate(72.9814vw,-10px) scale(.8995);animation:fall-16 12s -19s linear infinite}@keyframes fall-16{39.053%{transform:translate(79.5129vw,39.053vh) scale(.8995)}to{transform:translate(76.24715vw,99vh) scale(.8995)}}.snow:nth-child(17){opacity:1.6412;transform:translate(2.9973vw,-10px) scale(.9983);animation:fall-17 20s -15s linear infinite}@keyframes fall-17{34.739%{transform:translate(1.0169vw,34.739vh) scale(.9983)}to{transform:translate(2.0071vw,99vh) scale(.9983)}}.snow:nth-child(18){opacity:1.8638;transform:translate(46.6729vw,-10px) scale(.4487);animation:fall-18 28s -1s linear infinite}@keyframes fall-18{74.783%{transform:translate(46.1754vw,74.783vh) scale(.4487)}to{transform:translate(46.42415vw,99vh) scale(.4487)}}.snow:nth-child(19){opacity:.722;transform:translate(3.6546vw,-10px) scale(.7994);animation:fall-19 19s -20s linear infinite}@keyframes fall-19{68.448%{transform:translate(1.2175vw,68.448vh) scale(.7994)}to{transform:translate(2.43605vw,99vh) scale(.7994)}}.snow:nth-child(20){opacity:.2968;transform:translate(31.1893vw,-10px) scale(.1289);animation:fall-20 13s -4s linear infinite}@keyframes fall-20{35.361%{transform:translate(38.1163vw,35.361vh) scale(.1289)}to{transform:translate(34.6528vw,99vh) scale(.1289)}}.snow:nth-child(21){opacity:.5578;transform:translate(44.3127vw,-10px) scale(.8736);animation:fall-21 21s -19s linear infinite}@keyframes fall-21{42.312%{transform:translate(42.0478vw,42.312vh) scale(.8736)}to{transform:translate(43.18025vw,99vh) scale(.8736)}}.snow:nth-child(22){opacity:1.0756;transform:translate(24.9011vw,-10px) scale(.0794);animation:fall-22 19s -19s linear infinite}@keyframes fall-22{58.812%{transform:translate(29.4906vw,58.812vh) scale(.0794)}to{transform:translate(27.19585vw,99vh) scale(.0794)}}.snow:nth-child(23){opacity:1.2226;transform:translate(67.5329vw,-10px) scale(.94);animation:fall-23 13s -6s linear infinite}@keyframes fall-23{75.849%{transform:translate(68.8441vw,75.849vh) scale(.94)}to{transform:translate(68.1885vw,99vh) scale(.94)}}.snow:nth-child(24){opacity:.4546;transform:translate(54.504vw,-10px) scale(.2687);animation:fall-24 27s -13s linear infinite}@keyframes fall-24{57.888%{transform:translate(59.0205vw,57.888vh) scale(.2687)}to{transform:translate(56.76225vw,99vh) scale(.2687)}}.snow:nth-child(25){opacity:1.682;transform:translate(74.4487vw,-10px) scale(.1262);animation:fall-25 29s -27s linear infinite}@keyframes fall-25{31.852%{transform:translate(73.7488vw,31.852vh) scale(.1262)}to{transform:translate(74.09875vw,99vh) scale(.1262)}}.snow:nth-child(26){opacity:.9082;transform:translate(91.0442vw,-10px) scale(.281);animation:fall-26 30s -28s linear infinite}@keyframes fall-26{51.865%{transform:translate(89.5086vw,51.865vh) scale(.281)}to{transform:translate(90.2764vw,99vh) scale(.281)}}.snow:nth-child(27){opacity:1.8264;transform:translate(91.9595vw,-10px) scale(.4966);animation:fall-27 26s -2s linear infinite}@keyframes fall-27{79.944%{transform:translate(93.4005vw,79.944vh) scale(.4966)}to{transform:translate(92.68vw,99vh) scale(.4966)}}.snow:nth-child(28){opacity:.7004;transform:translate(79.2296vw,-10px) scale(.7383);animation:fall-28 26s -18s linear infinite}@keyframes fall-28{79.618%{transform:translate(77.8156vw,79.618vh) scale(.7383)}to{transform:translate(78.5226vw,99vh) scale(.7383)}}.snow:nth-child(29){opacity:.7994;transform:translate(59.8426vw,-10px) scale(.2196);animation:fall-29 27s -28s linear infinite}@keyframes fall-29{34.93%{transform:translate(61.1829vw,34.93vh) scale(.2196)}to{transform:translate(60.51275vw,99vh) scale(.2196)}}.snow:nth-child(30){opacity:.8816;transform:translate(91.0322vw,-10px) scale(.9534);animation:fall-30 15s -21s linear infinite}@keyframes fall-30{44.092%{transform:translate(87.1155vw,44.092vh) scale(.9534)}to{transform:translate(89.07385vw,99vh) scale(.9534)}}.snow:nth-child(31){opacity:1.4098;transform:translate(63.3999vw,-10px) scale(.7427);animation:fall-31 21s -18s linear infinite}@keyframes fall-31{57.594%{transform:translate(72.013vw,57.594vh) scale(.7427)}to{transform:translate(67.70645vw,99vh) scale(.7427)}}.snow:nth-child(32){opacity:1.1466;transform:translate(96.7187vw,-10px) scale(.782);animation:fall-32 25s -23s linear infinite}@keyframes fall-32{45.585%{transform:translate(100.065vw,45.585vh) scale(.782)}to{transform:translate(98.39185vw,99vh) scale(.782)}}.snow:nth-child(33){opacity:.958;transform:translate(16.4279vw,-10px) scale(.3457);animation:fall-33 13s -4s linear infinite}@keyframes fall-33{72.82%{transform:translate(18.8151vw,72.82vh) scale(.3457)}to{transform:translate(17.6215vw,99vh) scale(.3457)}}.snow:nth-child(34){opacity:1.9522;transform:translate(14.0116vw,-10px) scale(.5972);animation:fall-34 28s -22s linear infinite}@keyframes fall-34{67.576%{transform:translate(22.2344vw,67.576vh) scale(.5972)}to{transform:translate(18.123vw,99vh) scale(.5972)}}.snow:nth-child(35){opacity:1.6238;transform:translate(25.8634vw,-10px) scale(.3329);animation:fall-35 15s -14s linear infinite}@keyframes fall-35{58.293%{transform:translate(30.1533vw,58.293vh) scale(.3329)}to{transform:translate(28.00835vw,99vh) scale(.3329)}}.snow:nth-child(36){opacity:1.4624;transform:translate(14.5493vw,-10px) scale(.7559);animation:fall-36 19s -1s linear infinite}@keyframes fall-36{63.504%{transform:translate(19.8932vw,63.504vh) scale(.7559)}to{transform:translate(17.22125vw,99vh) scale(.7559)}}.snow:nth-child(37){opacity:1.1772;transform:translate(65.0265vw,-10px) scale(.9679);animation:fall-37 24s -23s linear infinite}@keyframes fall-37{52.814%{transform:translate(55.8805vw,52.814vh) scale(.9679)}to{transform:translate(60.4535vw,99vh) scale(.9679)}}.snow:nth-child(38){opacity:1.8736;transform:translate(30.9663vw,-10px) scale(.2838);animation:fall-38 23s -19s linear infinite}@keyframes fall-38{56.206%{transform:translate(29.8524vw,56.206vh) scale(.2838)}to{transform:translate(30.40935vw,99vh) scale(.2838)}}.snow:nth-child(39){opacity:.3392;transform:translate(83.7132vw,-10px) scale(.5599);animation:fall-39 18s -21s linear infinite}@keyframes fall-39{35.152%{transform:translate(73.7438vw,35.152vh) scale(.5599)}to{transform:translate(78.7285vw,99vh) scale(.5599)}}.snow:nth-child(40){opacity:.5894;transform:translate(42.1737vw,-10px) scale(.807);animation:fall-40 27s -23s linear infinite}@keyframes fall-40{33.466%{transform:translate(42.877vw,33.466vh) scale(.807)}to{transform:translate(42.52535vw,99vh) scale(.807)}}.snow:nth-child(41){opacity:.896;transform:translate(89.5307vw,-10px) scale(.774);animation:fall-41 15s -24s linear infinite}@keyframes fall-41{59.483%{transform:translate(94.8433vw,59.483vh) scale(.774)}to{transform:translate(92.187vw,99vh) scale(.774)}}.snow:nth-child(42){opacity:.4356;transform:translate(71.6236vw,-10px) scale(.1805);animation:fall-42 16s -1s linear infinite}@keyframes fall-42{45.19%{transform:translate(73.059vw,45.19vh) scale(.1805)}to{transform:translate(72.3413vw,99vh) scale(.1805)}}.snow:nth-child(43){opacity:.328;transform:translate(13.2843vw,-10px) scale(.8716);animation:fall-43 24s -20s linear infinite}@keyframes fall-43{41.412%{transform:translate(21.8712vw,41.412vh) scale(.8716)}to{transform:translate(17.57775vw,99vh) scale(.8716)}}.snow:nth-child(44){opacity:1.3062;transform:translate(72.1395vw,-10px) scale(.1094);animation:fall-44 16s -15s linear infinite}@keyframes fall-44{77.469%{transform:translate(80.8259vw,77.469vh) scale(.1094)}to{transform:translate(76.4827vw,99vh) scale(.1094)}}.snow:nth-child(45){opacity:1.2194;transform:translate(32.6861vw,-10px) scale(.4471);animation:fall-45 13s -2s linear infinite}@keyframes fall-45{55.173%{transform:translate(29.6616vw,55.173vh) scale(.4471)}to{transform:translate(31.17385vw,99vh) scale(.4471)}}.snow:nth-child(46){opacity:1.1544;transform:translate(3.422vw,-10px) scale(.7593);animation:fall-46 28s -1s linear infinite}@keyframes fall-46{65.824%{transform:translate(-5.6358vw,65.824vh) scale(.7593)}to{transform:translate(-1.1069vw,99vh) scale(.7593)}}.snow:nth-child(47){opacity:1.1346;transform:translate(14.06vw,-10px) scale(.6026);animation:fall-47 22s -26s linear infinite}@keyframes fall-47{34.108%{transform:translate(11.1989vw,34.108vh) scale(.6026)}to{transform:translate(12.62945vw,99vh) scale(.6026)}}.snow:nth-child(48){opacity:.9318;transform:translate(16.2936vw,-10px) scale(.8444);animation:fall-48 20s -5s linear infinite}@keyframes fall-48{61.491%{transform:translate(7.1307vw,61.491vh) scale(.8444)}to{transform:translate(11.71215vw,99vh) scale(.8444)}}.snow:nth-child(49){opacity:1.6446;transform:translate(57.1496vw,-10px) scale(.9623);animation:fall-49 18s -13s linear infinite}@keyframes fall-49{36.083%{transform:translate(65.4175vw,36.083vh) scale(.9623)}to{transform:translate(61.28355vw,99vh) scale(.9623)}}.snow:nth-child(50){opacity:.8994;transform:translate(84.5424vw,-10px) scale(.5039);animation:fall-50 30s -24s linear infinite}@keyframes fall-50{78.441%{transform:translate(92.1802vw,78.441vh) scale(.5039)}to{transform:translate(88.3613vw,99vh) scale(.5039)}}.snow:nth-child(51){opacity:1.8342;transform:translate(89.755vw,-10px) scale(.8499);animation:fall-51 11s -13s linear infinite}@keyframes fall-51{39.846%{transform:translate(98.9272vw,39.846vh) scale(.8499)}to{transform:translate(94.3411vw,99vh) scale(.8499)}}.snow:nth-child(52){opacity:.8274;transform:translate(8.2568vw,-10px) scale(.083);animation:fall-52 30s -16s linear infinite}@keyframes fall-52{66.423%{transform:translate(11.6871vw,66.423vh) scale(.083)}to{transform:translate(9.97195vw,99vh) scale(.083)}}.snow:nth-child(53){opacity:.5326;transform:translate(45.4773vw,-10px) scale(.5092);animation:fall-53 12s -19s linear infinite}@keyframes fall-53{69.899%{transform:translate(35.8857vw,69.899vh) scale(.5092)}to{transform:translate(40.6815vw,99vh) scale(.5092)}}.snow:nth-child(54){opacity:.4326;transform:translate(38.4853vw,-10px) scale(.6533);animation:fall-54 18s -21s linear infinite}@keyframes fall-54{75.904%{transform:translate(36.8029vw,75.904vh) scale(.6533)}to{transform:translate(37.6441vw,99vh) scale(.6533)}}.snow:nth-child(55){opacity:1.1542;transform:translate(70.635vw,-10px) scale(.744);animation:fall-55 11s -18s linear infinite}@keyframes fall-55{50.574%{transform:translate(69.6828vw,50.574vh) scale(.744)}to{transform:translate(70.1589vw,99vh) scale(.744)}}.snow:nth-child(56){opacity:1.248;transform:translate(71.277vw,-10px) scale(.947);animation:fall-56 26s -20s linear infinite}@keyframes fall-56{45.004%{transform:translate(72.8351vw,45.004vh) scale(.947)}to{transform:translate(72.05605vw,99vh) scale(.947)}}.snow:nth-child(57){opacity:1.4166;transform:translate(95.2127vw,-10px) scale(.2282);animation:fall-57 23s -29s linear infinite}@keyframes fall-57{46.861%{transform:translate(96.8032vw,46.861vh) scale(.2282)}to{transform:translate(96.00795vw,99vh) scale(.2282)}}.snow:nth-child(58){opacity:.0072;transform:translate(51.6584vw,-10px) scale(.649);animation:fall-58 19s -29s linear infinite}@keyframes fall-58{78.121%{transform:translate(46.6883vw,78.121vh) scale(.649)}to{transform:translate(49.17335vw,99vh) scale(.649)}}.snow:nth-child(59){opacity:.9822;transform:translate(7.1404vw,-10px) scale(.5928);animation:fall-59 30s -6s linear infinite}@keyframes fall-59{74.328%{transform:translate(16.5678vw,74.328vh) scale(.5928)}to{transform:translate(11.8541vw,99vh) scale(.5928)}}.snow:nth-child(60){opacity:1.0106;transform:translate(92.2261vw,-10px) scale(.7757);animation:fall-60 13s -2s linear infinite}@keyframes fall-60{61.506%{transform:translate(86.6123vw,61.506vh) scale(.7757)}to{transform:translate(89.4192vw,99vh) scale(.7757)}}.snow:nth-child(61){opacity:.7366;transform:translate(50.0328vw,-10px) scale(.8684);animation:fall-61 13s -7s linear infinite}@keyframes fall-61{72.569%{transform:translate(52.0772vw,72.569vh) scale(.8684)}to{transform:translate(51.055vw,99vh) scale(.8684)}}.snow:nth-child(62){opacity:1.4816;transform:translate(87.1229vw,-10px) scale(.5541);animation:fall-62 22s -1s linear infinite}@keyframes fall-62{33.503%{transform:translate(91.6657vw,33.503vh) scale(.5541)}to{transform:translate(89.3943vw,99vh) scale(.5541)}}.snow:nth-child(63){opacity:1.7516;transform:translate(14.9159vw,-10px) scale(.8538);animation:fall-63 21s -6s linear infinite}@keyframes fall-63{54.303%{transform:translate(22.7517vw,54.303vh) scale(.8538)}to{transform:translate(18.8338vw,99vh) scale(.8538)}}.snow:nth-child(64){opacity:1.7314;transform:translate(45.8388vw,-10px) scale(.5351);animation:fall-64 20s -4s linear infinite}@keyframes fall-64{39.038%{transform:translate(41.7817vw,39.038vh) scale(.5351)}to{transform:translate(43.81025vw,99vh) scale(.5351)}}.snow:nth-child(65){opacity:.1318;transform:translate(73.9323vw,-10px) scale(.4088);animation:fall-65 16s -5s linear infinite}@keyframes fall-65{68.157%{transform:translate(73.62vw,68.157vh) scale(.4088)}to{transform:translate(73.77615vw,99vh) scale(.4088)}}.snow:nth-child(66){opacity:.1356;transform:translate(19.0547vw,-10px) scale(.6024);animation:fall-66 27s -27s linear infinite}@keyframes fall-66{48.892%{transform:translate(11.5368vw,48.892vh) scale(.6024)}to{transform:translate(15.29575vw,99vh) scale(.6024)}}.snow:nth-child(67){opacity:.1104;transform:translate(56.9628vw,-10px) scale(.4558);animation:fall-67 14s -20s linear infinite}@keyframes fall-67{65.45%{transform:translate(53.4499vw,65.45vh) scale(.4558)}to{transform:translate(55.20635vw,99vh) scale(.4558)}}.snow:nth-child(68){opacity:1.1508;transform:translate(93.6396vw,-10px) scale(.9884);animation:fall-68 15s -27s linear infinite}@keyframes fall-68{34.001%{transform:translate(86.6456vw,34.001vh) scale(.9884)}to{transform:translate(90.1426vw,99vh) scale(.9884)}}.snow:nth-child(69){opacity:.1644;transform:translate(71.7689vw,-10px) scale(.9558);animation:fall-69 21s -20s linear infinite}@keyframes fall-69{62.811%{transform:translate(71.5263vw,62.811vh) scale(.9558)}to{transform:translate(71.6476vw,99vh) scale(.9558)}}.snow:nth-child(70){opacity:1.9852;transform:translate(22.2743vw,-10px) scale(.4269);animation:fall-70 12s -4s linear infinite}@keyframes fall-70{72.209%{transform:translate(27.8874vw,72.209vh) scale(.4269)}to{transform:translate(25.08085vw,99vh) scale(.4269)}}.snow:nth-child(71){opacity:.3096;transform:translate(26.4125vw,-10px) scale(.2155);animation:fall-71 17s -18s linear infinite}@keyframes fall-71{60.388%{transform:translate(22.6292vw,60.388vh) scale(.2155)}to{transform:translate(24.52085vw,99vh) scale(.2155)}}.snow:nth-child(72){opacity:1.5322;transform:translate(24.748vw,-10px) scale(.6692);animation:fall-72 19s -26s linear infinite}@keyframes fall-72{50.769%{transform:translate(34.2822vw,50.769vh) scale(.6692)}to{transform:translate(29.5151vw,99vh) scale(.6692)}}.snow:nth-child(73){opacity:1.31;transform:translate(20.8635vw,-10px) scale(.0682);animation:fall-73 14s -26s linear infinite}@keyframes fall-73{55.244%{transform:translate(29.2331vw,55.244vh) scale(.0682)}to{transform:translate(25.0483vw,99vh) scale(.0682)}}.snow:nth-child(74){opacity:1.7406;transform:translate(96.8815vw,-10px) scale(.1079);animation:fall-74 18s -17s linear infinite}@keyframes fall-74{73.266%{transform:translate(95.3177vw,73.266vh) scale(.1079)}to{transform:translate(96.0996vw,99vh) scale(.1079)}}.snow:nth-child(75){opacity:1.2074;transform:translate(68.8045vw,-10px) scale(.526);animation:fall-75 28s -20s linear infinite}@keyframes fall-75{69.071%{transform:translate(77.3232vw,69.071vh) scale(.526)}to{transform:translate(73.06385vw,99vh) scale(.526)}}.snow:nth-child(76){opacity:1.6374;transform:translate(26.3923vw,-10px) scale(.3143);animation:fall-76 15s -28s linear infinite}@keyframes fall-76{31.461%{transform:translate(19.8069vw,31.461vh) scale(.3143)}to{transform:translate(23.0996vw,99vh) scale(.3143)}}.snow:nth-child(77){opacity:1.0412;transform:translate(9.517vw,-10px) scale(.6312);animation:fall-77 12s -22s linear infinite}@keyframes fall-77{77.936%{transform:translate(11.0734vw,77.936vh) scale(.6312)}to{transform:translate(10.2952vw,99vh) scale(.6312)}}.snow:nth-child(78){opacity:.5376;transform:translate(55.356vw,-10px) scale(.6066);animation:fall-78 28s -29s linear infinite}@keyframes fall-78{65.596%{transform:translate(48.6993vw,65.596vh) scale(.6066)}to{transform:translate(52.02765vw,99vh) scale(.6066)}}.snow:nth-child(79){opacity:1.3968;transform:translate(31.1244vw,-10px) scale(.5489);animation:fall-79 21s -23s linear infinite}@keyframes fall-79{50.721%{transform:translate(21.7418vw,50.721vh) scale(.5489)}to{transform:translate(26.4331vw,99vh) scale(.5489)}}.snow:nth-child(80){opacity:1.1204;transform:translate(.712vw,-10px) scale(.1227);animation:fall-80 24s -1s linear infinite}@keyframes fall-80{76.84%{transform:translate(3.2086vw,76.84vh) scale(.1227)}to{transform:translate(1.9603vw,99vh) scale(.1227)}}.snow:nth-child(81){opacity:1.9108;transform:translate(85.0164vw,-10px) scale(.1806);animation:fall-81 22s -29s linear infinite}@keyframes fall-81{65.71%{transform:translate(83.4564vw,65.71vh) scale(.1806)}to{transform:translate(84.2364vw,99vh) scale(.1806)}}.snow:nth-child(82){opacity:1.7286;transform:translate(56.0725vw,-10px) scale(.9575);animation:fall-82 29s -14s linear infinite}@keyframes fall-82{42.88%{transform:translate(58.096vw,42.88vh) scale(.9575)}to{transform:translate(57.08425vw,99vh) scale(.9575)}}.snow:nth-child(83){opacity:.9158;transform:translate(52.3058vw,-10px) scale(.1257);animation:fall-83 10s -20s linear infinite}@keyframes fall-83{56.202%{transform:translate(59.8747vw,56.202vh) scale(.1257)}to{transform:translate(56.09025vw,99vh) scale(.1257)}}.snow:nth-child(84){opacity:1.2746;transform:translate(61.386vw,-10px) scale(.7725);animation:fall-84 29s -9s linear infinite}@keyframes fall-84{51.837%{transform:translate(58.4484vw,51.837vh) scale(.7725)}to{transform:translate(59.9172vw,99vh) scale(.7725)}}.snow:nth-child(85){opacity:.794;transform:translate(95.1435vw,-10px) scale(.1515);animation:fall-85 18s -3s linear infinite}@keyframes fall-85{48.998%{transform:translate(91.9852vw,48.998vh) scale(.1515)}to{transform:translate(93.56435vw,99vh) scale(.1515)}}.snow:nth-child(86){opacity:1.993;transform:translate(39.8873vw,-10px) scale(.8828);animation:fall-86 17s -22s linear infinite}@keyframes fall-86{77.382%{transform:translate(39.6003vw,77.382vh) scale(.8828)}to{transform:translate(39.7438vw,99vh) scale(.8828)}}.snow:nth-child(87){opacity:.5472;transform:translate(56.6871vw,-10px) scale(.6616);animation:fall-87 30s -16s linear infinite}@keyframes fall-87{51.8%{transform:translate(59.7271vw,51.8vh) scale(.6616)}to{transform:translate(58.2071vw,99vh) scale(.6616)}}.snow:nth-child(88){opacity:.7482;transform:translate(66.5239vw,-10px) scale(.8039);animation:fall-88 26s -18s linear infinite}@keyframes fall-88{52.905%{transform:translate(66.6074vw,52.905vh) scale(.8039)}to{transform:translate(66.56565vw,99vh) scale(.8039)}}.snow:nth-child(89){opacity:.0624;transform:translate(82.0227vw,-10px) scale(.4199);animation:fall-89 15s -13s linear infinite}@keyframes fall-89{58.5%{transform:translate(86.1187vw,58.5vh) scale(.4199)}to{transform:translate(84.0707vw,99vh) scale(.4199)}}.snow:nth-child(90){opacity:.3764;transform:translate(1.6896vw,-10px) scale(.6511);animation:fall-90 19s -4s linear infinite}@keyframes fall-90{64.68%{transform:translate(-1.4518vw,64.68vh) scale(.6511)}to{transform:translate(.1189vw,99vh) scale(.6511)}}.snow:nth-child(91){opacity:.8434;transform:translate(60.307vw,-10px) scale(.6843);animation:fall-91 18s -2s linear infinite}@keyframes fall-91{62.709%{transform:translate(54.4661vw,62.709vh) scale(.6843)}to{transform:translate(57.38655vw,99vh) scale(.6843)}}.snow:nth-child(92){opacity:.736;transform:translate(7.6297vw,-10px) scale(.0705);animation:fall-92 28s -17s linear infinite}@keyframes fall-92{50.262%{transform:translate(4.1599vw,50.262vh) scale(.0705)}to{transform:translate(5.8948vw,99vh) scale(.0705)}}.snow:nth-child(93){opacity:.329;transform:translate(46.9232vw,-10px) scale(.099);animation:fall-93 18s -6s linear infinite}@keyframes fall-93{38.309%{transform:translate(43.7408vw,38.309vh) scale(.099)}to{transform:translate(45.332vw,99vh) scale(.099)}}.snow:nth-child(94){opacity:.1014;transform:translate(70.1285vw,-10px) scale(.7409);animation:fall-94 22s -13s linear infinite}@keyframes fall-94{51.354%{transform:translate(66.0108vw,51.354vh) scale(.7409)}to{transform:translate(68.06965vw,99vh) scale(.7409)}}.snow:nth-child(95){opacity:.1942;transform:translate(11.7573vw,-10px) scale(.998);animation:fall-95 17s -22s linear infinite}@keyframes fall-95{52.023%{transform:translate(7.8918vw,52.023vh) scale(.998)}to{transform:translate(9.82455vw,99vh) scale(.998)}}.snow:nth-child(96){opacity:1.9372;transform:translate(52.9633vw,-10px) scale(.8459);animation:fall-96 23s -24s linear infinite}@keyframes fall-96{47.141%{transform:translate(46.5773vw,47.141vh) scale(.8459)}to{transform:translate(49.7703vw,99vh) scale(.8459)}}.snow:nth-child(97){opacity:1.678;transform:translate(39.3223vw,-10px) scale(.6305);animation:fall-97 16s -11s linear infinite}@keyframes fall-97{65.506%{transform:translate(44.944vw,65.506vh) scale(.6305)}to{transform:translate(42.13315vw,99vh) scale(.6305)}}.snow:nth-child(98){opacity:1.133;transform:translate(9.2464vw,-10px) scale(.5732);animation:fall-98 29s -1s linear infinite}@keyframes fall-98{42.516%{transform:translate(.6275vw,42.516vh) scale(.5732)}to{transform:translate(4.93695vw,99vh) scale(.5732)}}.snow:nth-child(99){opacity:.591;transform:translate(80.9794vw,-10px) scale(.4298);animation:fall-99 25s -12s linear infinite}@keyframes fall-99{57.888%{transform:translate(86.8011vw,57.888vh) scale(.4298)}to{transform:translate(83.89025vw,99vh) scale(.4298)}}.snow:nth-child(100){opacity:.7656;transform:translate(67.7551vw,-10px) scale(.0853);animation:fall-100 16s -4s linear infinite}@keyframes fall-100{38.049%{transform:translate(73.2828vw,38.049vh) scale(.0853)}to{transform:translate(70.51895vw,99vh) scale(.0853)}}.snow:nth-child(101){opacity:.2;transform:translate(70.466vw,-10px) scale(.8369);animation:fall-101 12s -2s linear infinite}@keyframes fall-101{44.444%{transform:translate(78.889vw,44.444vh) scale(.8369)}to{transform:translate(74.6775vw,99vh) scale(.8369)}}.snow:nth-child(102){opacity:.461;transform:translate(63.7996vw,-10px) scale(.2555);animation:fall-102 19s -26s linear infinite}@keyframes fall-102{34.101%{transform:translate(56.1368vw,34.101vh) scale(.2555)}to{transform:translate(59.9682vw,99vh) scale(.2555)}}.snow:nth-child(103){opacity:.536;transform:translate(81.2224vw,-10px) scale(.4796);animation:fall-103 22s -8s linear infinite}@keyframes fall-103{53.615%{transform:translate(79.5189vw,53.615vh) scale(.4796)}to{transform:translate(80.37065vw,99vh) scale(.4796)}}.snow:nth-child(104){opacity:1.6296;transform:translate(54.2951vw,-10px) scale(.9506);animation:fall-104 16s -10s linear infinite}@keyframes fall-104{32.436%{transform:translate(63.5119vw,32.436vh) scale(.9506)}to{transform:translate(58.9035vw,99vh) scale(.9506)}}.snow:nth-child(105){opacity:1.8842;transform:translate(5.616vw,-10px) scale(.0031);animation:fall-105 27s -14s linear infinite}@keyframes fall-105{39.804%{transform:translate(6.026vw,39.804vh) scale(.0031)}to{transform:translate(5.821vw,99vh) scale(.0031)}}.snow:nth-child(106){opacity:1.937;transform:translate(54.4354vw,-10px) scale(.3431);animation:fall-106 19s -16s linear infinite}@keyframes fall-106{51.599%{transform:translate(58.0225vw,51.599vh) scale(.3431)}to{transform:translate(56.22895vw,99vh) scale(.3431)}}.snow:nth-child(107){opacity:1.1706;transform:translate(26.1077vw,-10px) scale(.6959);animation:fall-107 16s -10s linear infinite}@keyframes fall-107{50.156%{transform:translate(25.7771vw,50.156vh) scale(.6959)}to{transform:translate(25.9424vw,99vh) scale(.6959)}}.snow:nth-child(108){opacity:1.3594;transform:translate(11.0962vw,-10px) scale(.3112);animation:fall-108 24s -4s linear infinite}@keyframes fall-108{37.243%{transform:translate(7.8924vw,37.243vh) scale(.3112)}to{transform:translate(9.4943vw,99vh) scale(.3112)}}.snow:nth-child(109){opacity:1.6408;transform:translate(10.0781vw,-10px) scale(.9134);animation:fall-109 15s -2s linear infinite}@keyframes fall-109{53.711%{transform:translate(17.3492vw,53.711vh) scale(.9134)}to{transform:translate(13.71365vw,99vh) scale(.9134)}}.snow:nth-child(110){opacity:1.555;transform:translate(98.693vw,-10px) scale(.6684);animation:fall-110 22s -24s linear infinite}@keyframes fall-110{39.733%{transform:translate(103.9012vw,39.733vh) scale(.6684)}to{transform:translate(101.2971vw,99vh) scale(.6684)}}.snow:nth-child(111){opacity:1.5162;transform:translate(95.162vw,-10px) scale(.8388);animation:fall-111 30s -15s linear infinite}@keyframes fall-111{55.271%{transform:translate(86.3372vw,55.271vh) scale(.8388)}to{transform:translate(90.7496vw,99vh) scale(.8388)}}.snow:nth-child(112){opacity:1.3502;transform:translate(21.9495vw,-10px) scale(.191);animation:fall-112 25s -25s linear infinite}@keyframes fall-112{76.954%{transform:translate(22.9803vw,76.954vh) scale(.191)}to{transform:translate(22.4649vw,99vh) scale(.191)}}.snow:nth-child(113){opacity:1.7004;transform:translate(57.628vw,-10px) scale(.3145);animation:fall-113 11s -25s linear infinite}@keyframes fall-113{70.525%{transform:translate(57.5722vw,70.525vh) scale(.3145)}to{transform:translate(57.6001vw,99vh) scale(.3145)}}.snow:nth-child(114){opacity:.6842;transform:translate(85.621vw,-10px) scale(.4045);animation:fall-114 13s -22s linear infinite}@keyframes fall-114{74.447%{transform:translate(89.0624vw,74.447vh) scale(.4045)}to{transform:translate(87.3417vw,99vh) scale(.4045)}}.snow:nth-child(115){opacity:.137;transform:translate(85.5215vw,-10px) scale(.4045);animation:fall-115 18s -18s linear infinite}@keyframes fall-115{37.114%{transform:translate(88.2935vw,37.114vh) scale(.4045)}to{transform:translate(86.9075vw,99vh) scale(.4045)}}.snow:nth-child(116){opacity:.3992;transform:translate(64.8027vw,-10px) scale(.7244);animation:fall-116 10s -17s linear infinite}@keyframes fall-116{41.037%{transform:translate(62.5238vw,41.037vh) scale(.7244)}to{transform:translate(63.66325vw,99vh) scale(.7244)}}.snow:nth-child(117){opacity:1.7622;transform:translate(78.894vw,-10px) scale(.5335);animation:fall-117 11s -12s linear infinite}@keyframes fall-117{55.076%{transform:translate(80.5093vw,55.076vh) scale(.5335)}to{transform:translate(79.70165vw,99vh) scale(.5335)}}.snow:nth-child(118){opacity:.3294;transform:translate(72.9693vw,-10px) scale(.7179);animation:fall-118 27s -7s linear infinite}@keyframes fall-118{52.562%{transform:translate(66.7486vw,52.562vh) scale(.7179)}to{transform:translate(69.85895vw,99vh) scale(.7179)}}.snow:nth-child(119){opacity:1.99;transform:translate(78.7206vw,-10px) scale(.5309);animation:fall-119 11s -11s linear infinite}@keyframes fall-119{62.527%{transform:translate(80.2583vw,62.527vh) scale(.5309)}to{transform:translate(79.48945vw,99vh) scale(.5309)}}.snow:nth-child(120){opacity:.7256;transform:translate(44.7422vw,-10px) scale(.6721);animation:fall-120 19s -1s linear infinite}@keyframes fall-120{42.092%{transform:translate(43.7094vw,42.092vh) scale(.6721)}to{transform:translate(44.2258vw,99vh) scale(.6721)}}.snow:nth-child(121){opacity:.0706;transform:translate(73.9697vw,-10px) scale(.5344);animation:fall-121 24s -23s linear infinite}@keyframes fall-121{45.028%{transform:translate(68.1594vw,45.028vh) scale(.5344)}to{transform:translate(71.06455vw,99vh) scale(.5344)}}.snow:nth-child(122){opacity:1.6824;transform:translate(32.9919vw,-10px) scale(.7054);animation:fall-122 24s -7s linear infinite}@keyframes fall-122{76.286%{transform:translate(23.2659vw,76.286vh) scale(.7054)}to{transform:translate(28.1289vw,99vh) scale(.7054)}}.snow:nth-child(123){opacity:.9726;transform:translate(85.2284vw,-10px) scale(.3059);animation:fall-123 11s -26s linear infinite}@keyframes fall-123{67.653%{transform:translate(77.3614vw,67.653vh) scale(.3059)}to{transform:translate(81.2949vw,99vh) scale(.3059)}}.snow:nth-child(124){opacity:1.6822;transform:translate(94.922vw,-10px) scale(.7569);animation:fall-124 14s -20s linear infinite}@keyframes fall-124{55.426%{transform:translate(103.5162vw,55.426vh) scale(.7569)}to{transform:translate(99.2191vw,99vh) scale(.7569)}}.snow:nth-child(125){opacity:1.165;transform:translate(92.0184vw,-10px) scale(.4235);animation:fall-125 10s -2s linear infinite}@keyframes fall-125{62.577%{transform:translate(85.1568vw,62.577vh) scale(.4235)}to{transform:translate(88.5876vw,99vh) scale(.4235)}}.snow:nth-child(126){opacity:1.3672;transform:translate(98.4686vw,-10px) scale(.9904);animation:fall-126 13s -12s linear infinite}@keyframes fall-126{75.851%{transform:translate(98.538vw,75.851vh) scale(.9904)}to{transform:translate(98.5033vw,99vh) scale(.9904)}}.snow:nth-child(127){opacity:1.5454;transform:translate(34.3034vw,-10px) scale(.9443);animation:fall-127 30s -2s linear infinite}@keyframes fall-127{37.048%{transform:translate(37.65vw,37.048vh) scale(.9443)}to{transform:translate(35.9767vw,99vh) scale(.9443)}}.snow:nth-child(128){opacity:1.7462;transform:translate(1.5669vw,-10px) scale(.5181);animation:fall-128 18s -29s linear infinite}@keyframes fall-128{78.954%{transform:translate(-2.56vw,78.954vh) scale(.5181)}to{transform:translate(-.49655vw,99vh) scale(.5181)}}.snow:nth-child(129){opacity:.2526;transform:translate(31.1428vw,-10px) scale(.9964);animation:fall-129 24s -16s linear infinite}@keyframes fall-129{57.263%{transform:translate(34.6142vw,57.263vh) scale(.9964)}to{transform:translate(32.8785vw,99vh) scale(.9964)}}.snow:nth-child(130){opacity:.7138;transform:translate(72.964vw,-10px) scale(.3684);animation:fall-130 21s -27s linear infinite}@keyframes fall-130{42.823%{transform:translate(67.9205vw,42.823vh) scale(.3684)}to{transform:translate(70.44225vw,99vh) scale(.3684)}}.snow:nth-child(131){opacity:.7632;transform:translate(87.887vw,-10px) scale(.0187);animation:fall-131 20s -14s linear infinite}@keyframes fall-131{46.504%{transform:translate(86.0686vw,46.504vh) scale(.0187)}to{transform:translate(86.9778vw,99vh) scale(.0187)}}.snow:nth-child(132){opacity:1.5496;transform:translate(4.686vw,-10px) scale(.0349);animation:fall-132 21s -1s linear infinite}@keyframes fall-132{37.872%{transform:translate(3.1381vw,37.872vh) scale(.0349)}to{transform:translate(3.91205vw,99vh) scale(.0349)}}.snow:nth-child(133){opacity:1.9236;transform:translate(89.4786vw,-10px) scale(.3211);animation:fall-133 24s -9s linear infinite}@keyframes fall-133{53.296%{transform:translate(91.0837vw,53.296vh) scale(.3211)}to{transform:translate(90.28115vw,99vh) scale(.3211)}}.snow:nth-child(134){opacity:.4474;transform:translate(70.1841vw,-10px) scale(.7993);animation:fall-134 25s -22s linear infinite}@keyframes fall-134{41.885%{transform:translate(61.2997vw,41.885vh) scale(.7993)}to{transform:translate(65.7419vw,99vh) scale(.7993)}}.snow:nth-child(135){opacity:1.3118;transform:translate(69.8514vw,-10px) scale(.377);animation:fall-135 18s -29s linear infinite}@keyframes fall-135{59.792%{transform:translate(66.9557vw,59.792vh) scale(.377)}to{transform:translate(68.40355vw,99vh) scale(.377)}}.snow:nth-child(136){opacity:1.8186;transform:translate(94.9771vw,-10px) scale(.5896);animation:fall-136 15s -29s linear infinite}@keyframes fall-136{34.921%{transform:translate(87.5187vw,34.921vh) scale(.5896)}to{transform:translate(91.2479vw,99vh) scale(.5896)}}.snow:nth-child(137){opacity:.1294;transform:translate(4.5902vw,-10px) scale(.5697);animation:fall-137 19s -4s linear infinite}@keyframes fall-137{66.101%{transform:translate(-5.3019vw,66.101vh) scale(.5697)}to{transform:translate(-.35585vw,99vh) scale(.5697)}}.snow:nth-child(138){opacity:.6184;transform:translate(28.9321vw,-10px) scale(.2515);animation:fall-138 16s -18s linear infinite}@keyframes fall-138{68.311%{transform:translate(33.1871vw,68.311vh) scale(.2515)}to{transform:translate(31.0596vw,99vh) scale(.2515)}}.snow:nth-child(139){opacity:1.9012;transform:translate(84.8327vw,-10px) scale(.863);animation:fall-139 23s -11s linear infinite}@keyframes fall-139{79.343%{transform:translate(82.1271vw,79.343vh) scale(.863)}to{transform:translate(83.4799vw,99vh) scale(.863)}}.snow:nth-child(140){opacity:1.608;transform:translate(70.3416vw,-10px) scale(.1624);animation:fall-140 29s -13s linear infinite}@keyframes fall-140{44.173%{transform:translate(62.7461vw,44.173vh) scale(.1624)}to{transform:translate(66.54385vw,99vh) scale(.1624)}}.snow:nth-child(141){opacity:.0966;transform:translate(23.5237vw,-10px) scale(.3048);animation:fall-141 12s -23s linear infinite}@keyframes fall-141{55.33%{transform:translate(21.0839vw,55.33vh) scale(.3048)}to{transform:translate(22.3038vw,99vh) scale(.3048)}}.snow:nth-child(142){opacity:1.8344;transform:translate(17.8166vw,-10px) scale(.8708);animation:fall-142 18s -20s linear infinite}@keyframes fall-142{58.469%{transform:translate(17.6401vw,58.469vh) scale(.8708)}to{transform:translate(17.72835vw,99vh) scale(.8708)}}.snow:nth-child(143){opacity:.0934;transform:translate(18.1625vw,-10px) scale(.1276);animation:fall-143 23s -27s linear infinite}@keyframes fall-143{53.574%{transform:translate(24.1106vw,53.574vh) scale(.1276)}to{transform:translate(21.13655vw,99vh) scale(.1276)}}.snow:nth-child(144){opacity:.5116;transform:translate(20.9802vw,-10px) scale(.9853);animation:fall-144 19s -15s linear infinite}@keyframes fall-144{75.751%{transform:translate(22.5919vw,75.751vh) scale(.9853)}to{transform:translate(21.78605vw,99vh) scale(.9853)}}.snow:nth-child(145){opacity:.8388;transform:translate(27.3477vw,-10px) scale(.93);animation:fall-145 15s -27s linear infinite}@keyframes fall-145{39.859%{transform:translate(19.1709vw,39.859vh) scale(.93)}to{transform:translate(23.2593vw,99vh) scale(.93)}}.snow:nth-child(146){opacity:.232;transform:translate(65.5039vw,-10px) scale(.4038);animation:fall-146 25s -17s linear infinite}@keyframes fall-146{61.863%{transform:translate(70.8936vw,61.863vh) scale(.4038)}to{transform:translate(68.19875vw,99vh) scale(.4038)}}.snow:nth-child(147){opacity:1.3088;transform:translate(50.6156vw,-10px) scale(.6413);animation:fall-147 15s -12s linear infinite}@keyframes fall-147{70.738%{transform:translate(57.1598vw,70.738vh) scale(.6413)}to{transform:translate(53.8877vw,99vh) scale(.6413)}}.snow:nth-child(148){opacity:.4852;transform:translate(9.2199vw,-10px) scale(.5671);animation:fall-148 26s -29s linear infinite}@keyframes fall-148{46.338%{transform:translate(15.8178vw,46.338vh) scale(.5671)}to{transform:translate(12.51885vw,99vh) scale(.5671)}}.snow:nth-child(149){opacity:1.373;transform:translate(79.9171vw,-10px) scale(.8288);animation:fall-149 11s -24s linear infinite}@keyframes fall-149{50.791%{transform:translate(87.6692vw,50.791vh) scale(.8288)}to{transform:translate(83.79315vw,99vh) scale(.8288)}}.snow:nth-child(150){opacity:1.0588;transform:translate(68.7327vw,-10px) scale(.138);animation:fall-150 24s -9s linear infinite}@keyframes fall-150{52.405%{transform:translate(75.1002vw,52.405vh) scale(.138)}to{transform:translate(71.91645vw,99vh) scale(.138)}}.snow:nth-child(151){opacity:1.7032;transform:translate(72.5137vw,-10px) scale(.5971);animation:fall-151 20s -4s linear infinite}@keyframes fall-151{48.329%{transform:translate(74.2941vw,48.329vh) scale(.5971)}to{transform:translate(73.4039vw,99vh) scale(.5971)}}.snow:nth-child(152){opacity:1.7806;transform:translate(39.8543vw,-10px) scale(.0115);animation:fall-152 15s -12s linear infinite}@keyframes fall-152{45.645%{transform:translate(31.6473vw,45.645vh) scale(.0115)}to{transform:translate(35.7508vw,99vh) scale(.0115)}}.snow:nth-child(153){opacity:1.2696;transform:translate(96.1309vw,-10px) scale(.3254);animation:fall-153 28s -18s linear infinite}@keyframes fall-153{34.905%{transform:translate(105.5574vw,34.905vh) scale(.3254)}to{transform:translate(100.84415vw,99vh) scale(.3254)}}.snow:nth-child(154){opacity:1.071;transform:translate(10.0659vw,-10px) scale(.3679);animation:fall-154 11s -2s linear infinite}@keyframes fall-154{38.308%{transform:translate(17.7137vw,38.308vh) scale(.3679)}to{transform:translate(13.8898vw,99vh) scale(.3679)}}.snow:nth-child(155){opacity:1.9478;transform:translate(92.3151vw,-10px) scale(.8099);animation:fall-155 12s -28s linear infinite}@keyframes fall-155{49.056%{transform:translate(88.5694vw,49.056vh) scale(.8099)}to{transform:translate(90.44225vw,99vh) scale(.8099)}}.snow:nth-child(156){opacity:1.9096;transform:translate(11.2081vw,-10px) scale(.0316);animation:fall-156 15s -24s linear infinite}@keyframes fall-156{54.028%{transform:translate(17.7702vw,54.028vh) scale(.0316)}to{transform:translate(14.48915vw,99vh) scale(.0316)}}.snow:nth-child(157){opacity:1.7502;transform:translate(76.2114vw,-10px) scale(.1729);animation:fall-157 21s -20s linear infinite}@keyframes fall-157{69.619%{transform:translate(74.8736vw,69.619vh) scale(.1729)}to{transform:translate(75.5425vw,99vh) scale(.1729)}}.snow:nth-child(158){opacity:1.1006;transform:translate(97.4566vw,-10px) scale(.8948);animation:fall-158 12s -5s linear infinite}@keyframes fall-158{59.046%{transform:translate(94.2774vw,59.046vh) scale(.8948)}to{transform:translate(95.867vw,99vh) scale(.8948)}}.snow:nth-child(159){opacity:.453;transform:translate(98.9484vw,-10px) scale(.7437);animation:fall-159 15s -18s linear infinite}@keyframes fall-159{35.015%{transform:translate(101.5535vw,35.015vh) scale(.7437)}to{transform:translate(100.25095vw,99vh) scale(.7437)}}.snow:nth-child(160){opacity:1.4126;transform:translate(2.3857vw,-10px) scale(.7471);animation:fall-160 28s -3s linear infinite}@keyframes fall-160{64.034%{transform:translate(7.98vw,64.034vh) scale(.7471)}to{transform:translate(5.18285vw,99vh) scale(.7471)}}.snow:nth-child(161){opacity:.7288;transform:translate(39.0955vw,-10px) scale(.1422);animation:fall-161 30s -21s linear infinite}@keyframes fall-161{75.882%{transform:translate(35.3115vw,75.882vh) scale(.1422)}to{transform:translate(37.2035vw,99vh) scale(.1422)}}.snow:nth-child(162){opacity:1.637;transform:translate(8.677vw,-10px) scale(.1723);animation:fall-162 13s -4s linear infinite}@keyframes fall-162{45.226%{transform:translate(6.2842vw,45.226vh) scale(.1723)}to{transform:translate(7.4806vw,99vh) scale(.1723)}}.snow:nth-child(163){opacity:.1902;transform:translate(51.466vw,-10px) scale(.3744);animation:fall-163 25s -15s linear infinite}@keyframes fall-163{76.23%{transform:translate(46.2562vw,76.23vh) scale(.3744)}to{transform:translate(48.8611vw,99vh) scale(.3744)}}.snow:nth-child(164){opacity:1.2142;transform:translate(92.1835vw,-10px) scale(.3465);animation:fall-164 24s -4s linear infinite}@keyframes fall-164{34.992%{transform:translate(96.2729vw,34.992vh) scale(.3465)}to{transform:translate(94.2282vw,99vh) scale(.3465)}}.snow:nth-child(165){opacity:.4068;transform:translate(16.0782vw,-10px) scale(.3875);animation:fall-165 24s -20s linear infinite}@keyframes fall-165{74.416%{transform:translate(24.6617vw,74.416vh) scale(.3875)}to{transform:translate(20.36995vw,99vh) scale(.3875)}}.snow:nth-child(166){opacity:1.3472;transform:translate(26.0633vw,-10px) scale(.7888);animation:fall-166 15s -20s linear infinite}@keyframes fall-166{58.492%{transform:translate(20.6933vw,58.492vh) scale(.7888)}to{transform:translate(23.3783vw,99vh) scale(.7888)}}.snow:nth-child(167){opacity:1.5846;transform:translate(47.237vw,-10px) scale(.2031);animation:fall-167 22s -14s linear infinite}@keyframes fall-167{44.283%{transform:translate(39.0431vw,44.283vh) scale(.2031)}to{transform:translate(43.14005vw,99vh) scale(.2031)}}.snow:nth-child(168){opacity:.3248;transform:translate(99.8922vw,-10px) scale(.1402);animation:fall-168 16s -10s linear infinite}@keyframes fall-168{76.187%{transform:translate(103.3488vw,76.187vh) scale(.1402)}to{transform:translate(101.6205vw,99vh) scale(.1402)}}.snow:nth-child(169){opacity:1.2842;transform:translate(24.613vw,-10px) scale(.4307);animation:fall-169 28s -30s linear infinite}@keyframes fall-169{40.219%{transform:translate(30.2552vw,40.219vh) scale(.4307)}to{transform:translate(27.4341vw,99vh) scale(.4307)}}.snow:nth-child(170){opacity:1.4728;transform:translate(87.0926vw,-10px) scale(.1451);animation:fall-170 18s -15s linear infinite}@keyframes fall-170{38.348%{transform:translate(83.8003vw,38.348vh) scale(.1451)}to{transform:translate(85.44645vw,99vh) scale(.1451)}}.snow:nth-child(171){opacity:1.9846;transform:translate(25.8732vw,-10px) scale(.6455);animation:fall-171 17s -21s linear infinite}@keyframes fall-171{62.459%{transform:translate(26.2343vw,62.459vh) scale(.6455)}to{transform:translate(26.05375vw,99vh) scale(.6455)}}.snow:nth-child(172){opacity:.5988;transform:translate(57.5824vw,-10px) scale(.5871);animation:fall-172 19s -23s linear infinite}@keyframes fall-172{71.831%{transform:translate(55.7479vw,71.831vh) scale(.5871)}to{transform:translate(56.66515vw,99vh) scale(.5871)}}.snow:nth-child(173){opacity:.0084;transform:translate(99.5437vw,-10px) scale(.1662);animation:fall-173 15s -10s linear infinite}@keyframes fall-173{69.702%{transform:translate(98.4835vw,69.702vh) scale(.1662)}to{transform:translate(99.0136vw,99vh) scale(.1662)}}.snow:nth-child(174){opacity:.552;transform:translate(72.3698vw,-10px) scale(.6188);animation:fall-174 20s -10s linear infinite}@keyframes fall-174{36.752%{transform:translate(63.9645vw,36.752vh) scale(.6188)}to{transform:translate(68.16715vw,99vh) scale(.6188)}}.snow:nth-child(175){opacity:.6498;transform:translate(16.4275vw,-10px) scale(.5429);animation:fall-175 23s -22s linear infinite}@keyframes fall-175{65.087%{transform:translate(14.7926vw,65.087vh) scale(.5429)}to{transform:translate(15.61005vw,99vh) scale(.5429)}}.snow:nth-child(176){opacity:1.032;transform:translate(67.5784vw,-10px) scale(.9055);animation:fall-176 21s -24s linear infinite}@keyframes fall-176{34.974%{transform:translate(76.5023vw,34.974vh) scale(.9055)}to{transform:translate(72.04035vw,99vh) scale(.9055)}}.snow:nth-child(177){opacity:1.1576;transform:translate(83.2452vw,-10px) scale(.4608);animation:fall-177 10s -21s linear infinite}@keyframes fall-177{36.937%{transform:translate(83.0791vw,36.937vh) scale(.4608)}to{transform:translate(83.16215vw,99vh) scale(.4608)}}.snow:nth-child(178){opacity:.2062;transform:translate(31.1779vw,-10px) scale(.8037);animation:fall-178 25s -18s linear infinite}@keyframes fall-178{65.134%{transform:translate(32.3026vw,65.134vh) scale(.8037)}to{transform:translate(31.74025vw,99vh) scale(.8037)}}.snow:nth-child(179){opacity:.3364;transform:translate(81.5407vw,-10px) scale(.3032);animation:fall-179 27s -7s linear infinite}@keyframes fall-179{59.015%{transform:translate(77.5088vw,59.015vh) scale(.3032)}to{transform:translate(79.52475vw,99vh) scale(.3032)}}.snow:nth-child(180){opacity:1.9446;transform:translate(74.8342vw,-10px) scale(.1827);animation:fall-180 27s -25s linear infinite}@keyframes fall-180{63.571%{transform:translate(84.672vw,63.571vh) scale(.1827)}to{transform:translate(79.7531vw,99vh) scale(.1827)}}.snow:nth-child(181){opacity:1.5182;transform:translate(64.4989vw,-10px) scale(.3976);animation:fall-181 14s -17s linear infinite}@keyframes fall-181{54.005%{transform:translate(69.0731vw,54.005vh) scale(.3976)}to{transform:translate(66.786vw,99vh) scale(.3976)}}.snow:nth-child(182){opacity:.814;transform:translate(27.3579vw,-10px) scale(.3745);animation:fall-182 23s -11s linear infinite}@keyframes fall-182{70.908%{transform:translate(26.055vw,70.908vh) scale(.3745)}to{transform:translate(26.70645vw,99vh) scale(.3745)}}.snow:nth-child(183){opacity:1.7722;transform:translate(89.172vw,-10px) scale(.4213);animation:fall-183 11s -16s linear infinite}@keyframes fall-183{49.95%{transform:translate(88.808vw,49.95vh) scale(.4213)}to{transform:translate(88.99vw,99vh) scale(.4213)}}.snow:nth-child(184){opacity:.9832;transform:translate(58.3634vw,-10px) scale(.3602);animation:fall-184 14s -15s linear infinite}@keyframes fall-184{53.751%{transform:translate(55.6106vw,53.751vh) scale(.3602)}to{transform:translate(56.987vw,99vh) scale(.3602)}}.snow:nth-child(185){opacity:1.591;transform:translate(43.4076vw,-10px) scale(.4337);animation:fall-185 22s -14s linear infinite}@keyframes fall-185{41.265%{transform:translate(47.4054vw,41.265vh) scale(.4337)}to{transform:translate(45.4065vw,99vh) scale(.4337)}}.snow:nth-child(186){opacity:.1524;transform:translate(49.5872vw,-10px) scale(.0539);animation:fall-186 14s -24s linear infinite}@keyframes fall-186{51.549%{transform:translate(58.5784vw,51.549vh) scale(.0539)}to{transform:translate(54.0828vw,99vh) scale(.0539)}}.snow:nth-child(187){opacity:.7068;transform:translate(91.4584vw,-10px) scale(.9236);animation:fall-187 25s -12s linear infinite}@keyframes fall-187{69.521%{transform:translate(91.7161vw,69.521vh) scale(.9236)}to{transform:translate(91.58725vw,99vh) scale(.9236)}}.snow:nth-child(188){opacity:1.478;transform:translate(77.9217vw,-10px) scale(.4721);animation:fall-188 18s -21s linear infinite}@keyframes fall-188{78.562%{transform:translate(84.1473vw,78.562vh) scale(.4721)}to{transform:translate(81.0345vw,99vh) scale(.4721)}}.snow:nth-child(189){opacity:1.9416;transform:translate(67.637vw,-10px) scale(.4229);animation:fall-189 11s -15s linear infinite}@keyframes fall-189{57.804%{transform:translate(71.6201vw,57.804vh) scale(.4229)}to{transform:translate(69.62855vw,99vh) scale(.4229)}}.snow:nth-child(190){opacity:.6864;transform:translate(82.2827vw,-10px) scale(.2295);animation:fall-190 19s -13s linear infinite}@keyframes fall-190{54.239%{transform:translate(86.8652vw,54.239vh) scale(.2295)}to{transform:translate(84.57395vw,99vh) scale(.2295)}}.snow:nth-child(191){opacity:.5434;transform:translate(39.3597vw,-10px) scale(.3199);animation:fall-191 19s -13s linear infinite}@keyframes fall-191{45.846%{transform:translate(48.3132vw,45.846vh) scale(.3199)}to{transform:translate(43.83645vw,99vh) scale(.3199)}}.snow:nth-child(192){opacity:.7708;transform:translate(3.1864vw,-10px) scale(.2227);animation:fall-192 27s -21s linear infinite}@keyframes fall-192{42.361%{transform:translate(7.333vw,42.361vh) scale(.2227)}to{transform:translate(5.2597vw,99vh) scale(.2227)}}.snow:nth-child(193){opacity:1.4068;transform:translate(2.537vw,-10px) scale(.8716);animation:fall-193 16s -20s linear infinite}@keyframes fall-193{63.32%{transform:translate(-7.3358vw,63.32vh) scale(.8716)}to{transform:translate(-2.3994vw,99vh) scale(.8716)}}.snow:nth-child(194){opacity:.938;transform:translate(67.5973vw,-10px) scale(.9765);animation:fall-194 17s -10s linear infinite}@keyframes fall-194{33.362%{transform:translate(76.6433vw,33.362vh) scale(.9765)}to{transform:translate(72.1203vw,99vh) scale(.9765)}}.snow:nth-child(195){opacity:.197;transform:translate(83.1183vw,-10px) scale(.3278);animation:fall-195 25s -23s linear infinite}@keyframes fall-195{56.926%{transform:translate(74.62vw,56.926vh) scale(.3278)}to{transform:translate(78.86915vw,99vh) scale(.3278)}}.snow:nth-child(196){opacity:.66;transform:translate(88.096vw,-10px) scale(.7621);animation:fall-196 23s -28s linear infinite}@keyframes fall-196{51.277%{transform:translate(87.1413vw,51.277vh) scale(.7621)}to{transform:translate(87.61865vw,99vh) scale(.7621)}}.snow:nth-child(197){opacity:.4832;transform:translate(67.0774vw,-10px) scale(.0048);animation:fall-197 26s -27s linear infinite}@keyframes fall-197{74.826%{transform:translate(69.8499vw,74.826vh) scale(.0048)}to{transform:translate(68.46365vw,99vh) scale(.0048)}}.snow:nth-child(198){opacity:1.623;transform:translate(33.5563vw,-10px) scale(.7483);animation:fall-198 11s -26s linear infinite}@keyframes fall-198{32.274%{transform:translate(40.5353vw,32.274vh) scale(.7483)}to{transform:translate(37.0458vw,99vh) scale(.7483)}}.snow:nth-child(199){opacity:.0398;transform:translate(80.8115vw,-10px) scale(.1744);animation:fall-199 20s -2s linear infinite}@keyframes fall-199{70.838%{transform:translate(78.7228vw,70.838vh) scale(.1744)}to{transform:translate(79.76715vw,99vh) scale(.1744)}}.snow:nth-child(200){opacity:1.2326;transform:translate(43.809vw,-10px) scale(.894);animation:fall-200 13s -1s linear infinite}@keyframes fall-200{54.428%{transform:translate(40.5712vw,54.428vh) scale(.894)}to{transform:translate(42.1901vw,99vh) scale(.894)}}.snow:nth-child(201){opacity:1.4192;transform:translate(53.9895vw,-10px) scale(.8049);animation:fall-201 17s -7s linear infinite}@keyframes fall-201{77.514%{transform:translate(51.8162vw,77.514vh) scale(.8049)}to{transform:translate(52.90285vw,99vh) scale(.8049)}}.snow:nth-child(202){opacity:.797;transform:translate(85.048vw,-10px) scale(.5547);animation:fall-202 13s -21s linear infinite}@keyframes fall-202{54.194%{transform:translate(89.7912vw,54.194vh) scale(.5547)}to{transform:translate(87.4196vw,99vh) scale(.5547)}}.snow:nth-child(203){opacity:1.3604;transform:translate(58.1212vw,-10px) scale(.8022);animation:fall-203 11s -8s linear infinite}@keyframes fall-203{48.048%{transform:translate(66.3722vw,48.048vh) scale(.8022)}to{transform:translate(62.2467vw,99vh) scale(.8022)}}.snow:nth-child(204){opacity:.6332;transform:translate(64.6747vw,-10px) scale(.1872);animation:fall-204 10s -24s linear infinite}@keyframes fall-204{73.26%{transform:translate(71.5217vw,73.26vh) scale(.1872)}to{transform:translate(68.0982vw,99vh) scale(.1872)}}.snow:nth-child(205){opacity:.2598;transform:translate(73.7431vw,-10px) scale(.7677);animation:fall-205 28s -22s linear infinite}@keyframes fall-205{55.327%{transform:translate(64.7313vw,55.327vh) scale(.7677)}to{transform:translate(69.2372vw,99vh) scale(.7677)}}.snow:nth-child(206){opacity:.0564;transform:translate(37.0062vw,-10px) scale(.0041);animation:fall-206 23s -8s linear infinite}@keyframes fall-206{76.904%{transform:translate(34.5682vw,76.904vh) scale(.0041)}to{transform:translate(35.7872vw,99vh) scale(.0041)}}.snow:nth-child(207){opacity:1.8192;transform:translate(15.8542vw,-10px) scale(.6381);animation:fall-207 26s -8s linear infinite}@keyframes fall-207{37.146%{transform:translate(16.2761vw,37.146vh) scale(.6381)}to{transform:translate(16.06515vw,99vh) scale(.6381)}}.snow:nth-child(208){opacity:.5844;transform:translate(12.2393vw,-10px) scale(.8164);animation:fall-208 22s -9s linear infinite}@keyframes fall-208{32.812%{transform:translate(16.6686vw,32.812vh) scale(.8164)}to{transform:translate(14.45395vw,99vh) scale(.8164)}}.snow:nth-child(209){opacity:1.7168;transform:translate(26.9445vw,-10px) scale(.4067);animation:fall-209 10s -14s linear infinite}@keyframes fall-209{35.969%{transform:translate(29.5291vw,35.969vh) scale(.4067)}to{transform:translate(28.2368vw,99vh) scale(.4067)}}.snow:nth-child(210){opacity:.1968;transform:translate(36.095vw,-10px) scale(.7442);animation:fall-210 14s -22s linear infinite}@keyframes fall-210{52.324%{transform:translate(31.759vw,52.324vh) scale(.7442)}to{transform:translate(33.927vw,99vh) scale(.7442)}}.snow:nth-child(211){opacity:1.409;transform:translate(91.1285vw,-10px) scale(.0026);animation:fall-211 15s -30s linear infinite}@keyframes fall-211{61.247%{transform:translate(94.7945vw,61.247vh) scale(.0026)}to{transform:translate(92.9615vw,99vh) scale(.0026)}}.snow:nth-child(212){opacity:1.7968;transform:translate(39.8012vw,-10px) scale(.5896);animation:fall-212 16s -10s linear infinite}@keyframes fall-212{57.904%{transform:translate(42.9543vw,57.904vh) scale(.5896)}to{transform:translate(41.37775vw,99vh) scale(.5896)}}.snow:nth-child(213){opacity:1.7718;transform:translate(13.3907vw,-10px) scale(.0336);animation:fall-213 16s -12s linear infinite}@keyframes fall-213{64.692%{transform:translate(8.7179vw,64.692vh) scale(.0336)}to{transform:translate(11.0543vw,99vh) scale(.0336)}}.snow:nth-child(214){opacity:.8958;transform:translate(38.2723vw,-10px) scale(.894);animation:fall-214 11s -15s linear infinite}@keyframes fall-214{55.679%{transform:translate(37.8123vw,55.679vh) scale(.894)}to{transform:translate(38.0423vw,99vh) scale(.894)}}.snow:nth-child(215){opacity:.7496;transform:translate(94.3304vw,-10px) scale(.9591);animation:fall-215 22s -6s linear infinite}@keyframes fall-215{57.765%{transform:translate(86.9114vw,57.765vh) scale(.9591)}to{transform:translate(90.6209vw,99vh) scale(.9591)}}.snow:nth-child(216){opacity:.0054;transform:translate(22.7358vw,-10px) scale(.753);animation:fall-216 20s -14s linear infinite}@keyframes fall-216{32.638%{transform:translate(23.1759vw,32.638vh) scale(.753)}to{transform:translate(22.95585vw,99vh) scale(.753)}}.snow:nth-child(217){opacity:1.813;transform:translate(14.5658vw,-10px) scale(.9269);animation:fall-217 13s -9s linear infinite}@keyframes fall-217{73.636%{transform:translate(13.1636vw,73.636vh) scale(.9269)}to{transform:translate(13.8647vw,99vh) scale(.9269)}}.snow:nth-child(218){opacity:1.7908;transform:translate(16.0704vw,-10px) scale(.6584);animation:fall-218 26s -3s linear infinite}@keyframes fall-218{50.732%{transform:translate(15.7017vw,50.732vh) scale(.6584)}to{transform:translate(15.88605vw,99vh) scale(.6584)}}.snow:nth-child(219){opacity:.7278;transform:translate(63.6237vw,-10px) scale(.285);animation:fall-219 28s -20s linear infinite}@keyframes fall-219{41.292%{transform:translate(57.443vw,41.292vh) scale(.285)}to{transform:translate(60.53335vw,99vh) scale(.285)}}.snow:nth-child(220){opacity:.9226;transform:translate(69.4461vw,-10px) scale(.2916);animation:fall-220 16s -6s linear infinite}@keyframes fall-220{36.027%{transform:translate(62.9vw,36.027vh) scale(.2916)}to{transform:translate(66.17305vw,99vh) scale(.2916)}}.snow:nth-child(221){opacity:.7778;transform:translate(30.2956vw,-10px) scale(.0098);animation:fall-221 14s -3s linear infinite}@keyframes fall-221{40.549%{transform:translate(32.4476vw,40.549vh) scale(.0098)}to{transform:translate(31.3716vw,99vh) scale(.0098)}}.snow:nth-child(222){opacity:.3734;transform:translate(7.7013vw,-10px) scale(.7272);animation:fall-222 24s -12s linear infinite}@keyframes fall-222{66.305%{transform:translate(13.9041vw,66.305vh) scale(.7272)}to{transform:translate(10.8027vw,99vh) scale(.7272)}}.snow:nth-child(223){opacity:1.3036;transform:translate(97.7206vw,-10px) scale(.2432);animation:fall-223 20s -21s linear infinite}@keyframes fall-223{73.115%{transform:translate(104.117vw,73.115vh) scale(.2432)}to{transform:translate(100.9188vw,99vh) scale(.2432)}}.snow:nth-child(224){opacity:.6876;transform:translate(88.1334vw,-10px) scale(.7652);animation:fall-224 24s -10s linear infinite}@keyframes fall-224{75.901%{transform:translate(91.479vw,75.901vh) scale(.7652)}to{transform:translate(89.8062vw,99vh) scale(.7652)}}.snow:nth-child(225){opacity:1.1764;transform:translate(10.0019vw,-10px) scale(.058);animation:fall-225 12s -6s linear infinite}@keyframes fall-225{60.178%{transform:translate(9.1189vw,60.178vh) scale(.058)}to{transform:translate(9.5604vw,99vh) scale(.058)}}.snow:nth-child(226){opacity:.7;transform:translate(56.7826vw,-10px) scale(.5193);animation:fall-226 23s -17s linear infinite}@keyframes fall-226{37.936%{transform:translate(47.2088vw,37.936vh) scale(.5193)}to{transform:translate(51.9957vw,99vh) scale(.5193)}}.snow:nth-child(227){opacity:.856;transform:translate(42.2654vw,-10px) scale(.0545);animation:fall-227 24s -25s linear infinite}@keyframes fall-227{33.048%{transform:translate(35.82vw,33.048vh) scale(.0545)}to{transform:translate(39.0427vw,99vh) scale(.0545)}}.snow:nth-child(228){opacity:1.1174;transform:translate(90.1084vw,-10px) scale(.9497);animation:fall-228 13s -7s linear infinite}@keyframes fall-228{48.748%{transform:translate(80.8569vw,48.748vh) scale(.9497)}to{transform:translate(85.48265vw,99vh) scale(.9497)}}.snow:nth-child(229){opacity:1.4894;transform:translate(84.4535vw,-10px) scale(.1836);animation:fall-229 23s -1s linear infinite}@keyframes fall-229{69.209%{transform:translate(92.0657vw,69.209vh) scale(.1836)}to{transform:translate(88.2596vw,99vh) scale(.1836)}}.snow:nth-child(230){opacity:.927;transform:translate(40.8334vw,-10px) scale(.537);animation:fall-230 13s -29s linear infinite}@keyframes fall-230{62.294%{transform:translate(34.7327vw,62.294vh) scale(.537)}to{transform:translate(37.78305vw,99vh) scale(.537)}}.snow:nth-child(231){opacity:1.695;transform:translate(98.3409vw,-10px) scale(.5258);animation:fall-231 23s -10s linear infinite}@keyframes fall-231{46.903%{transform:translate(104.9434vw,46.903vh) scale(.5258)}to{transform:translate(101.64215vw,99vh) scale(.5258)}}.snow:nth-child(232){opacity:1.6272;transform:translate(22.6552vw,-10px) scale(.1049);animation:fall-232 30s -10s linear infinite}@keyframes fall-232{58.652%{transform:translate(20.1393vw,58.652vh) scale(.1049)}to{transform:translate(21.39725vw,99vh) scale(.1049)}}.snow:nth-child(233){opacity:.6774;transform:translate(98.1255vw,-10px) scale(.5815);animation:fall-233 18s -1s linear infinite}@keyframes fall-233{68.474%{transform:translate(96.1573vw,68.474vh) scale(.5815)}to{transform:translate(97.1414vw,99vh) scale(.5815)}}.snow:nth-child(234){opacity:.0398;transform:translate(89.871vw,-10px) scale(.5298);animation:fall-234 30s -8s linear infinite}@keyframes fall-234{47.18%{transform:translate(93.429vw,47.18vh) scale(.5298)}to{transform:translate(91.65vw,99vh) scale(.5298)}}.snow:nth-child(235){opacity:.0938;transform:translate(61.2392vw,-10px) scale(.6201);animation:fall-235 21s -8s linear infinite}@keyframes fall-235{66.214%{transform:translate(54.0921vw,66.214vh) scale(.6201)}to{transform:translate(57.66565vw,99vh) scale(.6201)}}.snow:nth-child(236){opacity:.5628;transform:translate(18.6529vw,-10px) scale(.1302);animation:fall-236 21s -11s linear infinite}@keyframes fall-236{56.221%{transform:translate(16.0919vw,56.221vh) scale(.1302)}to{transform:translate(17.3724vw,99vh) scale(.1302)}}.snow:nth-child(237){opacity:1.336;transform:translate(65.9351vw,-10px) scale(.5976);animation:fall-237 19s -27s linear infinite}@keyframes fall-237{68.569%{transform:translate(59.2775vw,68.569vh) scale(.5976)}to{transform:translate(62.6063vw,99vh) scale(.5976)}}.snow:nth-child(238){opacity:1.3038;transform:translate(32.1496vw,-10px) scale(.4758);animation:fall-238 28s -23s linear infinite}@keyframes fall-238{47.102%{transform:translate(31.5869vw,47.102vh) scale(.4758)}to{transform:translate(31.86825vw,99vh) scale(.4758)}}.snow:nth-child(239){opacity:.0428;transform:translate(48.246vw,-10px) scale(.2045);animation:fall-239 25s -24s linear infinite}@keyframes fall-239{55.681%{transform:translate(40.5433vw,55.681vh) scale(.2045)}to{transform:translate(44.39465vw,99vh) scale(.2045)}}.snow:nth-child(240){opacity:.8982;transform:translate(77.097vw,-10px) scale(.1235);animation:fall-240 12s -14s linear infinite}@keyframes fall-240{59.763%{transform:translate(76.5097vw,59.763vh) scale(.1235)}to{transform:translate(76.80335vw,99vh) scale(.1235)}}.snow:nth-child(241){opacity:1.767;transform:translate(60.7864vw,-10px) scale(.1842);animation:fall-241 29s -8s linear infinite}@keyframes fall-241{72.427%{transform:translate(68.9628vw,72.427vh) scale(.1842)}to{transform:translate(64.8746vw,99vh) scale(.1842)}}.snow:nth-child(242){opacity:1.69;transform:translate(31.3862vw,-10px) scale(.7334);animation:fall-242 15s -15s linear infinite}@keyframes fall-242{42.006%{transform:translate(26.4611vw,42.006vh) scale(.7334)}to{transform:translate(28.92365vw,99vh) scale(.7334)}}.snow:nth-child(243){opacity:.4642;transform:translate(16.0089vw,-10px) scale(.3574);animation:fall-243 24s -20s linear infinite}@keyframes fall-243{43.464%{transform:translate(18.5086vw,43.464vh) scale(.3574)}to{transform:translate(17.25875vw,99vh) scale(.3574)}}.snow:nth-child(244){opacity:.466;transform:translate(63.2447vw,-10px) scale(.3706);animation:fall-244 28s -24s linear infinite}@keyframes fall-244{60.188%{transform:translate(63.0155vw,60.188vh) scale(.3706)}to{transform:translate(63.1301vw,99vh) scale(.3706)}}.snow:nth-child(245){opacity:1.1636;transform:translate(30.9149vw,-10px) scale(.6472);animation:fall-245 23s -20s linear infinite}@keyframes fall-245{65.87%{transform:translate(30.3016vw,65.87vh) scale(.6472)}to{transform:translate(30.60825vw,99vh) scale(.6472)}}.snow:nth-child(246){opacity:1.0188;transform:translate(22.3131vw,-10px) scale(.0538);animation:fall-246 26s -26s linear infinite}@keyframes fall-246{63.048%{transform:translate(18.9393vw,63.048vh) scale(.0538)}to{transform:translate(20.6262vw,99vh) scale(.0538)}}.snow:nth-child(247){opacity:.5348;transform:translate(56.9114vw,-10px) scale(.9377);animation:fall-247 14s -17s linear infinite}@keyframes fall-247{48.243%{transform:translate(54.324vw,48.243vh) scale(.9377)}to{transform:translate(55.6177vw,99vh) scale(.9377)}}.snow:nth-child(248){opacity:1.7014;transform:translate(94.4033vw,-10px) scale(.6951);animation:fall-248 19s -8s linear infinite}@keyframes fall-248{51.349%{transform:translate(101.9196vw,51.349vh) scale(.6951)}to{transform:translate(98.16145vw,99vh) scale(.6951)}}.snow:nth-child(249){opacity:.0178;transform:translate(38.5766vw,-10px) scale(.1117);animation:fall-249 16s -25s linear infinite}@keyframes fall-249{69.875%{transform:translate(34.5415vw,69.875vh) scale(.1117)}to{transform:translate(36.55905vw,99vh) scale(.1117)}}.snow:nth-child(250){opacity:1.6476;transform:translate(75.0907vw,-10px) scale(.3369);animation:fall-250 10s -26s linear infinite}@keyframes fall-250{53.9%{transform:translate(82.1744vw,53.9vh) scale(.3369)}to{transform:translate(78.63255vw,99vh) scale(.3369)}}.snow:nth-child(251){opacity:1.07;transform:translate(96.2231vw,-10px) scale(.328);animation:fall-251 18s -18s linear infinite}@keyframes fall-251{48.322%{transform:translate(96.4919vw,48.322vh) scale(.328)}to{transform:translate(96.3575vw,99vh) scale(.328)}}.snow:nth-child(252){opacity:.2252;transform:translate(18.1755vw,-10px) scale(.0757);animation:fall-252 22s -5s linear infinite}@keyframes fall-252{52.71%{transform:translate(10.6055vw,52.71vh) scale(.0757)}to{transform:translate(14.3905vw,99vh) scale(.0757)}}.snow:nth-child(253){opacity:.7052;transform:translate(5.5115vw,-10px) scale(.7581);animation:fall-253 16s -9s linear infinite}@keyframes fall-253{46.395%{transform:translate(-2.8115vw,46.395vh) scale(.7581)}to{transform:translate(1.35vw,99vh) scale(.7581)}}.snow:nth-child(254){opacity:1.591;transform:translate(76.0251vw,-10px) scale(.5659);animation:fall-254 22s -1s linear infinite}@keyframes fall-254{35.591%{transform:translate(83.8913vw,35.591vh) scale(.5659)}to{transform:translate(79.9582vw,99vh) scale(.5659)}}.snow:nth-child(255){opacity:1.3798;transform:translate(4.5847vw,-10px) scale(.3985);animation:fall-255 17s -11s linear infinite}@keyframes fall-255{73.208%{transform:translate(8.1548vw,73.208vh) scale(.3985)}to{transform:translate(6.36975vw,99vh) scale(.3985)}}.snow:nth-child(256){opacity:1.639;transform:translate(48.2494vw,-10px) scale(.996);animation:fall-256 13s -22s linear infinite}@keyframes fall-256{65.633%{transform:translate(57.6345vw,65.633vh) scale(.996)}to{transform:translate(52.94195vw,99vh) scale(.996)}}.snow:nth-child(257){opacity:.2836;transform:translate(72.5717vw,-10px) scale(.4252);animation:fall-257 29s -2s linear infinite}@keyframes fall-257{30.913%{transform:translate(67.7118vw,30.913vh) scale(.4252)}to{transform:translate(70.14175vw,99vh) scale(.4252)}}.snow:nth-child(258){opacity:.7176;transform:translate(53.6939vw,-10px) scale(.6346);animation:fall-258 14s -25s linear infinite}@keyframes fall-258{59.874%{transform:translate(61.5242vw,59.874vh) scale(.6346)}to{transform:translate(57.60905vw,99vh) scale(.6346)}}.snow:nth-child(259){opacity:1.9554;transform:translate(91.7798vw,-10px) scale(.5868);animation:fall-259 26s -3s linear infinite}@keyframes fall-259{61.895%{transform:translate(88.188vw,61.895vh) scale(.5868)}to{transform:translate(89.9839vw,99vh) scale(.5868)}}.snow:nth-child(260){opacity:1.7812;transform:translate(3.2958vw,-10px) scale(.943);animation:fall-260 17s -3s linear infinite}@keyframes fall-260{39.101%{transform:translate(7.4236vw,39.101vh) scale(.943)}to{transform:translate(5.3597vw,99vh) scale(.943)}}.snow:nth-child(261){opacity:.3526;transform:translate(43.8298vw,-10px) scale(.4);animation:fall-261 18s -29s linear infinite}@keyframes fall-261{49.765%{transform:translate(36.7851vw,49.765vh) scale(.4)}to{transform:translate(40.30745vw,99vh) scale(.4)}}.snow:nth-child(262){opacity:1.6766;transform:translate(59.1531vw,-10px) scale(.2656);animation:fall-262 18s -26s linear infinite}@keyframes fall-262{55.813%{transform:translate(49.8557vw,55.813vh) scale(.2656)}to{transform:translate(54.5044vw,99vh) scale(.2656)}}.snow:nth-child(263){opacity:.091;transform:translate(93.942vw,-10px) scale(.9458);animation:fall-263 27s -29s linear infinite}@keyframes fall-263{70.969%{transform:translate(87.0678vw,70.969vh) scale(.9458)}to{transform:translate(90.5049vw,99vh) scale(.9458)}}.snow:nth-child(264){opacity:1.3316;transform:translate(23.2194vw,-10px) scale(.6722);animation:fall-264 10s -26s linear infinite}@keyframes fall-264{31.749%{transform:translate(24.7234vw,31.749vh) scale(.6722)}to{transform:translate(23.9714vw,99vh) scale(.6722)}}.snow:nth-child(265){opacity:.9196;transform:translate(86.4424vw,-10px) scale(.67);animation:fall-265 14s -24s linear infinite}@keyframes fall-265{63.694%{transform:translate(85.7244vw,63.694vh) scale(.67)}to{transform:translate(86.0834vw,99vh) scale(.67)}}.snow:nth-child(266){opacity:1.8374;transform:translate(6.4855vw,-10px) scale(.8305);animation:fall-266 23s -28s linear infinite}@keyframes fall-266{56.024%{transform:translate(7.889vw,56.024vh) scale(.8305)}to{transform:translate(7.18725vw,99vh) scale(.8305)}}.snow:nth-child(267){opacity:1.5612;transform:translate(39.7086vw,-10px) scale(.5384);animation:fall-267 24s -11s linear infinite}@keyframes fall-267{62.492%{transform:translate(41.1472vw,62.492vh) scale(.5384)}to{transform:translate(40.4279vw,99vh) scale(.5384)}}.snow:nth-child(268){opacity:.3026;transform:translate(64.7509vw,-10px) scale(.2557);animation:fall-268 22s -20s linear infinite}@keyframes fall-268{30.431%{transform:translate(70.767vw,30.431vh) scale(.2557)}to{transform:translate(67.75895vw,99vh) scale(.2557)}}.snow:nth-child(269){opacity:1.282;transform:translate(67.2847vw,-10px) scale(.7572);animation:fall-269 14s -15s linear infinite}@keyframes fall-269{60.387%{transform:translate(68.066vw,60.387vh) scale(.7572)}to{transform:translate(67.67535vw,99vh) scale(.7572)}}.snow:nth-child(270){opacity:.2682;transform:translate(13.7271vw,-10px) scale(.2822);animation:fall-270 24s -9s linear infinite}@keyframes fall-270{69.367%{transform:translate(4.4835vw,69.367vh) scale(.2822)}to{transform:translate(9.1053vw,99vh) scale(.2822)}}.snow:nth-child(271){opacity:1.7176;transform:translate(97.4482vw,-10px) scale(.4445);animation:fall-271 10s -6s linear infinite}@keyframes fall-271{50.943%{transform:translate(105.6547vw,50.943vh) scale(.4445)}to{transform:translate(101.55145vw,99vh) scale(.4445)}}.snow:nth-child(272){opacity:.2128;transform:translate(27.3334vw,-10px) scale(.7951);animation:fall-272 14s -14s linear infinite}@keyframes fall-272{45.007%{transform:translate(21.0747vw,45.007vh) scale(.7951)}to{transform:translate(24.20405vw,99vh) scale(.7951)}}.snow:nth-child(273){opacity:1.7996;transform:translate(61.2475vw,-10px) scale(.7788);animation:fall-273 28s -24s linear infinite}@keyframes fall-273{69.791%{transform:translate(53.9282vw,69.791vh) scale(.7788)}to{transform:translate(57.58785vw,99vh) scale(.7788)}}.snow:nth-child(274){opacity:.9714;transform:translate(43.1225vw,-10px) scale(.7381);animation:fall-274 27s -24s linear infinite}@keyframes fall-274{35.172%{transform:translate(52.7157vw,35.172vh) scale(.7381)}to{transform:translate(47.9191vw,99vh) scale(.7381)}}.snow:nth-child(275){opacity:.7034;transform:translate(26.3062vw,-10px) scale(.7183);animation:fall-275 12s -17s linear infinite}@keyframes fall-275{36.757%{transform:translate(22.6228vw,36.757vh) scale(.7183)}to{transform:translate(24.4645vw,99vh) scale(.7183)}}.snow:nth-child(276){opacity:1.3848;transform:translate(73.5473vw,-10px) scale(.7398);animation:fall-276 23s -16s linear infinite}@keyframes fall-276{41.025%{transform:translate(80.4326vw,41.025vh) scale(.7398)}to{transform:translate(76.98995vw,99vh) scale(.7398)}}.snow:nth-child(277){opacity:.6942;transform:translate(35.3461vw,-10px) scale(.9669);animation:fall-277 12s -23s linear infinite}@keyframes fall-277{62.17%{transform:translate(33.7096vw,62.17vh) scale(.9669)}to{transform:translate(34.52785vw,99vh) scale(.9669)}}.snow:nth-child(278){opacity:.8892;transform:translate(59.025vw,-10px) scale(.9448);animation:fall-278 16s -30s linear infinite}@keyframes fall-278{76.104%{transform:translate(58.8743vw,76.104vh) scale(.9448)}to{transform:translate(58.94965vw,99vh) scale(.9448)}}.snow:nth-child(279){opacity:1.3732;transform:translate(6.784vw,-10px) scale(.4719);animation:fall-279 15s -30s linear infinite}@keyframes fall-279{78.935%{transform:translate(2.9971vw,78.935vh) scale(.4719)}to{transform:translate(4.89055vw,99vh) scale(.4719)}}.snow:nth-child(280){opacity:1.2878;transform:translate(23.9837vw,-10px) scale(.5277);animation:fall-280 15s -21s linear infinite}@keyframes fall-280{50.516%{transform:translate(17.3321vw,50.516vh) scale(.5277)}to{transform:translate(20.6579vw,99vh) scale(.5277)}}.snow:nth-child(281){opacity:1.961;transform:translate(59.5408vw,-10px) scale(.37);animation:fall-281 23s -5s linear infinite}@keyframes fall-281{55.203%{transform:translate(65.1349vw,55.203vh) scale(.37)}to{transform:translate(62.33785vw,99vh) scale(.37)}}.snow:nth-child(282){opacity:1.2664;transform:translate(43.0009vw,-10px) scale(.2998);animation:fall-282 28s -25s linear infinite}@keyframes fall-282{32.041%{transform:translate(46.0024vw,32.041vh) scale(.2998)}to{transform:translate(44.50165vw,99vh) scale(.2998)}}.snow:nth-child(283){opacity:1.6236;transform:translate(9.0735vw,-10px) scale(.2875);animation:fall-283 19s -20s linear infinite}@keyframes fall-283{46.798%{transform:translate(14.8369vw,46.798vh) scale(.2875)}to{transform:translate(11.9552vw,99vh) scale(.2875)}}.snow:nth-child(284){opacity:1.7858;transform:translate(90.1006vw,-10px) scale(.4394);animation:fall-284 28s -13s linear infinite}@keyframes fall-284{41.782%{transform:translate(83.7938vw,41.782vh) scale(.4394)}to{transform:translate(86.9472vw,99vh) scale(.4394)}}.snow:nth-child(285){opacity:1.6848;transform:translate(64.0741vw,-10px) scale(.244);animation:fall-285 22s -20s linear infinite}@keyframes fall-285{43.675%{transform:translate(58.11vw,43.675vh) scale(.244)}to{transform:translate(61.09205vw,99vh) scale(.244)}}.snow:nth-child(286){opacity:.0284;transform:translate(63.5346vw,-10px) scale(.092);animation:fall-286 24s -26s linear infinite}@keyframes fall-286{43.077%{transform:translate(55.481vw,43.077vh) scale(.092)}to{transform:translate(59.5078vw,99vh) scale(.092)}}.snow:nth-child(287){opacity:1.7908;transform:translate(42.8468vw,-10px) scale(.6671);animation:fall-287 11s -2s linear infinite}@keyframes fall-287{47.804%{transform:translate(41.3495vw,47.804vh) scale(.6671)}to{transform:translate(42.09815vw,99vh) scale(.6671)}}.snow:nth-child(288){opacity:1.54;transform:translate(54.54vw,-10px) scale(.0796);animation:fall-288 27s -9s linear infinite}@keyframes fall-288{67.204%{transform:translate(53.1606vw,67.204vh) scale(.0796)}to{transform:translate(53.8503vw,99vh) scale(.0796)}}.snow:nth-child(289){opacity:.6568;transform:translate(50.7748vw,-10px) scale(.6973);animation:fall-289 27s -26s linear infinite}@keyframes fall-289{40.871%{transform:translate(56.7621vw,40.871vh) scale(.6973)}to{transform:translate(53.76845vw,99vh) scale(.6973)}}.snow:nth-child(290){opacity:1.5222;transform:translate(44.5336vw,-10px) scale(.588);animation:fall-290 23s -27s linear infinite}@keyframes fall-290{32.178%{transform:translate(52.7276vw,32.178vh) scale(.588)}to{transform:translate(48.6306vw,99vh) scale(.588)}}.snow:nth-child(291){opacity:.8782;transform:translate(24.0639vw,-10px) scale(.7647);animation:fall-291 20s -23s linear infinite}@keyframes fall-291{64.818%{transform:translate(25.5048vw,64.818vh) scale(.7647)}to{transform:translate(24.78435vw,99vh) scale(.7647)}}.snow:nth-child(292){opacity:.9052;transform:translate(22.9396vw,-10px) scale(.5219);animation:fall-292 16s -18s linear infinite}@keyframes fall-292{59.856%{transform:translate(15.2311vw,59.856vh) scale(.5219)}to{transform:translate(19.08535vw,99vh) scale(.5219)}}.snow:nth-child(293){opacity:1.8696;transform:translate(97.618vw,-10px) scale(.4272);animation:fall-293 12s -1s linear infinite}@keyframes fall-293{42.895%{transform:translate(93.3329vw,42.895vh) scale(.4272)}to{transform:translate(95.47545vw,99vh) scale(.4272)}}.snow:nth-child(294){opacity:1.2726;transform:translate(19.4162vw,-10px) scale(.2746);animation:fall-294 28s -29s linear infinite}@keyframes fall-294{44.347%{transform:translate(23.6331vw,44.347vh) scale(.2746)}to{transform:translate(21.52465vw,99vh) scale(.2746)}}.snow:nth-child(295){opacity:.6634;transform:translate(76.4599vw,-10px) scale(.0003);animation:fall-295 23s -30s linear infinite}@keyframes fall-295{64.555%{transform:translate(75.9197vw,64.555vh) scale(.0003)}to{transform:translate(76.1898vw,99vh) scale(.0003)}}.snow:nth-child(296){opacity:1.3698;transform:translate(67.924vw,-10px) scale(.3036);animation:fall-296 27s -25s linear infinite}@keyframes fall-296{67.554%{transform:translate(61.886vw,67.554vh) scale(.3036)}to{transform:translate(64.905vw,99vh) scale(.3036)}}.snow:nth-child(297){opacity:.7526;transform:translate(37.6054vw,-10px) scale(.571);animation:fall-297 13s -6s linear infinite}@keyframes fall-297{71.21%{transform:translate(33.5587vw,71.21vh) scale(.571)}to{transform:translate(35.58205vw,99vh) scale(.571)}}.snow:nth-child(298){opacity:1.4042;transform:translate(60.3455vw,-10px) scale(.0012);animation:fall-298 12s -26s linear infinite}@keyframes fall-298{68.849%{transform:translate(62.7806vw,68.849vh) scale(.0012)}to{transform:translate(61.56305vw,99vh) scale(.0012)}}.snow:nth-child(299){opacity:1.409;transform:translate(8.8051vw,-10px) scale(.5359);animation:fall-299 22s -17s linear infinite}@keyframes fall-299{35.997%{transform:translate(-1.0678vw,35.997vh) scale(.5359)}to{transform:translate(3.86865vw,99vh) scale(.5359)}}.snow:nth-child(300){opacity:.719;transform:translate(29.3649vw,-10px) scale(.0743);animation:fall-300 19s -28s linear infinite}@keyframes fall-300{73.549%{transform:translate(31.2995vw,73.549vh) scale(.0743)}to{transform:translate(30.3322vw,99vh) scale(.0743)}}.snow:nth-child(301){opacity:1.4622;transform:translate(10.4993vw,-10px) scale(.3713);animation:fall-301 23s -18s linear infinite}@keyframes fall-301{66.79%{transform:translate(12.8984vw,66.79vh) scale(.3713)}to{transform:translate(11.69885vw,99vh) scale(.3713)}}.snow:nth-child(302){opacity:1.0548;transform:translate(77.3214vw,-10px) scale(.8268);animation:fall-302 19s -29s linear infinite}@keyframes fall-302{77.495%{transform:translate(84.6987vw,77.495vh) scale(.8268)}to{transform:translate(81.01005vw,99vh) scale(.8268)}}.snow:nth-child(303){opacity:.4744;transform:translate(45.6739vw,-10px) scale(.5682);animation:fall-303 25s -6s linear infinite}@keyframes fall-303{31.08%{transform:translate(39.0913vw,31.08vh) scale(.5682)}to{transform:translate(42.3826vw,99vh) scale(.5682)}}.snow:nth-child(304){opacity:1.1552;transform:translate(67.7317vw,-10px) scale(.7757);animation:fall-304 19s -12s linear infinite}@keyframes fall-304{47.452%{transform:translate(58.2874vw,47.452vh) scale(.7757)}to{transform:translate(63.00955vw,99vh) scale(.7757)}}.snow:nth-child(305){opacity:1.1982;transform:translate(63.6856vw,-10px) scale(.3841);animation:fall-305 27s -26s linear infinite}@keyframes fall-305{67.634%{transform:translate(65.9974vw,67.634vh) scale(.3841)}to{transform:translate(64.8415vw,99vh) scale(.3841)}}.snow:nth-child(306){opacity:1.143;transform:translate(64.3374vw,-10px) scale(.4581);animation:fall-306 17s -3s linear infinite}@keyframes fall-306{46.957%{transform:translate(61.8298vw,46.957vh) scale(.4581)}to{transform:translate(63.0836vw,99vh) scale(.4581)}}.snow:nth-child(307){opacity:1.796;transform:translate(25.0277vw,-10px) scale(.4088);animation:fall-307 29s -15s linear infinite}@keyframes fall-307{51.659%{transform:translate(16.2926vw,51.659vh) scale(.4088)}to{transform:translate(20.66015vw,99vh) scale(.4088)}}.snow:nth-child(308){opacity:.0116;transform:translate(68.1398vw,-10px) scale(.2022);animation:fall-308 14s -19s linear infinite}@keyframes fall-308{51.805%{transform:translate(76.0232vw,51.805vh) scale(.2022)}to{transform:translate(72.0815vw,99vh) scale(.2022)}}.snow:nth-child(309){opacity:1.3072;transform:translate(22.3445vw,-10px) scale(.1152);animation:fall-309 15s -6s linear infinite}@keyframes fall-309{42.235%{transform:translate(16.7117vw,42.235vh) scale(.1152)}to{transform:translate(19.5281vw,99vh) scale(.1152)}}.snow:nth-child(310){opacity:1.032;transform:translate(71.0847vw,-10px) scale(.8469);animation:fall-310 14s -17s linear infinite}@keyframes fall-310{61.22%{transform:translate(70.5303vw,61.22vh) scale(.8469)}to{transform:translate(70.8075vw,99vh) scale(.8469)}}.snow:nth-child(311){opacity:1.4146;transform:translate(49.3629vw,-10px) scale(.8622);animation:fall-311 27s -19s linear infinite}@keyframes fall-311{51.631%{transform:translate(48.2171vw,51.631vh) scale(.8622)}to{transform:translate(48.79vw,99vh) scale(.8622)}}.snow:nth-child(312){opacity:.6756;transform:translate(60.0109vw,-10px) scale(.1009);animation:fall-312 23s -9s linear infinite}@keyframes fall-312{44.255%{transform:translate(64.9325vw,44.255vh) scale(.1009)}to{transform:translate(62.4717vw,99vh) scale(.1009)}}.snow:nth-child(313){opacity:.921;transform:translate(39.1562vw,-10px) scale(.5049);animation:fall-313 19s -11s linear infinite}@keyframes fall-313{47.009%{transform:translate(40.2747vw,47.009vh) scale(.5049)}to{transform:translate(39.71545vw,99vh) scale(.5049)}}.snow:nth-child(314){opacity:.3638;transform:translate(25.2201vw,-10px) scale(.9689);animation:fall-314 21s -20s linear infinite}@keyframes fall-314{56.101%{transform:translate(28.1704vw,56.101vh) scale(.9689)}to{transform:translate(26.69525vw,99vh) scale(.9689)}}.snow:nth-child(315){opacity:.486;transform:translate(76.3365vw,-10px) scale(.3578);animation:fall-315 13s -21s linear infinite}@keyframes fall-315{36.74%{transform:translate(70.7044vw,36.74vh) scale(.3578)}to{transform:translate(73.52045vw,99vh) scale(.3578)}}.snow:nth-child(316){opacity:.0566;transform:translate(60.4903vw,-10px) scale(.0244);animation:fall-316 21s -8s linear infinite}@keyframes fall-316{68.286%{transform:translate(68.391vw,68.286vh) scale(.0244)}to{transform:translate(64.44065vw,99vh) scale(.0244)}}.snow:nth-child(317){opacity:1.712;transform:translate(10.6041vw,-10px) scale(.245);animation:fall-317 20s -24s linear infinite}@keyframes fall-317{73.888%{transform:translate(13.5166vw,73.888vh) scale(.245)}to{transform:translate(12.06035vw,99vh) scale(.245)}}.snow:nth-child(318){opacity:1.9092;transform:translate(26.607vw,-10px) scale(.8103);animation:fall-318 24s -7s linear infinite}@keyframes fall-318{49.386%{transform:translate(32.7157vw,49.386vh) scale(.8103)}to{transform:translate(29.66135vw,99vh) scale(.8103)}}.snow:nth-child(319){opacity:.7942;transform:translate(47.7331vw,-10px) scale(.5517);animation:fall-319 11s -25s linear infinite}@keyframes fall-319{54.495%{transform:translate(51.852vw,54.495vh) scale(.5517)}to{transform:translate(49.79255vw,99vh) scale(.5517)}}.snow:nth-child(320){opacity:.4072;transform:translate(68.1397vw,-10px) scale(.0952);animation:fall-320 12s -2s linear infinite}@keyframes fall-320{49.862%{transform:translate(60.1835vw,49.862vh) scale(.0952)}to{transform:translate(64.1616vw,99vh) scale(.0952)}}.snow:nth-child(321){opacity:.6804;transform:translate(56.8806vw,-10px) scale(.046);animation:fall-321 11s -9s linear infinite}@keyframes fall-321{46.332%{transform:translate(51.9502vw,46.332vh) scale(.046)}to{transform:translate(54.4154vw,99vh) scale(.046)}}.snow:nth-child(322){opacity:.1152;transform:translate(99.5564vw,-10px) scale(.363);animation:fall-322 10s -11s linear infinite}@keyframes fall-322{35.01%{transform:translate(94.528vw,35.01vh) scale(.363)}to{transform:translate(97.0422vw,99vh) scale(.363)}}.snow:nth-child(323){opacity:1.283;transform:translate(50.214vw,-10px) scale(.3391);animation:fall-323 29s -5s linear infinite}@keyframes fall-323{46.309%{transform:translate(44.277vw,46.309vh) scale(.3391)}to{transform:translate(47.2455vw,99vh) scale(.3391)}}.snow:nth-child(324){opacity:1.6914;transform:translate(62.4785vw,-10px) scale(.6836);animation:fall-324 17s -28s linear infinite}@keyframes fall-324{57.857%{transform:translate(52.4925vw,57.857vh) scale(.6836)}to{transform:translate(57.4855vw,99vh) scale(.6836)}}.snow:nth-child(325){opacity:.8616;transform:translate(2.1895vw,-10px) scale(.6586);animation:fall-325 14s -9s linear infinite}@keyframes fall-325{65.725%{transform:translate(-.4847vw,65.725vh) scale(.6586)}to{transform:translate(.8524vw,99vh) scale(.6586)}}.snow:nth-child(326){opacity:.0072;transform:translate(9.1304vw,-10px) scale(.7701);animation:fall-326 23s -14s linear infinite}@keyframes fall-326{77.358%{transform:translate(17.7284vw,77.358vh) scale(.7701)}to{transform:translate(13.4294vw,99vh) scale(.7701)}}.snow:nth-child(327){opacity:1.3948;transform:translate(13.3143vw,-10px) scale(.6034);animation:fall-327 30s -28s linear infinite}@keyframes fall-327{70.102%{transform:translate(12.1781vw,70.102vh) scale(.6034)}to{transform:translate(12.7462vw,99vh) scale(.6034)}}.snow:nth-child(328){opacity:.412;transform:translate(23.4611vw,-10px) scale(.7684);animation:fall-328 21s -22s linear infinite}@keyframes fall-328{58.985%{transform:translate(22.957vw,58.985vh) scale(.7684)}to{transform:translate(23.20905vw,99vh) scale(.7684)}}.snow:nth-child(329){opacity:1.668;transform:translate(59.7374vw,-10px) scale(.4296);animation:fall-329 20s -30s linear infinite}@keyframes fall-329{54.759%{transform:translate(63.0887vw,54.759vh) scale(.4296)}to{transform:translate(61.41305vw,99vh) scale(.4296)}}.snow:nth-child(330){opacity:.0038;transform:translate(61.4722vw,-10px) scale(.8018);animation:fall-330 14s -25s linear infinite}@keyframes fall-330{75.17%{transform:translate(61.2539vw,75.17vh) scale(.8018)}to{transform:translate(61.36305vw,99vh) scale(.8018)}}.snow:nth-child(331){opacity:1.1922;transform:translate(63.5038vw,-10px) scale(.9632);animation:fall-331 12s -23s linear infinite}@keyframes fall-331{68.942%{transform:translate(58.2399vw,68.942vh) scale(.9632)}to{transform:translate(60.87185vw,99vh) scale(.9632)}}.snow:nth-child(332){opacity:.758;transform:translate(.9111vw,-10px) scale(.0305);animation:fall-332 17s -29s linear infinite}@keyframes fall-332{51.056%{transform:translate(-3.9694vw,51.056vh) scale(.0305)}to{transform:translate(-1.52915vw,99vh) scale(.0305)}}.snow:nth-child(333){opacity:1.6682;transform:translate(52.3812vw,-10px) scale(.1349);animation:fall-333 12s -12s linear infinite}@keyframes fall-333{41.227%{transform:translate(42.7904vw,41.227vh) scale(.1349)}to{transform:translate(47.5858vw,99vh) scale(.1349)}}.snow:nth-child(334){opacity:1.9564;transform:translate(44.6714vw,-10px) scale(.7164);animation:fall-334 12s -24s linear infinite}@keyframes fall-334{71.471%{transform:translate(45.3512vw,71.471vh) scale(.7164)}to{transform:translate(45.0113vw,99vh) scale(.7164)}}.snow:nth-child(335){opacity:1.0854;transform:translate(7.0945vw,-10px) scale(.7711);animation:fall-335 18s -1s linear infinite}@keyframes fall-335{61.494%{transform:translate(10.3988vw,61.494vh) scale(.7711)}to{transform:translate(8.74665vw,99vh) scale(.7711)}}.snow:nth-child(336){opacity:1.5544;transform:translate(42.0733vw,-10px) scale(.5746);animation:fall-336 21s -15s linear infinite}@keyframes fall-336{47.828%{transform:translate(44.5465vw,47.828vh) scale(.5746)}to{transform:translate(43.3099vw,99vh) scale(.5746)}}.snow:nth-child(337){opacity:.8646;transform:translate(8.0415vw,-10px) scale(.6487);animation:fall-337 28s -12s linear infinite}@keyframes fall-337{73.572%{transform:translate(-.5456vw,73.572vh) scale(.6487)}to{transform:translate(3.74795vw,99vh) scale(.6487)}}.snow:nth-child(338){opacity:.3936;transform:translate(8.6956vw,-10px) scale(.7708);animation:fall-338 19s -14s linear infinite}@keyframes fall-338{51.706%{transform:translate(6.395vw,51.706vh) scale(.7708)}to{transform:translate(7.5453vw,99vh) scale(.7708)}}.snow:nth-child(339){opacity:1.0274;transform:translate(64.8578vw,-10px) scale(.1604);animation:fall-339 10s -11s linear infinite}@keyframes fall-339{32.72%{transform:translate(55.2878vw,32.72vh) scale(.1604)}to{transform:translate(60.0728vw,99vh) scale(.1604)}}.snow:nth-child(340){opacity:.495;transform:translate(54.8376vw,-10px) scale(.4882);animation:fall-340 10s -26s linear infinite}@keyframes fall-340{71.382%{transform:translate(59.3903vw,71.382vh) scale(.4882)}to{transform:translate(57.11395vw,99vh) scale(.4882)}}.snow:nth-child(341){opacity:1.0738;transform:translate(45.3557vw,-10px) scale(.6789);animation:fall-341 16s -16s linear infinite}@keyframes fall-341{36.479%{transform:translate(36.712vw,36.479vh) scale(.6789)}to{transform:translate(41.03385vw,99vh) scale(.6789)}}.snow:nth-child(342){opacity:1.6774;transform:translate(3.9289vw,-10px) scale(.3914);animation:fall-342 20s -26s linear infinite}@keyframes fall-342{31.043%{transform:translate(8.6307vw,31.043vh) scale(.3914)}to{transform:translate(6.2798vw,99vh) scale(.3914)}}.snow:nth-child(343){opacity:1.7638;transform:translate(85.8606vw,-10px) scale(.5068);animation:fall-343 19s -13s linear infinite}@keyframes fall-343{52.352%{transform:translate(82.2044vw,52.352vh) scale(.5068)}to{transform:translate(84.0325vw,99vh) scale(.5068)}}.snow:nth-child(344){opacity:1.8968;transform:translate(2.6076vw,-10px) scale(.9155);animation:fall-344 24s -7s linear infinite}@keyframes fall-344{55.907%{transform:translate(-.2327vw,55.907vh) scale(.9155)}to{transform:translate(1.18745vw,99vh) scale(.9155)}}.snow:nth-child(345){opacity:.9668;transform:translate(40.2616vw,-10px) scale(.1659);animation:fall-345 10s -2s linear infinite}@keyframes fall-345{75.068%{transform:translate(32.009vw,75.068vh) scale(.1659)}to{transform:translate(36.1353vw,99vh) scale(.1659)}}.snow:nth-child(346){opacity:.6076;transform:translate(25.2111vw,-10px) scale(.6856);animation:fall-346 15s -2s linear infinite}@keyframes fall-346{41.26%{transform:translate(25.5771vw,41.26vh) scale(.6856)}to{transform:translate(25.3941vw,99vh) scale(.6856)}}.snow:nth-child(347){opacity:.6182;transform:translate(34.8166vw,-10px) scale(.0788);animation:fall-347 19s -23s linear infinite}@keyframes fall-347{35.408%{transform:translate(29.0103vw,35.408vh) scale(.0788)}to{transform:translate(31.91345vw,99vh) scale(.0788)}}.snow:nth-child(348){opacity:1.249;transform:translate(66.7515vw,-10px) scale(.6725);animation:fall-348 12s -17s linear infinite}@keyframes fall-348{34.611%{transform:translate(75.8783vw,34.611vh) scale(.6725)}to{transform:translate(71.3149vw,99vh) scale(.6725)}}.snow:nth-child(349){opacity:1.065;transform:translate(54.5838vw,-10px) scale(.4556);animation:fall-349 18s -16s linear infinite}@keyframes fall-349{67.173%{transform:translate(62.5383vw,67.173vh) scale(.4556)}to{transform:translate(58.56105vw,99vh) scale(.4556)}}.snow:nth-child(350){opacity:.6794;transform:translate(29.2457vw,-10px) scale(.9976);animation:fall-350 12s -2s linear infinite}@keyframes fall-350{73.73%{transform:translate(24.1306vw,73.73vh) scale(.9976)}to{transform:translate(26.68815vw,99vh) scale(.9976)}}.snow:nth-child(351){opacity:1.0622;transform:translate(59.8133vw,-10px) scale(.4568);animation:fall-351 22s -22s linear infinite}@keyframes fall-351{79.519%{transform:translate(54.5597vw,79.519vh) scale(.4568)}to{transform:translate(57.1865vw,99vh) scale(.4568)}}.snow:nth-child(352){opacity:.8518;transform:translate(54.0949vw,-10px) scale(.4054);animation:fall-352 26s -20s linear infinite}@keyframes fall-352{47.275%{transform:translate(53.9672vw,47.275vh) scale(.4054)}to{transform:translate(54.03105vw,99vh) scale(.4054)}}.snow:nth-child(353){opacity:.1508;transform:translate(58.8489vw,-10px) scale(.6292);animation:fall-353 15s -6s linear infinite}@keyframes fall-353{52.831%{transform:translate(52.6374vw,52.831vh) scale(.6292)}to{transform:translate(55.74315vw,99vh) scale(.6292)}}.snow:nth-child(354){opacity:1.3778;transform:translate(31.3885vw,-10px) scale(.4105);animation:fall-354 20s -26s linear infinite}@keyframes fall-354{76.869%{transform:translate(24.4757vw,76.869vh) scale(.4105)}to{transform:translate(27.9321vw,99vh) scale(.4105)}}.snow:nth-child(355){opacity:1.6272;transform:translate(73.5977vw,-10px) scale(.9293);animation:fall-355 28s -18s linear infinite}@keyframes fall-355{62.016%{transform:translate(72.2831vw,62.016vh) scale(.9293)}to{transform:translate(72.9404vw,99vh) scale(.9293)}}.snow:nth-child(356){opacity:.7714;transform:translate(1.8845vw,-10px) scale(.7701);animation:fall-356 17s -29s linear infinite}@keyframes fall-356{50.766%{transform:translate(-5.7945vw,50.766vh) scale(.7701)}to{transform:translate(-1.955vw,99vh) scale(.7701)}}.snow:nth-child(357){opacity:.2936;transform:translate(88.6567vw,-10px) scale(.7963);animation:fall-357 13s -14s linear infinite}@keyframes fall-357{33.051%{transform:translate(85.2421vw,33.051vh) scale(.7963)}to{transform:translate(86.9494vw,99vh) scale(.7963)}}.snow:nth-child(358){opacity:.5524;transform:translate(36.6082vw,-10px) scale(.1084);animation:fall-358 30s -24s linear infinite}@keyframes fall-358{48.751%{transform:translate(44.4015vw,48.751vh) scale(.1084)}to{transform:translate(40.50485vw,99vh) scale(.1084)}}.snow:nth-child(359){opacity:.1606;transform:translate(69.7411vw,-10px) scale(.6143);animation:fall-359 13s -7s linear infinite}@keyframes fall-359{35.449%{transform:translate(72.858vw,35.449vh) scale(.6143)}to{transform:translate(71.29955vw,99vh) scale(.6143)}}.snow:nth-child(360){opacity:1.1452;transform:translate(95.1248vw,-10px) scale(.3081);animation:fall-360 10s -8s linear infinite}@keyframes fall-360{64.574%{transform:translate(102.7082vw,64.574vh) scale(.3081)}to{transform:translate(98.9165vw,99vh) scale(.3081)}}.snow:nth-child(361){opacity:1.8532;transform:translate(10.9148vw,-10px) scale(.7045);animation:fall-361 30s -23s linear infinite}@keyframes fall-361{39.293%{transform:translate(7.8142vw,39.293vh) scale(.7045)}to{transform:translate(9.3645vw,99vh) scale(.7045)}}.snow:nth-child(362){opacity:1.8708;transform:translate(40.2142vw,-10px) scale(.6645);animation:fall-362 16s -29s linear infinite}@keyframes fall-362{54.238%{transform:translate(38.8644vw,54.238vh) scale(.6645)}to{transform:translate(39.5393vw,99vh) scale(.6645)}}.snow:nth-child(363){opacity:.5188;transform:translate(87.1917vw,-10px) scale(.4079);animation:fall-363 20s -16s linear infinite}@keyframes fall-363{46.821%{transform:translate(85.1764vw,46.821vh) scale(.4079)}to{transform:translate(86.18405vw,99vh) scale(.4079)}}.snow:nth-child(364){opacity:.8106;transform:translate(24.6508vw,-10px) scale(.3526);animation:fall-364 24s -17s linear infinite}@keyframes fall-364{51.304%{transform:translate(17.4618vw,51.304vh) scale(.3526)}to{transform:translate(21.0563vw,99vh) scale(.3526)}}.snow:nth-child(365){opacity:.1304;transform:translate(96.8668vw,-10px) scale(.8068);animation:fall-365 27s -29s linear infinite}@keyframes fall-365{31.138%{transform:translate(106.6291vw,31.138vh) scale(.8068)}to{transform:translate(101.74795vw,99vh) scale(.8068)}}.snow:nth-child(366){opacity:1.7764;transform:translate(76.8706vw,-10px) scale(.3446);animation:fall-366 28s -19s linear infinite}@keyframes fall-366{58.44%{transform:translate(72.101vw,58.44vh) scale(.3446)}to{transform:translate(74.4858vw,99vh) scale(.3446)}}.snow:nth-child(367){opacity:.1698;transform:translate(84.3922vw,-10px) scale(.6163);animation:fall-367 10s -18s linear infinite}@keyframes fall-367{65.693%{transform:translate(94.2875vw,65.693vh) scale(.6163)}to{transform:translate(89.33985vw,99vh) scale(.6163)}}.snow:nth-child(368){opacity:1.3532;transform:translate(76.0709vw,-10px) scale(.8971);animation:fall-368 27s -27s linear infinite}@keyframes fall-368{61.628%{transform:translate(72.2687vw,61.628vh) scale(.8971)}to{transform:translate(74.1698vw,99vh) scale(.8971)}}.snow:nth-child(369){opacity:1.566;transform:translate(20.2305vw,-10px) scale(.7256);animation:fall-369 15s -27s linear infinite}@keyframes fall-369{33.296%{transform:translate(12.8774vw,33.296vh) scale(.7256)}to{transform:translate(16.55395vw,99vh) scale(.7256)}}.snow:nth-child(370){opacity:.907;transform:translate(97.3319vw,-10px) scale(.8084);animation:fall-370 28s -12s linear infinite}@keyframes fall-370{68.464%{transform:translate(95.3499vw,68.464vh) scale(.8084)}to{transform:translate(96.3409vw,99vh) scale(.8084)}}.snow:nth-child(371){opacity:.7996;transform:translate(85.9072vw,-10px) scale(.0362);animation:fall-371 17s -9s linear infinite}@keyframes fall-371{36.12%{transform:translate(89.1242vw,36.12vh) scale(.0362)}to{transform:translate(87.5157vw,99vh) scale(.0362)}}.snow:nth-child(372){opacity:.9254;transform:translate(39.8791vw,-10px) scale(.3091);animation:fall-372 29s -14s linear infinite}@keyframes fall-372{34.078%{transform:translate(33.9109vw,34.078vh) scale(.3091)}to{transform:translate(36.895vw,99vh) scale(.3091)}}.snow:nth-child(373){opacity:1.6592;transform:translate(93.6912vw,-10px) scale(.7909);animation:fall-373 15s -25s linear infinite}@keyframes fall-373{38.02%{transform:translate(85.9044vw,38.02vh) scale(.7909)}to{transform:translate(89.7978vw,99vh) scale(.7909)}}.snow:nth-child(374){opacity:.921;transform:translate(87.2923vw,-10px) scale(.0231);animation:fall-374 15s -15s linear infinite}@keyframes fall-374{47.792%{transform:translate(78.5067vw,47.792vh) scale(.0231)}to{transform:translate(82.8995vw,99vh) scale(.0231)}}.snow:nth-child(375){opacity:1.3068;transform:translate(27.1663vw,-10px) scale(.0975);animation:fall-375 13s -25s linear infinite}@keyframes fall-375{59.167%{transform:translate(29.3364vw,59.167vh) scale(.0975)}to{transform:translate(28.25135vw,99vh) scale(.0975)}}.snow:nth-child(376){opacity:1.9436;transform:translate(84.8584vw,-10px) scale(.658);animation:fall-376 16s -7s linear infinite}@keyframes fall-376{32.246%{transform:translate(77.3645vw,32.246vh) scale(.658)}to{transform:translate(81.11145vw,99vh) scale(.658)}}.snow:nth-child(377){opacity:1.6406;transform:translate(64.6797vw,-10px) scale(.9864);animation:fall-377 22s -29s linear infinite}@keyframes fall-377{53.544%{transform:translate(73.3496vw,53.544vh) scale(.9864)}to{transform:translate(69.01465vw,99vh) scale(.9864)}}.snow:nth-child(378){opacity:1.065;transform:translate(33.282vw,-10px) scale(.5642);animation:fall-378 15s -6s linear infinite}@keyframes fall-378{56.088%{transform:translate(31.1596vw,56.088vh) scale(.5642)}to{transform:translate(32.2208vw,99vh) scale(.5642)}}.snow:nth-child(379){opacity:.0432;transform:translate(62.0409vw,-10px) scale(.0265);animation:fall-379 26s -14s linear infinite}@keyframes fall-379{42.814%{transform:translate(61.3429vw,42.814vh) scale(.0265)}to{transform:translate(61.6919vw,99vh) scale(.0265)}}.snow:nth-child(380){opacity:.2824;transform:translate(69.4476vw,-10px) scale(.5004);animation:fall-380 23s -11s linear infinite}@keyframes fall-380{79.812%{transform:translate(63.399vw,79.812vh) scale(.5004)}to{transform:translate(66.4233vw,99vh) scale(.5004)}}.snow:nth-child(381){opacity:1.5436;transform:translate(9.4317vw,-10px) scale(.6459);animation:fall-381 12s -26s linear infinite}@keyframes fall-381{36.413%{transform:translate(16.7917vw,36.413vh) scale(.6459)}to{transform:translate(13.1117vw,99vh) scale(.6459)}}.snow:nth-child(382){opacity:1.027;transform:translate(22.6735vw,-10px) scale(.6644);animation:fall-382 27s -13s linear infinite}@keyframes fall-382{35.706%{transform:translate(21.9872vw,35.706vh) scale(.6644)}to{transform:translate(22.33035vw,99vh) scale(.6644)}}.snow:nth-child(383){opacity:1.1124;transform:translate(11.8794vw,-10px) scale(.5928);animation:fall-383 29s -15s linear infinite}@keyframes fall-383{74.694%{transform:translate(17.1347vw,74.694vh) scale(.5928)}to{transform:translate(14.50705vw,99vh) scale(.5928)}}.snow:nth-child(384){opacity:.0416;transform:translate(29.9061vw,-10px) scale(.9819);animation:fall-384 28s -7s linear infinite}@keyframes fall-384{69.067%{transform:translate(29.8217vw,69.067vh) scale(.9819)}to{transform:translate(29.8639vw,99vh) scale(.9819)}}.snow:nth-child(385){opacity:1.906;transform:translate(74.0055vw,-10px) scale(.4034);animation:fall-385 30s -22s linear infinite}@keyframes fall-385{34.596%{transform:translate(71.9713vw,34.596vh) scale(.4034)}to{transform:translate(72.9884vw,99vh) scale(.4034)}}.snow:nth-child(386){opacity:.5168;transform:translate(79.6027vw,-10px) scale(.7792);animation:fall-386 12s -21s linear infinite}@keyframes fall-386{41.56%{transform:translate(88.5019vw,41.56vh) scale(.7792)}to{transform:translate(84.0523vw,99vh) scale(.7792)}}.snow:nth-child(387){opacity:.5586;transform:translate(67.3994vw,-10px) scale(.8362);animation:fall-387 20s -17s linear infinite}@keyframes fall-387{63.359%{transform:translate(67.674vw,63.359vh) scale(.8362)}to{transform:translate(67.5367vw,99vh) scale(.8362)}}.snow:nth-child(388){opacity:.2484;transform:translate(68.3688vw,-10px) scale(.5996);animation:fall-388 21s -4s linear infinite}@keyframes fall-388{30.437%{transform:translate(61.0211vw,30.437vh) scale(.5996)}to{transform:translate(64.69495vw,99vh) scale(.5996)}}.snow:nth-child(389){opacity:1.8884;transform:translate(24.9875vw,-10px) scale(.9958);animation:fall-389 12s -28s linear infinite}@keyframes fall-389{42.905%{transform:translate(26.5711vw,42.905vh) scale(.9958)}to{transform:translate(25.7793vw,99vh) scale(.9958)}}.snow:nth-child(390){opacity:1.8684;transform:translate(8.101vw,-10px) scale(.8361);animation:fall-390 18s -29s linear infinite}@keyframes fall-390{66.953%{transform:translate(14.0791vw,66.953vh) scale(.8361)}to{transform:translate(11.09005vw,99vh) scale(.8361)}}.snow:nth-child(391){opacity:.8952;transform:translate(14.3084vw,-10px) scale(.5727);animation:fall-391 14s -11s linear infinite}@keyframes fall-391{32.903%{transform:translate(17.2765vw,32.903vh) scale(.5727)}to{transform:translate(15.79245vw,99vh) scale(.5727)}}.snow:nth-child(392){opacity:1.792;transform:translate(44.2622vw,-10px) scale(.2319);animation:fall-392 20s -21s linear infinite}@keyframes fall-392{61.157%{transform:translate(54.227vw,61.157vh) scale(.2319)}to{transform:translate(49.2446vw,99vh) scale(.2319)}}.snow:nth-child(393){opacity:1.8804;transform:translate(43.3598vw,-10px) scale(.6578);animation:fall-393 28s -17s linear infinite}@keyframes fall-393{51.907%{transform:translate(47.5094vw,51.907vh) scale(.6578)}to{transform:translate(45.4346vw,99vh) scale(.6578)}}.snow:nth-child(394){opacity:1.9718;transform:translate(80.4214vw,-10px) scale(.7905);animation:fall-394 23s -18s linear infinite}@keyframes fall-394{35.887%{transform:translate(83.1471vw,35.887vh) scale(.7905)}to{transform:translate(81.78425vw,99vh) scale(.7905)}}.snow:nth-child(395){opacity:.6384;transform:translate(23.3721vw,-10px) scale(.5071);animation:fall-395 25s -25s linear infinite}@keyframes fall-395{36.026%{transform:translate(31.3972vw,36.026vh) scale(.5071)}to{transform:translate(27.38465vw,99vh) scale(.5071)}}.snow:nth-child(396){opacity:.769;transform:translate(83.5792vw,-10px) scale(.9327);animation:fall-396 13s -25s linear infinite}@keyframes fall-396{62.093%{transform:translate(84.7867vw,62.093vh) scale(.9327)}to{transform:translate(84.18295vw,99vh) scale(.9327)}}.snow:nth-child(397){opacity:1.529;transform:translate(78.4573vw,-10px) scale(.0243);animation:fall-397 28s -12s linear infinite}@keyframes fall-397{45.384%{transform:translate(72.1975vw,45.384vh) scale(.0243)}to{transform:translate(75.3274vw,99vh) scale(.0243)}}.snow:nth-child(398){opacity:.9476;transform:translate(43.5201vw,-10px) scale(.0637);animation:fall-398 20s -21s linear infinite}@keyframes fall-398{40.977%{transform:translate(44.0507vw,40.977vh) scale(.0637)}to{transform:translate(43.7854vw,99vh) scale(.0637)}}.snow:nth-child(399){opacity:.79;transform:translate(30.948vw,-10px) scale(.0955);animation:fall-399 12s -24s linear infinite}@keyframes fall-399{63.618%{transform:translate(39.7641vw,63.618vh) scale(.0955)}to{transform:translate(35.35605vw,99vh) scale(.0955)}}.snow:nth-child(400){opacity:.6304;transform:translate(58.4024vw,-10px) scale(.1017);animation:fall-400 27s -4s linear infinite}@keyframes fall-400{53.864%{transform:translate(64.5582vw,53.864vh) scale(.1017)}to{transform:translate(61.4803vw,99vh) scale(.1017)}}\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:.3282;transform:translate(83.7449vw,-10px) scale(.2201);animation:fall-1 13s -29s linear infinite}@keyframes fall-1{36.465%{transform:translate(78.6154vw,36.465vh) scale(.2201)}to{transform:translate(81.18015vw,99vh) scale(.2201)}}.snow:nth-child(2){opacity:1.9556;transform:translate(91.9738vw,-10px) scale(.4257);animation:fall-2 30s -22s linear infinite}@keyframes fall-2{49.774%{transform:translate(93.9635vw,49.774vh) scale(.4257)}to{transform:translate(92.96865vw,99vh) scale(.4257)}}.snow:nth-child(3){opacity:.3462;transform:translate(28.3695vw,-10px) scale(.6612);animation:fall-3 10s -6s linear infinite}@keyframes fall-3{30.753%{transform:translate(36.6198vw,30.753vh) scale(.6612)}to{transform:translate(32.49465vw,99vh) scale(.6612)}}.snow:nth-child(4){opacity:1.354;transform:translate(19.2385vw,-10px) scale(.347);animation:fall-4 24s -9s linear infinite}@keyframes fall-4{64.879%{transform:translate(18.9729vw,64.879vh) scale(.347)}to{transform:translate(19.1057vw,99vh) scale(.347)}}.snow:nth-child(5){opacity:.728;transform:translate(.9819vw,-10px) scale(.5467);animation:fall-5 16s -21s linear infinite}@keyframes fall-5{63.08%{transform:translate(-5.1734vw,63.08vh) scale(.5467)}to{transform:translate(-2.09575vw,99vh) scale(.5467)}}.snow:nth-child(6){opacity:1.287;transform:translate(90.459vw,-10px) scale(.005);animation:fall-6 18s -9s linear infinite}@keyframes fall-6{72.415%{transform:translate(92.4789vw,72.415vh) scale(.005)}to{transform:translate(91.46895vw,99vh) scale(.005)}}.snow:nth-child(7){opacity:1.3132;transform:translate(71.6438vw,-10px) scale(.2247);animation:fall-7 28s -19s linear infinite}@keyframes fall-7{56.097%{transform:translate(77.6449vw,56.097vh) scale(.2247)}to{transform:translate(74.64435vw,99vh) scale(.2247)}}.snow:nth-child(8){opacity:.1454;transform:translate(71.0672vw,-10px) scale(.8136);animation:fall-8 19s -3s linear infinite}@keyframes fall-8{72.565%{transform:translate(63.514vw,72.565vh) scale(.8136)}to{transform:translate(67.2906vw,99vh) scale(.8136)}}.snow:nth-child(9){opacity:.1808;transform:translate(97.0217vw,-10px) scale(.4279);animation:fall-9 10s -21s linear infinite}@keyframes fall-9{63.191%{transform:translate(104.3411vw,63.191vh) scale(.4279)}to{transform:translate(100.6814vw,99vh) scale(.4279)}}.snow:nth-child(10){opacity:.0384;transform:translate(88.8882vw,-10px) scale(.7548);animation:fall-10 17s -6s linear infinite}@keyframes fall-10{60.334%{transform:translate(93.1676vw,60.334vh) scale(.7548)}to{transform:translate(91.0279vw,99vh) scale(.7548)}}.snow:nth-child(11){opacity:1.2066;transform:translate(39.1428vw,-10px) scale(.6768);animation:fall-11 11s -10s linear infinite}@keyframes fall-11{55.31%{transform:translate(44.9256vw,55.31vh) scale(.6768)}to{transform:translate(42.0342vw,99vh) scale(.6768)}}.snow:nth-child(12){opacity:.4408;transform:translate(87.6863vw,-10px) scale(.0001);animation:fall-12 22s -28s linear infinite}@keyframes fall-12{32.581%{transform:translate(78.9821vw,32.581vh) scale(.0001)}to{transform:translate(83.3342vw,99vh) scale(.0001)}}.snow:nth-child(13){opacity:.0046;transform:translate(59.2186vw,-10px) scale(.9437);animation:fall-13 16s -9s linear infinite}@keyframes fall-13{60.171%{transform:translate(67.1833vw,60.171vh) scale(.9437)}to{transform:translate(63.20095vw,99vh) scale(.9437)}}.snow:nth-child(14){opacity:1.999;transform:translate(1.8107vw,-10px) scale(.8146);animation:fall-14 21s -26s linear infinite}@keyframes fall-14{41.305%{transform:translate(6.4696vw,41.305vh) scale(.8146)}to{transform:translate(4.14015vw,99vh) scale(.8146)}}.snow:nth-child(15){opacity:.6824;transform:translate(8.6351vw,-10px) scale(.7608);animation:fall-15 21s -27s linear infinite}@keyframes fall-15{71.341%{transform:translate(17.1989vw,71.341vh) scale(.7608)}to{transform:translate(12.917vw,99vh) scale(.7608)}}.snow:nth-child(16){opacity:.4462;transform:translate(73.7746vw,-10px) scale(.8264);animation:fall-16 13s -24s linear infinite}@keyframes fall-16{49.518%{transform:translate(66.2975vw,49.518vh) scale(.8264)}to{transform:translate(70.03605vw,99vh) scale(.8264)}}.snow:nth-child(17){opacity:.737;transform:translate(20.9568vw,-10px) scale(.6034);animation:fall-17 18s -13s linear infinite}@keyframes fall-17{63.122%{transform:translate(14.1599vw,63.122vh) scale(.6034)}to{transform:translate(17.55835vw,99vh) scale(.6034)}}.snow:nth-child(18){opacity:1.9004;transform:translate(7.1196vw,-10px) scale(.1351);animation:fall-18 20s -4s linear infinite}@keyframes fall-18{66.697%{transform:translate(-1.1578vw,66.697vh) scale(.1351)}to{transform:translate(2.9809vw,99vh) scale(.1351)}}.snow:nth-child(19){opacity:1.4152;transform:translate(82.2475vw,-10px) scale(.3509);animation:fall-19 15s -8s linear infinite}@keyframes fall-19{35.565%{transform:translate(76.0816vw,35.565vh) scale(.3509)}to{transform:translate(79.16455vw,99vh) scale(.3509)}}.snow:nth-child(20){opacity:.0664;transform:translate(99.1858vw,-10px) scale(.1459);animation:fall-20 11s -28s linear infinite}@keyframes fall-20{39.481%{transform:translate(95.7376vw,39.481vh) scale(.1459)}to{transform:translate(97.4617vw,99vh) scale(.1459)}}.snow:nth-child(21){opacity:1.9942;transform:translate(79.7657vw,-10px) scale(.9337);animation:fall-21 18s -6s linear infinite}@keyframes fall-21{66.591%{transform:translate(70.9064vw,66.591vh) scale(.9337)}to{transform:translate(75.33605vw,99vh) scale(.9337)}}.snow:nth-child(22){opacity:1.5852;transform:translate(85.1197vw,-10px) scale(.0299);animation:fall-22 16s -19s linear infinite}@keyframes fall-22{47.479%{transform:translate(83.1053vw,47.479vh) scale(.0299)}to{transform:translate(84.1125vw,99vh) scale(.0299)}}.snow:nth-child(23){opacity:1.8852;transform:translate(14.1708vw,-10px) scale(.9156);animation:fall-23 13s -20s linear infinite}@keyframes fall-23{56.408%{transform:translate(6.939vw,56.408vh) scale(.9156)}to{transform:translate(10.5549vw,99vh) scale(.9156)}}.snow:nth-child(24){opacity:1.8498;transform:translate(42.7424vw,-10px) scale(.1854);animation:fall-24 10s -6s linear infinite}@keyframes fall-24{32.272%{transform:translate(49.3273vw,32.272vh) scale(.1854)}to{transform:translate(46.03485vw,99vh) scale(.1854)}}.snow:nth-child(25){opacity:1.6778;transform:translate(76.6004vw,-10px) scale(.0369);animation:fall-25 18s -28s linear infinite}@keyframes fall-25{64.693%{transform:translate(75.2394vw,64.693vh) scale(.0369)}to{transform:translate(75.9199vw,99vh) scale(.0369)}}.snow:nth-child(26){opacity:1.3538;transform:translate(57.3969vw,-10px) scale(.1578);animation:fall-26 25s -3s linear infinite}@keyframes fall-26{62.722%{transform:translate(51.5096vw,62.722vh) scale(.1578)}to{transform:translate(54.45325vw,99vh) scale(.1578)}}.snow:nth-child(27){opacity:1.3978;transform:translate(87.2576vw,-10px) scale(.9151);animation:fall-27 24s -15s linear infinite}@keyframes fall-27{76.305%{transform:translate(89.8648vw,76.305vh) scale(.9151)}to{transform:translate(88.5612vw,99vh) scale(.9151)}}.snow:nth-child(28){opacity:.2262;transform:translate(39.3956vw,-10px) scale(.8233);animation:fall-28 13s -24s linear infinite}@keyframes fall-28{33.077%{transform:translate(44.3072vw,33.077vh) scale(.8233)}to{transform:translate(41.8514vw,99vh) scale(.8233)}}.snow:nth-child(29){opacity:1.1134;transform:translate(96.8862vw,-10px) scale(.1267);animation:fall-29 13s -18s linear infinite}@keyframes fall-29{42.612%{transform:translate(93.738vw,42.612vh) scale(.1267)}to{transform:translate(95.3121vw,99vh) scale(.1267)}}.snow:nth-child(30){opacity:1.1776;transform:translate(74.7725vw,-10px) scale(.3494);animation:fall-30 25s -29s linear infinite}@keyframes fall-30{30.487%{transform:translate(73.6974vw,30.487vh) scale(.3494)}to{transform:translate(74.23495vw,99vh) scale(.3494)}}.snow:nth-child(31){opacity:.1106;transform:translate(61.5765vw,-10px) scale(.3901);animation:fall-31 12s -7s linear infinite}@keyframes fall-31{47.901%{transform:translate(70.3742vw,47.901vh) scale(.3901)}to{transform:translate(65.97535vw,99vh) scale(.3901)}}.snow:nth-child(32){opacity:.6042;transform:translate(72.2995vw,-10px) scale(.8815);animation:fall-32 14s -4s linear infinite}@keyframes fall-32{66.296%{transform:translate(73.2427vw,66.296vh) scale(.8815)}to{transform:translate(72.7711vw,99vh) scale(.8815)}}.snow:nth-child(33){opacity:1.0308;transform:translate(97.1613vw,-10px) scale(.0484);animation:fall-33 26s -1s linear infinite}@keyframes fall-33{66.432%{transform:translate(102.6248vw,66.432vh) scale(.0484)}to{transform:translate(99.89305vw,99vh) scale(.0484)}}.snow:nth-child(34){opacity:1.4516;transform:translate(25.7416vw,-10px) scale(.126);animation:fall-34 16s -6s linear infinite}@keyframes fall-34{47.274%{transform:translate(20.0932vw,47.274vh) scale(.126)}to{transform:translate(22.9174vw,99vh) scale(.126)}}.snow:nth-child(35){opacity:1.333;transform:translate(34.0185vw,-10px) scale(.0641);animation:fall-35 25s -10s linear infinite}@keyframes fall-35{66.607%{transform:translate(26.7993vw,66.607vh) scale(.0641)}to{transform:translate(30.4089vw,99vh) scale(.0641)}}.snow:nth-child(36){opacity:.1574;transform:translate(16.5853vw,-10px) scale(.1863);animation:fall-36 15s -15s linear infinite}@keyframes fall-36{31.548%{transform:translate(11.0356vw,31.548vh) scale(.1863)}to{transform:translate(13.81045vw,99vh) scale(.1863)}}.snow:nth-child(37){opacity:.202;transform:translate(38.5358vw,-10px) scale(.1774);animation:fall-37 14s -3s linear infinite}@keyframes fall-37{70.956%{transform:translate(35.5598vw,70.956vh) scale(.1774)}to{transform:translate(37.0478vw,99vh) scale(.1774)}}.snow:nth-child(38){opacity:.6622;transform:translate(2.3048vw,-10px) scale(.5022);animation:fall-38 23s -17s linear infinite}@keyframes fall-38{79.025%{transform:translate(3.8544vw,79.025vh) scale(.5022)}to{transform:translate(3.0796vw,99vh) scale(.5022)}}.snow:nth-child(39){opacity:.943;transform:translate(70.8128vw,-10px) scale(.3105);animation:fall-39 27s -17s linear infinite}@keyframes fall-39{51.211%{transform:translate(61.1465vw,51.211vh) scale(.3105)}to{transform:translate(65.97965vw,99vh) scale(.3105)}}.snow:nth-child(40){opacity:1.3776;transform:translate(42.7116vw,-10px) scale(.7147);animation:fall-40 30s -3s linear infinite}@keyframes fall-40{34.184%{transform:translate(52.3552vw,34.184vh) scale(.7147)}to{transform:translate(47.5334vw,99vh) scale(.7147)}}.snow:nth-child(41){opacity:.238;transform:translate(67.5741vw,-10px) scale(.338);animation:fall-41 12s -13s linear infinite}@keyframes fall-41{66.906%{transform:translate(57.7547vw,66.906vh) scale(.338)}to{transform:translate(62.6644vw,99vh) scale(.338)}}.snow:nth-child(42){opacity:1.7514;transform:translate(20.1462vw,-10px) scale(.9642);animation:fall-42 28s -14s linear infinite}@keyframes fall-42{78.505%{transform:translate(26.4031vw,78.505vh) scale(.9642)}to{transform:translate(23.27465vw,99vh) scale(.9642)}}.snow:nth-child(43){opacity:1.258;transform:translate(94.6023vw,-10px) scale(.637);animation:fall-43 27s -28s linear infinite}@keyframes fall-43{52.298%{transform:translate(96.4751vw,52.298vh) scale(.637)}to{transform:translate(95.5387vw,99vh) scale(.637)}}.snow:nth-child(44){opacity:.3784;transform:translate(47.8693vw,-10px) scale(.3463);animation:fall-44 15s -8s linear infinite}@keyframes fall-44{33.949%{transform:translate(43.8222vw,33.949vh) scale(.3463)}to{transform:translate(45.84575vw,99vh) scale(.3463)}}.snow:nth-child(45){opacity:1.1574;transform:translate(79.7439vw,-10px) scale(.0013);animation:fall-45 27s -8s linear infinite}@keyframes fall-45{52.218%{transform:translate(75.2925vw,52.218vh) scale(.0013)}to{transform:translate(77.5182vw,99vh) scale(.0013)}}.snow:nth-child(46){opacity:.9128;transform:translate(68.2493vw,-10px) scale(.1774);animation:fall-46 19s -9s linear infinite}@keyframes fall-46{78.416%{transform:translate(73.1673vw,78.416vh) scale(.1774)}to{transform:translate(70.7083vw,99vh) scale(.1774)}}.snow:nth-child(47){opacity:.0342;transform:translate(26.6597vw,-10px) scale(.8764);animation:fall-47 10s -25s linear infinite}@keyframes fall-47{66.088%{transform:translate(19.6292vw,66.088vh) scale(.8764)}to{transform:translate(23.14445vw,99vh) scale(.8764)}}.snow:nth-child(48){opacity:1.8934;transform:translate(61.3604vw,-10px) scale(.4953);animation:fall-48 16s -27s linear infinite}@keyframes fall-48{35.506%{transform:translate(61.8605vw,35.506vh) scale(.4953)}to{transform:translate(61.61045vw,99vh) scale(.4953)}}.snow:nth-child(49){opacity:.2444;transform:translate(49.5968vw,-10px) scale(.9093);animation:fall-49 12s -5s linear infinite}@keyframes fall-49{66.762%{transform:translate(54.7103vw,66.762vh) scale(.9093)}to{transform:translate(52.15355vw,99vh) scale(.9093)}}.snow:nth-child(50){opacity:.3232;transform:translate(34.1987vw,-10px) scale(.4183);animation:fall-50 23s -2s linear infinite}@keyframes fall-50{65.134%{transform:translate(42.8675vw,65.134vh) scale(.4183)}to{transform:translate(38.5331vw,99vh) scale(.4183)}}.snow:nth-child(51){opacity:.5694;transform:translate(18.5479vw,-10px) scale(.4664);animation:fall-51 23s -12s linear infinite}@keyframes fall-51{39.019%{transform:translate(21.1307vw,39.019vh) scale(.4664)}to{transform:translate(19.8393vw,99vh) scale(.4664)}}.snow:nth-child(52){opacity:1.2386;transform:translate(4.4447vw,-10px) scale(.1146);animation:fall-52 17s -12s linear infinite}@keyframes fall-52{51.836%{transform:translate(7.185vw,51.836vh) scale(.1146)}to{transform:translate(5.81485vw,99vh) scale(.1146)}}.snow:nth-child(53){opacity:.6716;transform:translate(48.3986vw,-10px) scale(.2872);animation:fall-53 19s -14s linear infinite}@keyframes fall-53{42.675%{transform:translate(46.5291vw,42.675vh) scale(.2872)}to{transform:translate(47.46385vw,99vh) scale(.2872)}}.snow:nth-child(54){opacity:.9438;transform:translate(48.2862vw,-10px) scale(.6378);animation:fall-54 20s -22s linear infinite}@keyframes fall-54{55.903%{transform:translate(39.7241vw,55.903vh) scale(.6378)}to{transform:translate(44.00515vw,99vh) scale(.6378)}}.snow:nth-child(55){opacity:1.2212;transform:translate(71.361vw,-10px) scale(.7375);animation:fall-55 27s -4s linear infinite}@keyframes fall-55{31.881%{transform:translate(63.9618vw,31.881vh) scale(.7375)}to{transform:translate(67.6614vw,99vh) scale(.7375)}}.snow:nth-child(56){opacity:1.4746;transform:translate(82.5605vw,-10px) scale(.4413);animation:fall-56 22s -11s linear infinite}@keyframes fall-56{78.832%{transform:translate(85.354vw,78.832vh) scale(.4413)}to{transform:translate(83.95725vw,99vh) scale(.4413)}}.snow:nth-child(57){opacity:1.6076;transform:translate(25.8207vw,-10px) scale(.4353);animation:fall-57 22s -20s linear infinite}@keyframes fall-57{36.163%{transform:translate(20.3726vw,36.163vh) scale(.4353)}to{transform:translate(23.09665vw,99vh) scale(.4353)}}.snow:nth-child(58){opacity:.52;transform:translate(31.0859vw,-10px) scale(.904);animation:fall-58 15s -6s linear infinite}@keyframes fall-58{62.548%{transform:translate(37.1633vw,62.548vh) scale(.904)}to{transform:translate(34.1246vw,99vh) scale(.904)}}.snow:nth-child(59){opacity:.1366;transform:translate(32.1643vw,-10px) scale(.0309);animation:fall-59 21s -25s linear infinite}@keyframes fall-59{68.021%{transform:translate(40.7621vw,68.021vh) scale(.0309)}to{transform:translate(36.4632vw,99vh) scale(.0309)}}.snow:nth-child(60){opacity:.1254;transform:translate(76.2724vw,-10px) scale(.0644);animation:fall-60 30s -9s linear infinite}@keyframes fall-60{71.043%{transform:translate(82.3054vw,71.043vh) scale(.0644)}to{transform:translate(79.2889vw,99vh) scale(.0644)}}.snow:nth-child(61){opacity:1.2916;transform:translate(76.5576vw,-10px) scale(.9495);animation:fall-61 20s -7s linear infinite}@keyframes fall-61{42.839%{transform:translate(79.9264vw,42.839vh) scale(.9495)}to{transform:translate(78.242vw,99vh) scale(.9495)}}.snow:nth-child(62){opacity:.94;transform:translate(64.4263vw,-10px) scale(.8369);animation:fall-62 24s -14s linear infinite}@keyframes fall-62{37.562%{transform:translate(58.6528vw,37.562vh) scale(.8369)}to{transform:translate(61.53955vw,99vh) scale(.8369)}}.snow:nth-child(63){opacity:1.9506;transform:translate(53.4805vw,-10px) scale(.3327);animation:fall-63 17s -29s linear infinite}@keyframes fall-63{65.942%{transform:translate(57.2845vw,65.942vh) scale(.3327)}to{transform:translate(55.3825vw,99vh) scale(.3327)}}.snow:nth-child(64){opacity:.3612;transform:translate(69.2731vw,-10px) scale(.2909);animation:fall-64 25s -7s linear infinite}@keyframes fall-64{68%{transform:translate(71.6636vw,68vh) scale(.2909)}to{transform:translate(70.46835vw,99vh) scale(.2909)}}.snow:nth-child(65){opacity:.3874;transform:translate(10.6066vw,-10px) scale(.7165);animation:fall-65 10s -4s linear infinite}@keyframes fall-65{56.16%{transform:translate(8.0569vw,56.16vh) scale(.7165)}to{transform:translate(9.33175vw,99vh) scale(.7165)}}.snow:nth-child(66){opacity:1.5516;transform:translate(39.6318vw,-10px) scale(.0802);animation:fall-66 22s -24s linear infinite}@keyframes fall-66{57.692%{transform:translate(49.6132vw,57.692vh) scale(.0802)}to{transform:translate(44.6225vw,99vh) scale(.0802)}}.snow:nth-child(67){opacity:.9152;transform:translate(77.7768vw,-10px) scale(.8192);animation:fall-67 13s -22s linear infinite}@keyframes fall-67{78.05%{transform:translate(82.8408vw,78.05vh) scale(.8192)}to{transform:translate(80.3088vw,99vh) scale(.8192)}}.snow:nth-child(68){opacity:1.4502;transform:translate(89.0476vw,-10px) scale(.8417);animation:fall-68 14s -5s linear infinite}@keyframes fall-68{48.001%{transform:translate(95.0582vw,48.001vh) scale(.8417)}to{transform:translate(92.0529vw,99vh) scale(.8417)}}.snow:nth-child(69){opacity:1.2644;transform:translate(10.8849vw,-10px) scale(.9366);animation:fall-69 27s -9s linear infinite}@keyframes fall-69{79.513%{transform:translate(13.8487vw,79.513vh) scale(.9366)}to{transform:translate(12.3668vw,99vh) scale(.9366)}}.snow:nth-child(70){opacity:.2134;transform:translate(70.8733vw,-10px) scale(.376);animation:fall-70 20s -11s linear infinite}@keyframes fall-70{40.724%{transform:translate(72.7164vw,40.724vh) scale(.376)}to{transform:translate(71.79485vw,99vh) scale(.376)}}.snow:nth-child(71){opacity:1.6088;transform:translate(84.3359vw,-10px) scale(.1074);animation:fall-71 15s -5s linear infinite}@keyframes fall-71{77.69%{transform:translate(91.2865vw,77.69vh) scale(.1074)}to{transform:translate(87.8112vw,99vh) scale(.1074)}}.snow:nth-child(72){opacity:.583;transform:translate(47.619vw,-10px) scale(.4492);animation:fall-72 16s -30s linear infinite}@keyframes fall-72{55.901%{transform:translate(42.5538vw,55.901vh) scale(.4492)}to{transform:translate(45.0864vw,99vh) scale(.4492)}}.snow:nth-child(73){opacity:1.2752;transform:translate(44.6992vw,-10px) scale(.7336);animation:fall-73 23s -16s linear infinite}@keyframes fall-73{61.247%{transform:translate(38.5878vw,61.247vh) scale(.7336)}to{transform:translate(41.6435vw,99vh) scale(.7336)}}.snow:nth-child(74){opacity:.69;transform:translate(95.4583vw,-10px) scale(.1958);animation:fall-74 13s -27s linear infinite}@keyframes fall-74{71.177%{transform:translate(89.6802vw,71.177vh) scale(.1958)}to{transform:translate(92.56925vw,99vh) scale(.1958)}}.snow:nth-child(75){opacity:1.1382;transform:translate(58.9631vw,-10px) scale(.9378);animation:fall-75 22s -29s linear infinite}@keyframes fall-75{42.336%{transform:translate(51.033vw,42.336vh) scale(.9378)}to{transform:translate(54.99805vw,99vh) scale(.9378)}}.snow:nth-child(76){opacity:1.6888;transform:translate(42.3978vw,-10px) scale(.8787);animation:fall-76 22s -29s linear infinite}@keyframes fall-76{43.092%{transform:translate(37.8402vw,43.092vh) scale(.8787)}to{transform:translate(40.119vw,99vh) scale(.8787)}}.snow:nth-child(77){opacity:.337;transform:translate(62.1816vw,-10px) scale(.8368);animation:fall-77 10s -25s linear infinite}@keyframes fall-77{58.542%{transform:translate(66.1302vw,58.542vh) scale(.8368)}to{transform:translate(64.1559vw,99vh) scale(.8368)}}.snow:nth-child(78){opacity:.142;transform:translate(12.8593vw,-10px) scale(.3453);animation:fall-78 27s -18s linear infinite}@keyframes fall-78{76.719%{transform:translate(4.0942vw,76.719vh) scale(.3453)}to{transform:translate(8.47675vw,99vh) scale(.3453)}}.snow:nth-child(79){opacity:1.3982;transform:translate(75.5368vw,-10px) scale(.6415);animation:fall-79 21s -30s linear infinite}@keyframes fall-79{49.416%{transform:translate(80.0628vw,49.416vh) scale(.6415)}to{transform:translate(77.7998vw,99vh) scale(.6415)}}.snow:nth-child(80){opacity:.7488;transform:translate(96.1319vw,-10px) scale(.8236);animation:fall-80 10s -3s linear infinite}@keyframes fall-80{68.799%{transform:translate(97.5027vw,68.799vh) scale(.8236)}to{transform:translate(96.8173vw,99vh) scale(.8236)}}.snow:nth-child(81){opacity:.0116;transform:translate(22.5366vw,-10px) scale(.3592);animation:fall-81 26s -17s linear infinite}@keyframes fall-81{36.475%{transform:translate(29.7742vw,36.475vh) scale(.3592)}to{transform:translate(26.1554vw,99vh) scale(.3592)}}.snow:nth-child(82){opacity:1.5392;transform:translate(35.2899vw,-10px) scale(.8409);animation:fall-82 27s -18s linear infinite}@keyframes fall-82{60.583%{transform:translate(28.7147vw,60.583vh) scale(.8409)}to{transform:translate(32.0023vw,99vh) scale(.8409)}}.snow:nth-child(83){opacity:.1118;transform:translate(32.2113vw,-10px) scale(.8382);animation:fall-83 15s -4s linear infinite}@keyframes fall-83{51.638%{transform:translate(27.6521vw,51.638vh) scale(.8382)}to{transform:translate(29.9317vw,99vh) scale(.8382)}}.snow:nth-child(84){opacity:.4324;transform:translate(64.7306vw,-10px) scale(.8288);animation:fall-84 20s -29s linear infinite}@keyframes fall-84{54.903%{transform:translate(56.7409vw,54.903vh) scale(.8288)}to{transform:translate(60.73575vw,99vh) scale(.8288)}}.snow:nth-child(85){opacity:.709;transform:translate(76.1514vw,-10px) scale(.3688);animation:fall-85 26s -25s linear infinite}@keyframes fall-85{30.374%{transform:translate(80.2417vw,30.374vh) scale(.3688)}to{transform:translate(78.19655vw,99vh) scale(.3688)}}.snow:nth-child(86){opacity:1.466;transform:translate(46.7469vw,-10px) scale(.3713);animation:fall-86 16s -7s linear infinite}@keyframes fall-86{46.176%{transform:translate(54.0124vw,46.176vh) scale(.3713)}to{transform:translate(50.37965vw,99vh) scale(.3713)}}.snow:nth-child(87){opacity:1.0382;transform:translate(53.4551vw,-10px) scale(.2311);animation:fall-87 19s -4s linear infinite}@keyframes fall-87{43.53%{transform:translate(63.4365vw,43.53vh) scale(.2311)}to{transform:translate(58.4458vw,99vh) scale(.2311)}}.snow:nth-child(88){opacity:1.6358;transform:translate(18.5934vw,-10px) scale(.1865);animation:fall-88 11s -23s linear infinite}@keyframes fall-88{65.861%{transform:translate(17.698vw,65.861vh) scale(.1865)}to{transform:translate(18.1457vw,99vh) scale(.1865)}}.snow:nth-child(89){opacity:1.1432;transform:translate(69.7509vw,-10px) scale(.8743);animation:fall-89 28s -18s linear infinite}@keyframes fall-89{75.009%{transform:translate(75.8044vw,75.009vh) scale(.8743)}to{transform:translate(72.77765vw,99vh) scale(.8743)}}.snow:nth-child(90){opacity:1.6404;transform:translate(73.6301vw,-10px) scale(.8079);animation:fall-90 27s -3s linear infinite}@keyframes fall-90{38.084%{transform:translate(77.5823vw,38.084vh) scale(.8079)}to{transform:translate(75.6062vw,99vh) scale(.8079)}}.snow:nth-child(91){opacity:.5574;transform:translate(25.2019vw,-10px) scale(.4712);animation:fall-91 29s -28s linear infinite}@keyframes fall-91{53.503%{transform:translate(17.0928vw,53.503vh) scale(.4712)}to{transform:translate(21.14735vw,99vh) scale(.4712)}}.snow:nth-child(92){opacity:1.6608;transform:translate(47.4298vw,-10px) scale(.2257);animation:fall-92 13s -22s linear infinite}@keyframes fall-92{53.319%{transform:translate(44.9452vw,53.319vh) scale(.2257)}to{transform:translate(46.1875vw,99vh) scale(.2257)}}.snow:nth-child(93){opacity:.2906;transform:translate(68.6968vw,-10px) scale(.3453);animation:fall-93 10s -1s linear infinite}@keyframes fall-93{77.764%{transform:translate(78.5133vw,77.764vh) scale(.3453)}to{transform:translate(73.60505vw,99vh) scale(.3453)}}.snow:nth-child(94){opacity:1.8116;transform:translate(76.8485vw,-10px) scale(.8121);animation:fall-94 15s -13s linear infinite}@keyframes fall-94{38.286%{transform:translate(68.6167vw,38.286vh) scale(.8121)}to{transform:translate(72.7326vw,99vh) scale(.8121)}}.snow:nth-child(95){opacity:.326;transform:translate(79.6272vw,-10px) scale(.1515);animation:fall-95 24s -27s linear infinite}@keyframes fall-95{40.524%{transform:translate(77.7149vw,40.524vh) scale(.1515)}to{transform:translate(78.67105vw,99vh) scale(.1515)}}.snow:nth-child(96){opacity:1.5578;transform:translate(78.3438vw,-10px) scale(.1276);animation:fall-96 23s -28s linear infinite}@keyframes fall-96{51.06%{transform:translate(77.599vw,51.06vh) scale(.1276)}to{transform:translate(77.9714vw,99vh) scale(.1276)}}.snow:nth-child(97){opacity:1.8516;transform:translate(10.3016vw,-10px) scale(.7735);animation:fall-97 14s -5s linear infinite}@keyframes fall-97{52.037%{transform:translate(12.8907vw,52.037vh) scale(.7735)}to{transform:translate(11.59615vw,99vh) scale(.7735)}}.snow:nth-child(98){opacity:1.403;transform:translate(69.811vw,-10px) scale(.7733);animation:fall-98 26s -27s linear infinite}@keyframes fall-98{68.33%{transform:translate(78.1961vw,68.33vh) scale(.7733)}to{transform:translate(74.00355vw,99vh) scale(.7733)}}.snow:nth-child(99){opacity:.13;transform:translate(50.7406vw,-10px) scale(.4468);animation:fall-99 16s -6s linear infinite}@keyframes fall-99{60.579%{transform:translate(40.8741vw,60.579vh) scale(.4468)}to{transform:translate(45.80735vw,99vh) scale(.4468)}}.snow:nth-child(100){opacity:.8824;transform:translate(82.8105vw,-10px) scale(.0505);animation:fall-100 30s -23s linear infinite}@keyframes fall-100{56.72%{transform:translate(83.1623vw,56.72vh) scale(.0505)}to{transform:translate(82.9864vw,99vh) scale(.0505)}}.snow:nth-child(101){opacity:1.2246;transform:translate(20.7969vw,-10px) scale(.6895);animation:fall-101 25s -30s linear infinite}@keyframes fall-101{50.767%{transform:translate(12.3629vw,50.767vh) scale(.6895)}to{transform:translate(16.5799vw,99vh) scale(.6895)}}.snow:nth-child(102){opacity:1.7952;transform:translate(10.7761vw,-10px) scale(.8699);animation:fall-102 19s -17s linear infinite}@keyframes fall-102{60.474%{transform:translate(9.8906vw,60.474vh) scale(.8699)}to{transform:translate(10.33335vw,99vh) scale(.8699)}}.snow:nth-child(103){opacity:1.524;transform:translate(69.737vw,-10px) scale(.0883);animation:fall-103 28s -8s linear infinite}@keyframes fall-103{34.815%{transform:translate(60.4753vw,34.815vh) scale(.0883)}to{transform:translate(65.10615vw,99vh) scale(.0883)}}.snow:nth-child(104){opacity:1.1184;transform:translate(72.8259vw,-10px) scale(.3404);animation:fall-104 21s -6s linear infinite}@keyframes fall-104{33.505%{transform:translate(67.5644vw,33.505vh) scale(.3404)}to{transform:translate(70.19515vw,99vh) scale(.3404)}}.snow:nth-child(105){opacity:.971;transform:translate(69.6563vw,-10px) scale(.4707);animation:fall-105 17s -16s linear infinite}@keyframes fall-105{36.205%{transform:translate(67.4187vw,36.205vh) scale(.4707)}to{transform:translate(68.5375vw,99vh) scale(.4707)}}.snow:nth-child(106){opacity:1.0136;transform:translate(85.5209vw,-10px) scale(.3925);animation:fall-106 11s -25s linear infinite}@keyframes fall-106{55.311%{transform:translate(82.1648vw,55.311vh) scale(.3925)}to{transform:translate(83.84285vw,99vh) scale(.3925)}}.snow:nth-child(107){opacity:1.1864;transform:translate(91.7488vw,-10px) scale(.2647);animation:fall-107 19s -25s linear infinite}@keyframes fall-107{36.765%{transform:translate(90.7518vw,36.765vh) scale(.2647)}to{transform:translate(91.2503vw,99vh) scale(.2647)}}.snow:nth-child(108){opacity:1.6528;transform:translate(7.3397vw,-10px) scale(.7377);animation:fall-108 16s -25s linear infinite}@keyframes fall-108{34.597%{transform:translate(9.4835vw,34.597vh) scale(.7377)}to{transform:translate(8.4116vw,99vh) scale(.7377)}}.snow:nth-child(109){opacity:1.7896;transform:translate(7.9564vw,-10px) scale(.3007);animation:fall-109 19s -19s linear infinite}@keyframes fall-109{59.798%{transform:translate(15.4685vw,59.798vh) scale(.3007)}to{transform:translate(11.71245vw,99vh) scale(.3007)}}.snow:nth-child(110){opacity:.8862;transform:translate(47.7411vw,-10px) scale(.7221);animation:fall-110 24s -2s linear infinite}@keyframes fall-110{64.857%{transform:translate(52.8772vw,64.857vh) scale(.7221)}to{transform:translate(50.30915vw,99vh) scale(.7221)}}.snow:nth-child(111){opacity:1.508;transform:translate(6.4171vw,-10px) scale(.0972);animation:fall-111 16s -29s linear infinite}@keyframes fall-111{65.231%{transform:translate(-1.0318vw,65.231vh) scale(.0972)}to{transform:translate(2.69265vw,99vh) scale(.0972)}}.snow:nth-child(112){opacity:1.7688;transform:translate(73.556vw,-10px) scale(.0006);animation:fall-112 27s -17s linear infinite}@keyframes fall-112{36.302%{transform:translate(73.0709vw,36.302vh) scale(.0006)}to{transform:translate(73.31345vw,99vh) scale(.0006)}}.snow:nth-child(113){opacity:.7378;transform:translate(65.1149vw,-10px) scale(.4642);animation:fall-113 29s -27s linear infinite}@keyframes fall-113{68.893%{transform:translate(69.5694vw,68.893vh) scale(.4642)}to{transform:translate(67.34215vw,99vh) scale(.4642)}}.snow:nth-child(114){opacity:1.0592;transform:translate(63.7374vw,-10px) scale(.3535);animation:fall-114 27s -7s linear infinite}@keyframes fall-114{38.107%{transform:translate(58.855vw,38.107vh) scale(.3535)}to{transform:translate(61.2962vw,99vh) scale(.3535)}}.snow:nth-child(115){opacity:1.4486;transform:translate(34.8548vw,-10px) scale(.0462);animation:fall-115 20s -14s linear infinite}@keyframes fall-115{71.107%{transform:translate(40.4497vw,71.107vh) scale(.0462)}to{transform:translate(37.65225vw,99vh) scale(.0462)}}.snow:nth-child(116){opacity:1.095;transform:translate(6.0255vw,-10px) scale(.8044);animation:fall-116 16s -17s linear infinite}@keyframes fall-116{65.651%{transform:translate(5.2839vw,65.651vh) scale(.8044)}to{transform:translate(5.6547vw,99vh) scale(.8044)}}.snow:nth-child(117){opacity:.993;transform:translate(53.8713vw,-10px) scale(.6098);animation:fall-117 21s -28s linear infinite}@keyframes fall-117{41.618%{transform:translate(47.6333vw,41.618vh) scale(.6098)}to{transform:translate(50.7523vw,99vh) scale(.6098)}}.snow:nth-child(118){opacity:.4404;transform:translate(66.6891vw,-10px) scale(.6073);animation:fall-118 17s -2s linear infinite}@keyframes fall-118{50.876%{transform:translate(70.445vw,50.876vh) scale(.6073)}to{transform:translate(68.56705vw,99vh) scale(.6073)}}.snow:nth-child(119){opacity:.4422;transform:translate(63.2096vw,-10px) scale(.9432);animation:fall-119 29s -14s linear infinite}@keyframes fall-119{78.8%{transform:translate(57.8569vw,78.8vh) scale(.9432)}to{transform:translate(60.53325vw,99vh) scale(.9432)}}.snow:nth-child(120){opacity:1.7882;transform:translate(78.2692vw,-10px) scale(.32);animation:fall-120 21s -13s linear infinite}@keyframes fall-120{77.539%{transform:translate(75.998vw,77.539vh) scale(.32)}to{transform:translate(77.1336vw,99vh) scale(.32)}}.snow:nth-child(121){opacity:.665;transform:translate(74.8554vw,-10px) scale(.8503);animation:fall-121 25s -25s linear infinite}@keyframes fall-121{79.577%{transform:translate(82.0364vw,79.577vh) scale(.8503)}to{transform:translate(78.4459vw,99vh) scale(.8503)}}.snow:nth-child(122){opacity:.4264;transform:translate(5.8562vw,-10px) scale(.957);animation:fall-122 18s -13s linear infinite}@keyframes fall-122{36.075%{transform:translate(11.0946vw,36.075vh) scale(.957)}to{transform:translate(8.4754vw,99vh) scale(.957)}}.snow:nth-child(123){opacity:.2604;transform:translate(67.4659vw,-10px) scale(.8881);animation:fall-123 12s -14s linear infinite}@keyframes fall-123{58.578%{transform:translate(71.7083vw,58.578vh) scale(.8881)}to{transform:translate(69.5871vw,99vh) scale(.8881)}}.snow:nth-child(124){opacity:.6226;transform:translate(75.9633vw,-10px) scale(.5515);animation:fall-124 24s -11s linear infinite}@keyframes fall-124{46.734%{transform:translate(69.1025vw,46.734vh) scale(.5515)}to{transform:translate(72.5329vw,99vh) scale(.5515)}}.snow:nth-child(125){opacity:.7322;transform:translate(98.7831vw,-10px) scale(.168);animation:fall-125 23s -14s linear infinite}@keyframes fall-125{50.699%{transform:translate(106.0723vw,50.699vh) scale(.168)}to{transform:translate(102.4277vw,99vh) scale(.168)}}.snow:nth-child(126){opacity:.2762;transform:translate(89.2753vw,-10px) scale(.923);animation:fall-126 26s -21s linear infinite}@keyframes fall-126{74.564%{transform:translate(92.5265vw,74.564vh) scale(.923)}to{transform:translate(90.9009vw,99vh) scale(.923)}}.snow:nth-child(127){opacity:1.8798;transform:translate(65.2021vw,-10px) scale(.9475);animation:fall-127 29s -1s linear infinite}@keyframes fall-127{46.52%{transform:translate(63.8211vw,46.52vh) scale(.9475)}to{transform:translate(64.5116vw,99vh) scale(.9475)}}.snow:nth-child(128){opacity:.4764;transform:translate(11.3402vw,-10px) scale(.3403);animation:fall-128 12s -27s linear infinite}@keyframes fall-128{35.012%{transform:translate(15.4014vw,35.012vh) scale(.3403)}to{transform:translate(13.3708vw,99vh) scale(.3403)}}.snow:nth-child(129){opacity:1.6646;transform:translate(77.0671vw,-10px) scale(.2849);animation:fall-129 11s -22s linear infinite}@keyframes fall-129{56.734%{transform:translate(71.5489vw,56.734vh) scale(.2849)}to{transform:translate(74.308vw,99vh) scale(.2849)}}.snow:nth-child(130){opacity:1.7476;transform:translate(64.3529vw,-10px) scale(.3945);animation:fall-130 23s -29s linear infinite}@keyframes fall-130{63.159%{transform:translate(73.4274vw,63.159vh) scale(.3945)}to{transform:translate(68.89015vw,99vh) scale(.3945)}}.snow:nth-child(131){opacity:1.1092;transform:translate(94.195vw,-10px) scale(.3475);animation:fall-131 30s -15s linear infinite}@keyframes fall-131{44.325%{transform:translate(85.8034vw,44.325vh) scale(.3475)}to{transform:translate(89.9992vw,99vh) scale(.3475)}}.snow:nth-child(132){opacity:.41;transform:translate(58.0759vw,-10px) scale(.2132);animation:fall-132 30s -12s linear infinite}@keyframes fall-132{43.312%{transform:translate(67.4775vw,43.312vh) scale(.2132)}to{transform:translate(62.7767vw,99vh) scale(.2132)}}.snow:nth-child(133){opacity:1.3344;transform:translate(17.4291vw,-10px) scale(.0117);animation:fall-133 26s -18s linear infinite}@keyframes fall-133{44.705%{transform:translate(7.461vw,44.705vh) scale(.0117)}to{transform:translate(12.44505vw,99vh) scale(.0117)}}.snow:nth-child(134){opacity:.1026;transform:translate(46.2843vw,-10px) scale(.2944);animation:fall-134 10s -3s linear infinite}@keyframes fall-134{62.105%{transform:translate(55.4789vw,62.105vh) scale(.2944)}to{transform:translate(50.8816vw,99vh) scale(.2944)}}.snow:nth-child(135){opacity:1.5278;transform:translate(30.8164vw,-10px) scale(.5672);animation:fall-135 12s -18s linear infinite}@keyframes fall-135{74.944%{transform:translate(23.1076vw,74.944vh) scale(.5672)}to{transform:translate(26.962vw,99vh) scale(.5672)}}.snow:nth-child(136){opacity:.512;transform:translate(25.5186vw,-10px) scale(.0747);animation:fall-136 17s -26s linear infinite}@keyframes fall-136{57.065%{transform:translate(22.279vw,57.065vh) scale(.0747)}to{transform:translate(23.8988vw,99vh) scale(.0747)}}.snow:nth-child(137){opacity:1.9496;transform:translate(32.7021vw,-10px) scale(.9439);animation:fall-137 12s -10s linear infinite}@keyframes fall-137{79.314%{transform:translate(27.615vw,79.314vh) scale(.9439)}to{transform:translate(30.15855vw,99vh) scale(.9439)}}.snow:nth-child(138){opacity:1.6344;transform:translate(82.185vw,-10px) scale(.6023);animation:fall-138 15s -20s linear infinite}@keyframes fall-138{44.332%{transform:translate(83.548vw,44.332vh) scale(.6023)}to{transform:translate(82.8665vw,99vh) scale(.6023)}}.snow:nth-child(139){opacity:1.5178;transform:translate(47.7186vw,-10px) scale(.4701);animation:fall-139 29s -23s linear infinite}@keyframes fall-139{65.404%{transform:translate(45.4095vw,65.404vh) scale(.4701)}to{transform:translate(46.56405vw,99vh) scale(.4701)}}.snow:nth-child(140){opacity:.8592;transform:translate(83.3358vw,-10px) scale(.5379);animation:fall-140 25s -13s linear infinite}@keyframes fall-140{72.372%{transform:translate(82.1015vw,72.372vh) scale(.5379)}to{transform:translate(82.71865vw,99vh) scale(.5379)}}.snow:nth-child(141){opacity:.9262;transform:translate(24.2473vw,-10px) scale(.0144);animation:fall-141 23s -3s linear infinite}@keyframes fall-141{48.662%{transform:translate(29.5912vw,48.662vh) scale(.0144)}to{transform:translate(26.91925vw,99vh) scale(.0144)}}.snow:nth-child(142){opacity:1.4848;transform:translate(42.0378vw,-10px) scale(.2874);animation:fall-142 10s -28s linear infinite}@keyframes fall-142{49.424%{transform:translate(34.7782vw,49.424vh) scale(.2874)}to{transform:translate(38.408vw,99vh) scale(.2874)}}.snow:nth-child(143){opacity:.6002;transform:translate(95.1892vw,-10px) scale(.5183);animation:fall-143 22s -11s linear infinite}@keyframes fall-143{68.323%{transform:translate(87.6423vw,68.323vh) scale(.5183)}to{transform:translate(91.41575vw,99vh) scale(.5183)}}.snow:nth-child(144){opacity:.3044;transform:translate(23.3244vw,-10px) scale(.7222);animation:fall-144 30s -18s linear infinite}@keyframes fall-144{63.066%{transform:translate(30.3147vw,63.066vh) scale(.7222)}to{transform:translate(26.81955vw,99vh) scale(.7222)}}.snow:nth-child(145){opacity:.483;transform:translate(80.1541vw,-10px) scale(.3029);animation:fall-145 23s -18s linear infinite}@keyframes fall-145{65.893%{transform:translate(73.5596vw,65.893vh) scale(.3029)}to{transform:translate(76.85685vw,99vh) scale(.3029)}}.snow:nth-child(146){opacity:.2686;transform:translate(93.5525vw,-10px) scale(.5114);animation:fall-146 22s -12s linear infinite}@keyframes fall-146{62.585%{transform:translate(83.582vw,62.585vh) scale(.5114)}to{transform:translate(88.56725vw,99vh) scale(.5114)}}.snow:nth-child(147){opacity:1.0134;transform:translate(35.327vw,-10px) scale(.7191);animation:fall-147 28s -30s linear infinite}@keyframes fall-147{36.315%{transform:translate(27.7857vw,36.315vh) scale(.7191)}to{transform:translate(31.55635vw,99vh) scale(.7191)}}.snow:nth-child(148){opacity:.782;transform:translate(86.3905vw,-10px) scale(.5332);animation:fall-148 14s -22s linear infinite}@keyframes fall-148{57.234%{transform:translate(80.3876vw,57.234vh) scale(.5332)}to{transform:translate(83.38905vw,99vh) scale(.5332)}}.snow:nth-child(149){opacity:1.3538;transform:translate(4.2364vw,-10px) scale(.2113);animation:fall-149 18s -19s linear infinite}@keyframes fall-149{79.793%{transform:translate(11.2035vw,79.793vh) scale(.2113)}to{transform:translate(7.71995vw,99vh) scale(.2113)}}.snow:nth-child(150){opacity:.7094;transform:translate(76.1499vw,-10px) scale(.7982);animation:fall-150 11s -23s linear infinite}@keyframes fall-150{73.851%{transform:translate(79.1582vw,73.851vh) scale(.7982)}to{transform:translate(77.65405vw,99vh) scale(.7982)}}.snow:nth-child(151){opacity:1.8998;transform:translate(55.7594vw,-10px) scale(.9683);animation:fall-151 26s -29s linear infinite}@keyframes fall-151{44.815%{transform:translate(53.526vw,44.815vh) scale(.9683)}to{transform:translate(54.6427vw,99vh) scale(.9683)}}.snow:nth-child(152){opacity:1.6056;transform:translate(6.7389vw,-10px) scale(.4394);animation:fall-152 14s -21s linear infinite}@keyframes fall-152{74.071%{transform:translate(9.1605vw,74.071vh) scale(.4394)}to{transform:translate(7.9497vw,99vh) scale(.4394)}}.snow:nth-child(153){opacity:1.1546;transform:translate(58.7988vw,-10px) scale(.7619);animation:fall-153 14s -12s linear infinite}@keyframes fall-153{60.469%{transform:translate(53.6905vw,60.469vh) scale(.7619)}to{transform:translate(56.24465vw,99vh) scale(.7619)}}.snow:nth-child(154){opacity:1.579;transform:translate(1.5202vw,-10px) scale(.69);animation:fall-154 26s -16s linear infinite}@keyframes fall-154{63.758%{transform:translate(-3.6242vw,63.758vh) scale(.69)}to{transform:translate(-1.052vw,99vh) scale(.69)}}.snow:nth-child(155){opacity:1.6726;transform:translate(26.4794vw,-10px) scale(.0863);animation:fall-155 18s -25s linear infinite}@keyframes fall-155{35.997%{transform:translate(21.9021vw,35.997vh) scale(.0863)}to{transform:translate(24.19075vw,99vh) scale(.0863)}}.snow:nth-child(156){opacity:1.7704;transform:translate(6.5719vw,-10px) scale(.1763);animation:fall-156 15s -10s linear infinite}@keyframes fall-156{67.871%{transform:translate(14.5144vw,67.871vh) scale(.1763)}to{transform:translate(10.54315vw,99vh) scale(.1763)}}.snow:nth-child(157){opacity:.3476;transform:translate(59.9672vw,-10px) scale(.8915);animation:fall-157 30s -18s linear infinite}@keyframes fall-157{46.91%{transform:translate(53.7332vw,46.91vh) scale(.8915)}to{transform:translate(56.8502vw,99vh) scale(.8915)}}.snow:nth-child(158){opacity:1.0108;transform:translate(46.0525vw,-10px) scale(.3718);animation:fall-158 28s -9s linear infinite}@keyframes fall-158{76.39%{transform:translate(52.1435vw,76.39vh) scale(.3718)}to{transform:translate(49.098vw,99vh) scale(.3718)}}.snow:nth-child(159){opacity:.2294;transform:translate(.3261vw,-10px) scale(.157);animation:fall-159 13s -22s linear infinite}@keyframes fall-159{33.24%{transform:translate(-1.1268vw,33.24vh) scale(.157)}to{transform:translate(-.40035vw,99vh) scale(.157)}}.snow:nth-child(160){opacity:.3202;transform:translate(31.4438vw,-10px) scale(.6484);animation:fall-160 19s -15s linear infinite}@keyframes fall-160{79.367%{transform:translate(30.4063vw,79.367vh) scale(.6484)}to{transform:translate(30.92505vw,99vh) scale(.6484)}}.snow:nth-child(161){opacity:.3416;transform:translate(3.9832vw,-10px) scale(.9555);animation:fall-161 17s -9s linear infinite}@keyframes fall-161{65.365%{transform:translate(9.7932vw,65.365vh) scale(.9555)}to{transform:translate(6.8882vw,99vh) scale(.9555)}}.snow:nth-child(162){opacity:.1146;transform:translate(96.8557vw,-10px) scale(.8033);animation:fall-162 26s -13s linear infinite}@keyframes fall-162{56.823%{transform:translate(103.0928vw,56.823vh) scale(.8033)}to{transform:translate(99.97425vw,99vh) scale(.8033)}}.snow:nth-child(163){opacity:.593;transform:translate(36.292vw,-10px) scale(.6342);animation:fall-163 21s -12s linear infinite}@keyframes fall-163{69.612%{transform:translate(31.2896vw,69.612vh) scale(.6342)}to{transform:translate(33.7908vw,99vh) scale(.6342)}}.snow:nth-child(164){opacity:.3014;transform:translate(16.9535vw,-10px) scale(.1361);animation:fall-164 20s -21s linear infinite}@keyframes fall-164{76.755%{transform:translate(8.2456vw,76.755vh) scale(.1361)}to{transform:translate(12.59955vw,99vh) scale(.1361)}}.snow:nth-child(165){opacity:.815;transform:translate(40.0856vw,-10px) scale(.5355);animation:fall-165 23s -2s linear infinite}@keyframes fall-165{70.726%{transform:translate(37.0208vw,70.726vh) scale(.5355)}to{transform:translate(38.5532vw,99vh) scale(.5355)}}.snow:nth-child(166){opacity:1.4532;transform:translate(65.7558vw,-10px) scale(.4944);animation:fall-166 17s -26s linear infinite}@keyframes fall-166{61.44%{transform:translate(61.6995vw,61.44vh) scale(.4944)}to{transform:translate(63.72765vw,99vh) scale(.4944)}}.snow:nth-child(167){opacity:.988;transform:translate(9.6031vw,-10px) scale(.7061);animation:fall-167 16s -10s linear infinite}@keyframes fall-167{65.113%{transform:translate(18.2821vw,65.113vh) scale(.7061)}to{transform:translate(13.9426vw,99vh) scale(.7061)}}.snow:nth-child(168){opacity:.1176;transform:translate(13.635vw,-10px) scale(.5323);animation:fall-168 10s -30s linear infinite}@keyframes fall-168{43.821%{transform:translate(8.0694vw,43.821vh) scale(.5323)}to{transform:translate(10.8522vw,99vh) scale(.5323)}}.snow:nth-child(169){opacity:1.882;transform:translate(80.3329vw,-10px) scale(.8536);animation:fall-169 24s -19s linear infinite}@keyframes fall-169{70.896%{transform:translate(83.5734vw,70.896vh) scale(.8536)}to{transform:translate(81.95315vw,99vh) scale(.8536)}}.snow:nth-child(170){opacity:1.9674;transform:translate(26.9417vw,-10px) scale(.8949);animation:fall-170 11s -21s linear infinite}@keyframes fall-170{34.811%{transform:translate(25.8337vw,34.811vh) scale(.8949)}to{transform:translate(26.3877vw,99vh) scale(.8949)}}.snow:nth-child(171){opacity:1.2654;transform:translate(67.225vw,-10px) scale(.3867);animation:fall-171 26s -17s linear infinite}@keyframes fall-171{72.421%{transform:translate(65.9793vw,72.421vh) scale(.3867)}to{transform:translate(66.60215vw,99vh) scale(.3867)}}.snow:nth-child(172){opacity:1.4196;transform:translate(86.3251vw,-10px) scale(.6865);animation:fall-172 19s -15s linear infinite}@keyframes fall-172{78.614%{transform:translate(81.0191vw,78.614vh) scale(.6865)}to{transform:translate(83.6721vw,99vh) scale(.6865)}}.snow:nth-child(173){opacity:1.6914;transform:translate(17.7769vw,-10px) scale(.8884);animation:fall-173 13s -28s linear infinite}@keyframes fall-173{41.164%{transform:translate(26.8944vw,41.164vh) scale(.8884)}to{transform:translate(22.33565vw,99vh) scale(.8884)}}.snow:nth-child(174){opacity:.1512;transform:translate(71.6214vw,-10px) scale(.4233);animation:fall-174 28s -6s linear infinite}@keyframes fall-174{51.773%{transform:translate(65.2062vw,51.773vh) scale(.4233)}to{transform:translate(68.4138vw,99vh) scale(.4233)}}.snow:nth-child(175){opacity:1.4356;transform:translate(54.6777vw,-10px) scale(.4231);animation:fall-175 18s -4s linear infinite}@keyframes fall-175{51.447%{transform:translate(62.8813vw,51.447vh) scale(.4231)}to{transform:translate(58.7795vw,99vh) scale(.4231)}}.snow:nth-child(176){opacity:1.4124;transform:translate(76.406vw,-10px) scale(.1032);animation:fall-176 11s -29s linear infinite}@keyframes fall-176{42.507%{transform:translate(68.0776vw,42.507vh) scale(.1032)}to{transform:translate(72.2418vw,99vh) scale(.1032)}}.snow:nth-child(177){opacity:.2786;transform:translate(66.0003vw,-10px) scale(.6572);animation:fall-177 28s -19s linear infinite}@keyframes fall-177{33.628%{transform:translate(56.658vw,33.628vh) scale(.6572)}to{transform:translate(61.32915vw,99vh) scale(.6572)}}.snow:nth-child(178){opacity:1.1522;transform:translate(85.8308vw,-10px) scale(.4413);animation:fall-178 28s -29s linear infinite}@keyframes fall-178{39.688%{transform:translate(83.8642vw,39.688vh) scale(.4413)}to{transform:translate(84.8475vw,99vh) scale(.4413)}}.snow:nth-child(179){opacity:1.9326;transform:translate(.0908vw,-10px) scale(.9064);animation:fall-179 23s -6s linear infinite}@keyframes fall-179{43.177%{transform:translate(.4354vw,43.177vh) scale(.9064)}to{transform:translate(.2631vw,99vh) scale(.9064)}}.snow:nth-child(180){opacity:.2244;transform:translate(69.9184vw,-10px) scale(.7881);animation:fall-180 23s -25s linear infinite}@keyframes fall-180{70.549%{transform:translate(75.8532vw,70.549vh) scale(.7881)}to{transform:translate(72.8858vw,99vh) scale(.7881)}}.snow:nth-child(181){opacity:1.6992;transform:translate(21.9788vw,-10px) scale(.7087);animation:fall-181 13s -8s linear infinite}@keyframes fall-181{34.6%{transform:translate(16.0362vw,34.6vh) scale(.7087)}to{transform:translate(19.0075vw,99vh) scale(.7087)}}.snow:nth-child(182){opacity:.9338;transform:translate(66.934vw,-10px) scale(.9493);animation:fall-182 30s -1s linear infinite}@keyframes fall-182{54.548%{transform:translate(60.7906vw,54.548vh) scale(.9493)}to{transform:translate(63.8623vw,99vh) scale(.9493)}}.snow:nth-child(183){opacity:1.8706;transform:translate(76.6549vw,-10px) scale(.8009);animation:fall-183 17s -16s linear infinite}@keyframes fall-183{35.167%{transform:translate(85.1674vw,35.167vh) scale(.8009)}to{transform:translate(80.91115vw,99vh) scale(.8009)}}.snow:nth-child(184){opacity:1.4876;transform:translate(11.6254vw,-10px) scale(.1042);animation:fall-184 17s -4s linear infinite}@keyframes fall-184{63.313%{transform:translate(19.0015vw,63.313vh) scale(.1042)}to{transform:translate(15.31345vw,99vh) scale(.1042)}}.snow:nth-child(185){opacity:1.6058;transform:translate(69.7037vw,-10px) scale(.3054);animation:fall-185 26s -24s linear infinite}@keyframes fall-185{52.568%{transform:translate(61.3322vw,52.568vh) scale(.3054)}to{transform:translate(65.51795vw,99vh) scale(.3054)}}.snow:nth-child(186){opacity:.8494;transform:translate(33.1868vw,-10px) scale(.1087);animation:fall-186 30s -10s linear infinite}@keyframes fall-186{75.311%{transform:translate(32.2198vw,75.311vh) scale(.1087)}to{transform:translate(32.7033vw,99vh) scale(.1087)}}.snow:nth-child(187){opacity:1.8858;transform:translate(92.9604vw,-10px) scale(.9211);animation:fall-187 22s -23s linear infinite}@keyframes fall-187{43.407%{transform:translate(101.5426vw,43.407vh) scale(.9211)}to{transform:translate(97.2515vw,99vh) scale(.9211)}}.snow:nth-child(188){opacity:1.8786;transform:translate(98.4513vw,-10px) scale(.0123);animation:fall-188 17s -23s linear infinite}@keyframes fall-188{65.416%{transform:translate(91.0507vw,65.416vh) scale(.0123)}to{transform:translate(94.751vw,99vh) scale(.0123)}}.snow:nth-child(189){opacity:.1072;transform:translate(76.6947vw,-10px) scale(.3038);animation:fall-189 12s -21s linear infinite}@keyframes fall-189{50.439%{transform:translate(70.3973vw,50.439vh) scale(.3038)}to{transform:translate(73.546vw,99vh) scale(.3038)}}.snow:nth-child(190){opacity:1.3476;transform:translate(2.6761vw,-10px) scale(.4315);animation:fall-190 19s -2s linear infinite}@keyframes fall-190{54.801%{transform:translate(.0895vw,54.801vh) scale(.4315)}to{transform:translate(1.3828vw,99vh) scale(.4315)}}.snow:nth-child(191){opacity:1.086;transform:translate(86.4128vw,-10px) scale(.3841);animation:fall-191 17s -14s linear infinite}@keyframes fall-191{41.3%{transform:translate(83.0875vw,41.3vh) scale(.3841)}to{transform:translate(84.75015vw,99vh) scale(.3841)}}.snow:nth-child(192){opacity:.6342;transform:translate(62.9598vw,-10px) scale(.2462);animation:fall-192 12s -7s linear infinite}@keyframes fall-192{75.834%{transform:translate(55.3244vw,75.834vh) scale(.2462)}to{transform:translate(59.1421vw,99vh) scale(.2462)}}.snow:nth-child(193){opacity:1.8118;transform:translate(95.2841vw,-10px) scale(.3857);animation:fall-193 10s -1s linear infinite}@keyframes fall-193{50.569%{transform:translate(92.2312vw,50.569vh) scale(.3857)}to{transform:translate(93.75765vw,99vh) scale(.3857)}}.snow:nth-child(194){opacity:.203;transform:translate(52.0867vw,-10px) scale(.4345);animation:fall-194 30s -29s linear infinite}@keyframes fall-194{79.8%{transform:translate(45.8539vw,79.8vh) scale(.4345)}to{transform:translate(48.9703vw,99vh) scale(.4345)}}.snow:nth-child(195){opacity:.9622;transform:translate(98.0933vw,-10px) scale(.0379);animation:fall-195 23s -7s linear infinite}@keyframes fall-195{77.047%{transform:translate(96.7552vw,77.047vh) scale(.0379)}to{transform:translate(97.42425vw,99vh) scale(.0379)}}.snow:nth-child(196){opacity:1.1802;transform:translate(89.0917vw,-10px) scale(.7428);animation:fall-196 25s -7s linear infinite}@keyframes fall-196{76.025%{transform:translate(82.9334vw,76.025vh) scale(.7428)}to{transform:translate(86.01255vw,99vh) scale(.7428)}}.snow:nth-child(197){opacity:.6262;transform:translate(42.5245vw,-10px) scale(.6298);animation:fall-197 19s -3s linear infinite}@keyframes fall-197{61.09%{transform:translate(34.3252vw,61.09vh) scale(.6298)}to{transform:translate(38.42485vw,99vh) scale(.6298)}}.snow:nth-child(198){opacity:1.896;transform:translate(51.8988vw,-10px) scale(.6687);animation:fall-198 19s -10s linear infinite}@keyframes fall-198{43.854%{transform:translate(45.1531vw,43.854vh) scale(.6687)}to{transform:translate(48.52595vw,99vh) scale(.6687)}}.snow:nth-child(199){opacity:.8016;transform:translate(60.337vw,-10px) scale(.5844);animation:fall-199 26s -8s linear infinite}@keyframes fall-199{75.042%{transform:translate(69.1626vw,75.042vh) scale(.5844)}to{transform:translate(64.7498vw,99vh) scale(.5844)}}.snow:nth-child(200){opacity:1.942;transform:translate(41.6328vw,-10px) scale(.397);animation:fall-200 13s -28s linear infinite}@keyframes fall-200{50.482%{transform:translate(34.8067vw,50.482vh) scale(.397)}to{transform:translate(38.21975vw,99vh) scale(.397)}}.snow:nth-child(201){opacity:1.4836;transform:translate(59.9957vw,-10px) scale(.1977);animation:fall-201 20s -10s linear infinite}@keyframes fall-201{30.183%{transform:translate(62.4233vw,30.183vh) scale(.1977)}to{transform:translate(61.2095vw,99vh) scale(.1977)}}.snow:nth-child(202){opacity:1.1578;transform:translate(66.8526vw,-10px) scale(.7327);animation:fall-202 21s -18s linear infinite}@keyframes fall-202{64.802%{transform:translate(72.7161vw,64.802vh) scale(.7327)}to{transform:translate(69.78435vw,99vh) scale(.7327)}}.snow:nth-child(203){opacity:1.2762;transform:translate(12.0114vw,-10px) scale(.4213);animation:fall-203 18s -5s linear infinite}@keyframes fall-203{77.359%{transform:translate(10.9241vw,77.359vh) scale(.4213)}to{transform:translate(11.46775vw,99vh) scale(.4213)}}.snow:nth-child(204){opacity:.0306;transform:translate(29.2682vw,-10px) scale(.7672);animation:fall-204 17s -28s linear infinite}@keyframes fall-204{31.453%{transform:translate(36.4301vw,31.453vh) scale(.7672)}to{transform:translate(32.84915vw,99vh) scale(.7672)}}.snow:nth-child(205){opacity:1.2692;transform:translate(49.3792vw,-10px) scale(.938);animation:fall-205 26s -20s linear infinite}@keyframes fall-205{43.036%{transform:translate(43.4798vw,43.036vh) scale(.938)}to{transform:translate(46.4295vw,99vh) scale(.938)}}.snow:nth-child(206){opacity:.1302;transform:translate(76.1143vw,-10px) scale(.3494);animation:fall-206 21s -22s linear infinite}@keyframes fall-206{40.62%{transform:translate(75.5389vw,40.62vh) scale(.3494)}to{transform:translate(75.8266vw,99vh) scale(.3494)}}.snow:nth-child(207){opacity:.8716;transform:translate(18.4145vw,-10px) scale(.0797);animation:fall-207 15s -22s linear infinite}@keyframes fall-207{60.37%{transform:translate(23.1812vw,60.37vh) scale(.0797)}to{transform:translate(20.79785vw,99vh) scale(.0797)}}.snow:nth-child(208){opacity:1.5444;transform:translate(92.9707vw,-10px) scale(.8811);animation:fall-208 18s -18s linear infinite}@keyframes fall-208{52.019%{transform:translate(85.0749vw,52.019vh) scale(.8811)}to{transform:translate(89.0228vw,99vh) scale(.8811)}}.snow:nth-child(209){opacity:.285;transform:translate(13.2145vw,-10px) scale(.8588);animation:fall-209 23s -22s linear infinite}@keyframes fall-209{46.929%{transform:translate(20.32vw,46.929vh) scale(.8588)}to{transform:translate(16.76725vw,99vh) scale(.8588)}}.snow:nth-child(210){opacity:1.0938;transform:translate(1.2985vw,-10px) scale(.0828);animation:fall-210 19s -12s linear infinite}@keyframes fall-210{58.5%{transform:translate(-8.0706vw,58.5vh) scale(.0828)}to{transform:translate(-3.38605vw,99vh) scale(.0828)}}.snow:nth-child(211){opacity:.9144;transform:translate(14.6063vw,-10px) scale(.0188);animation:fall-211 17s -19s linear infinite}@keyframes fall-211{54.007%{transform:translate(20.3836vw,54.007vh) scale(.0188)}to{transform:translate(17.49495vw,99vh) scale(.0188)}}.snow:nth-child(212){opacity:1.463;transform:translate(57.5839vw,-10px) scale(.3642);animation:fall-212 14s -1s linear infinite}@keyframes fall-212{79.052%{transform:translate(50.1651vw,79.052vh) scale(.3642)}to{transform:translate(53.8745vw,99vh) scale(.3642)}}.snow:nth-child(213){opacity:.989;transform:translate(98.0094vw,-10px) scale(.8089);animation:fall-213 13s -12s linear infinite}@keyframes fall-213{59.868%{transform:translate(93.4904vw,59.868vh) scale(.8089)}to{transform:translate(95.7499vw,99vh) scale(.8089)}}.snow:nth-child(214){opacity:1.3016;transform:translate(48.146vw,-10px) scale(.6638);animation:fall-214 12s -21s linear infinite}@keyframes fall-214{77.947%{transform:translate(43.0044vw,77.947vh) scale(.6638)}to{transform:translate(45.5752vw,99vh) scale(.6638)}}.snow:nth-child(215){opacity:1.9358;transform:translate(43.6028vw,-10px) scale(.3264);animation:fall-215 23s -3s linear infinite}@keyframes fall-215{53.291%{transform:translate(52.2736vw,53.291vh) scale(.3264)}to{transform:translate(47.9382vw,99vh) scale(.3264)}}.snow:nth-child(216){opacity:.9096;transform:translate(26.2627vw,-10px) scale(.2214);animation:fall-216 18s -23s linear infinite}@keyframes fall-216{35.629%{transform:translate(35.1826vw,35.629vh) scale(.2214)}to{transform:translate(30.72265vw,99vh) scale(.2214)}}.snow:nth-child(217){opacity:1.4074;transform:translate(76.3236vw,-10px) scale(.0544);animation:fall-217 12s -10s linear infinite}@keyframes fall-217{77.212%{transform:translate(72.0034vw,77.212vh) scale(.0544)}to{transform:translate(74.1635vw,99vh) scale(.0544)}}.snow:nth-child(218){opacity:1.845;transform:translate(43.5853vw,-10px) scale(.3889);animation:fall-218 29s -12s linear infinite}@keyframes fall-218{46.546%{transform:translate(43.5807vw,46.546vh) scale(.3889)}to{transform:translate(43.583vw,99vh) scale(.3889)}}.snow:nth-child(219){opacity:.7394;transform:translate(70.7304vw,-10px) scale(.2641);animation:fall-219 18s -30s linear infinite}@keyframes fall-219{40.122%{transform:translate(76.6122vw,40.122vh) scale(.2641)}to{transform:translate(73.6713vw,99vh) scale(.2641)}}.snow:nth-child(220){opacity:1.077;transform:translate(34.0396vw,-10px) scale(.469);animation:fall-220 22s -19s linear infinite}@keyframes fall-220{31.552%{transform:translate(27.047vw,31.552vh) scale(.469)}to{transform:translate(30.5433vw,99vh) scale(.469)}}.snow:nth-child(221){opacity:1.86;transform:translate(95.9863vw,-10px) scale(.1699);animation:fall-221 28s -9s linear infinite}@keyframes fall-221{56.882%{transform:translate(94.1131vw,56.882vh) scale(.1699)}to{transform:translate(95.0497vw,99vh) scale(.1699)}}.snow:nth-child(222){opacity:.601;transform:translate(1.1589vw,-10px) scale(.4363);animation:fall-222 29s -24s linear infinite}@keyframes fall-222{42.948%{transform:translate(-5.7711vw,42.948vh) scale(.4363)}to{transform:translate(-2.3061vw,99vh) scale(.4363)}}.snow:nth-child(223){opacity:1.946;transform:translate(43.6152vw,-10px) scale(.947);animation:fall-223 26s -9s linear infinite}@keyframes fall-223{51.181%{transform:translate(44.006vw,51.181vh) scale(.947)}to{transform:translate(43.8106vw,99vh) scale(.947)}}.snow:nth-child(224){opacity:1.0632;transform:translate(4.844vw,-10px) scale(.7945);animation:fall-224 15s -19s linear infinite}@keyframes fall-224{42.953%{transform:translate(8.8505vw,42.953vh) scale(.7945)}to{transform:translate(6.84725vw,99vh) scale(.7945)}}.snow:nth-child(225){opacity:1.637;transform:translate(8.293vw,-10px) scale(.9504);animation:fall-225 14s -6s linear infinite}@keyframes fall-225{79.448%{transform:translate(16.3661vw,79.448vh) scale(.9504)}to{transform:translate(12.32955vw,99vh) scale(.9504)}}.snow:nth-child(226){opacity:1.681;transform:translate(18.2109vw,-10px) scale(.4212);animation:fall-226 24s -7s linear infinite}@keyframes fall-226{76.396%{transform:translate(20.6789vw,76.396vh) scale(.4212)}to{transform:translate(19.4449vw,99vh) scale(.4212)}}.snow:nth-child(227){opacity:1.2258;transform:translate(68.8171vw,-10px) scale(.1415);animation:fall-227 19s -18s linear infinite}@keyframes fall-227{44.053%{transform:translate(74.1006vw,44.053vh) scale(.1415)}to{transform:translate(71.45885vw,99vh) scale(.1415)}}.snow:nth-child(228){opacity:.7082;transform:translate(76.2159vw,-10px) scale(.9758);animation:fall-228 20s -15s linear infinite}@keyframes fall-228{45.921%{transform:translate(80.385vw,45.921vh) scale(.9758)}to{transform:translate(78.30045vw,99vh) scale(.9758)}}.snow:nth-child(229){opacity:.7056;transform:translate(52.4634vw,-10px) scale(.7457);animation:fall-229 18s -21s linear infinite}@keyframes fall-229{49.725%{transform:translate(52.4586vw,49.725vh) scale(.7457)}to{transform:translate(52.461vw,99vh) scale(.7457)}}.snow:nth-child(230){opacity:1.1326;transform:translate(19.8017vw,-10px) scale(.1097);animation:fall-230 27s -15s linear infinite}@keyframes fall-230{49.624%{transform:translate(13.6474vw,49.624vh) scale(.1097)}to{transform:translate(16.72455vw,99vh) scale(.1097)}}.snow:nth-child(231){opacity:1.8368;transform:translate(91.3834vw,-10px) scale(.1794);animation:fall-231 14s -16s linear infinite}@keyframes fall-231{48.269%{transform:translate(84.392vw,48.269vh) scale(.1794)}to{transform:translate(87.8877vw,99vh) scale(.1794)}}.snow:nth-child(232){opacity:.8224;transform:translate(80.6187vw,-10px) scale(.121);animation:fall-232 21s -1s linear infinite}@keyframes fall-232{38.441%{transform:translate(75.1876vw,38.441vh) scale(.121)}to{transform:translate(77.90315vw,99vh) scale(.121)}}.snow:nth-child(233){opacity:1.0372;transform:translate(4.2137vw,-10px) scale(.3677);animation:fall-233 17s -10s linear infinite}@keyframes fall-233{50.847%{transform:translate(-2.9873vw,50.847vh) scale(.3677)}to{transform:translate(.6132vw,99vh) scale(.3677)}}.snow:nth-child(234){opacity:.4146;transform:translate(49.6462vw,-10px) scale(.0505);animation:fall-234 23s -3s linear infinite}@keyframes fall-234{61.583%{transform:translate(45.1718vw,61.583vh) scale(.0505)}to{transform:translate(47.409vw,99vh) scale(.0505)}}.snow:nth-child(235){opacity:1.2402;transform:translate(40.8696vw,-10px) scale(.7754);animation:fall-235 11s -29s linear infinite}@keyframes fall-235{34.89%{transform:translate(36.2676vw,34.89vh) scale(.7754)}to{transform:translate(38.5686vw,99vh) scale(.7754)}}.snow:nth-child(236){opacity:.251;transform:translate(3.0687vw,-10px) scale(.3519);animation:fall-236 26s -12s linear infinite}@keyframes fall-236{42.945%{transform:translate(3.8193vw,42.945vh) scale(.3519)}to{transform:translate(3.444vw,99vh) scale(.3519)}}.snow:nth-child(237){opacity:.952;transform:translate(68.0021vw,-10px) scale(.9192);animation:fall-237 18s -21s linear infinite}@keyframes fall-237{56.243%{transform:translate(76.4252vw,56.243vh) scale(.9192)}to{transform:translate(72.21365vw,99vh) scale(.9192)}}.snow:nth-child(238){opacity:.9216;transform:translate(40.4641vw,-10px) scale(.6111);animation:fall-238 15s -23s linear infinite}@keyframes fall-238{77.081%{transform:translate(33.3633vw,77.081vh) scale(.6111)}to{transform:translate(36.9137vw,99vh) scale(.6111)}}.snow:nth-child(239){opacity:.1492;transform:translate(33.9093vw,-10px) scale(.6303);animation:fall-239 16s -24s linear infinite}@keyframes fall-239{76.507%{transform:translate(28.7684vw,76.507vh) scale(.6303)}to{transform:translate(31.33885vw,99vh) scale(.6303)}}.snow:nth-child(240){opacity:1.136;transform:translate(4.0757vw,-10px) scale(.4499);animation:fall-240 29s -28s linear infinite}@keyframes fall-240{73.508%{transform:translate(12.744vw,73.508vh) scale(.4499)}to{transform:translate(8.40985vw,99vh) scale(.4499)}}.snow:nth-child(241){opacity:1.107;transform:translate(34.4857vw,-10px) scale(.1186);animation:fall-241 11s -15s linear infinite}@keyframes fall-241{31.176%{transform:translate(40.7336vw,31.176vh) scale(.1186)}to{transform:translate(37.60965vw,99vh) scale(.1186)}}.snow:nth-child(242){opacity:1.1194;transform:translate(19.8559vw,-10px) scale(.0809);animation:fall-242 16s -25s linear infinite}@keyframes fall-242{52.756%{transform:translate(18.411vw,52.756vh) scale(.0809)}to{transform:translate(19.13345vw,99vh) scale(.0809)}}.snow:nth-child(243){opacity:.318;transform:translate(74.0779vw,-10px) scale(.8997);animation:fall-243 12s -23s linear infinite}@keyframes fall-243{42.855%{transform:translate(64.5536vw,42.855vh) scale(.8997)}to{transform:translate(69.31575vw,99vh) scale(.8997)}}.snow:nth-child(244){opacity:1.6852;transform:translate(11.6378vw,-10px) scale(.4965);animation:fall-244 22s -30s linear infinite}@keyframes fall-244{79.514%{transform:translate(12.2175vw,79.514vh) scale(.4965)}to{transform:translate(11.92765vw,99vh) scale(.4965)}}.snow:nth-child(245){opacity:.6966;transform:translate(51.9417vw,-10px) scale(.6819);animation:fall-245 25s -15s linear infinite}@keyframes fall-245{55.606%{transform:translate(52.0997vw,55.606vh) scale(.6819)}to{transform:translate(52.0207vw,99vh) scale(.6819)}}.snow:nth-child(246){opacity:1.8352;transform:translate(7.8332vw,-10px) scale(.8635);animation:fall-246 28s -8s linear infinite}@keyframes fall-246{34.191%{transform:translate(4.051vw,34.191vh) scale(.8635)}to{transform:translate(5.9421vw,99vh) scale(.8635)}}.snow:nth-child(247){opacity:1.2262;transform:translate(67.9702vw,-10px) scale(.4455);animation:fall-247 18s -4s linear infinite}@keyframes fall-247{31.589%{transform:translate(61.0347vw,31.589vh) scale(.4455)}to{transform:translate(64.50245vw,99vh) scale(.4455)}}.snow:nth-child(248){opacity:.4678;transform:translate(72.5011vw,-10px) scale(.0019);animation:fall-248 16s -4s linear infinite}@keyframes fall-248{62.772%{transform:translate(77.7085vw,62.772vh) scale(.0019)}to{transform:translate(75.1048vw,99vh) scale(.0019)}}.snow:nth-child(249){opacity:.9246;transform:translate(3.4216vw,-10px) scale(.0195);animation:fall-249 21s -21s linear infinite}@keyframes fall-249{46.045%{transform:translate(9.7068vw,46.045vh) scale(.0195)}to{transform:translate(6.5642vw,99vh) scale(.0195)}}.snow:nth-child(250){opacity:1.2538;transform:translate(36.7743vw,-10px) scale(.7867);animation:fall-250 19s -11s linear infinite}@keyframes fall-250{35.416%{transform:translate(35.9446vw,35.416vh) scale(.7867)}to{transform:translate(36.35945vw,99vh) scale(.7867)}}.snow:nth-child(251){opacity:.9154;transform:translate(35.2363vw,-10px) scale(.3314);animation:fall-251 13s -2s linear infinite}@keyframes fall-251{42.258%{transform:translate(35.844vw,42.258vh) scale(.3314)}to{transform:translate(35.54015vw,99vh) scale(.3314)}}.snow:nth-child(252){opacity:.3588;transform:translate(54.5165vw,-10px) scale(.5647);animation:fall-252 18s -6s linear infinite}@keyframes fall-252{63.367%{transform:translate(48.0026vw,63.367vh) scale(.5647)}to{transform:translate(51.25955vw,99vh) scale(.5647)}}.snow:nth-child(253){opacity:1.6446;transform:translate(35.9715vw,-10px) scale(.0149);animation:fall-253 25s -19s linear infinite}@keyframes fall-253{67.265%{transform:translate(43.2204vw,67.265vh) scale(.0149)}to{transform:translate(39.59595vw,99vh) scale(.0149)}}.snow:nth-child(254){opacity:.5142;transform:translate(90.8278vw,-10px) scale(.7528);animation:fall-254 19s -10s linear infinite}@keyframes fall-254{61.771%{transform:translate(98.9388vw,61.771vh) scale(.7528)}to{transform:translate(94.8833vw,99vh) scale(.7528)}}.snow:nth-child(255){opacity:.743;transform:translate(1.8442vw,-10px) scale(.0805);animation:fall-255 20s -24s linear infinite}@keyframes fall-255{61.843%{transform:translate(7.319vw,61.843vh) scale(.0805)}to{transform:translate(4.5816vw,99vh) scale(.0805)}}.snow:nth-child(256){opacity:.855;transform:translate(17.2764vw,-10px) scale(.3627);animation:fall-256 16s -25s linear infinite}@keyframes fall-256{63.845%{transform:translate(17.9815vw,63.845vh) scale(.3627)}to{transform:translate(17.62895vw,99vh) scale(.3627)}}.snow:nth-child(257){opacity:.6796;transform:translate(3.1427vw,-10px) scale(.825);animation:fall-257 13s -25s linear infinite}@keyframes fall-257{66.835%{transform:translate(.6646vw,66.835vh) scale(.825)}to{transform:translate(1.90365vw,99vh) scale(.825)}}.snow:nth-child(258){opacity:1.1362;transform:translate(59.5761vw,-10px) scale(.7265);animation:fall-258 26s -27s linear infinite}@keyframes fall-258{68.922%{transform:translate(66.2532vw,68.922vh) scale(.7265)}to{transform:translate(62.91465vw,99vh) scale(.7265)}}.snow:nth-child(259){opacity:1.5912;transform:translate(28.458vw,-10px) scale(.7115);animation:fall-259 18s -29s linear infinite}@keyframes fall-259{71.607%{transform:translate(19.5337vw,71.607vh) scale(.7115)}to{transform:translate(23.99585vw,99vh) scale(.7115)}}.snow:nth-child(260){opacity:1.6534;transform:translate(54.5443vw,-10px) scale(.3863);animation:fall-260 22s -15s linear infinite}@keyframes fall-260{68.07%{transform:translate(56.1632vw,68.07vh) scale(.3863)}to{transform:translate(55.35375vw,99vh) scale(.3863)}}.snow:nth-child(261){opacity:1.3128;transform:translate(38.7647vw,-10px) scale(.7409);animation:fall-261 10s -11s linear infinite}@keyframes fall-261{46.388%{transform:translate(38.1304vw,46.388vh) scale(.7409)}to{transform:translate(38.44755vw,99vh) scale(.7409)}}.snow:nth-child(262){opacity:1.671;transform:translate(26.108vw,-10px) scale(.564);animation:fall-262 29s -2s linear infinite}@keyframes fall-262{37.495%{transform:translate(23.7738vw,37.495vh) scale(.564)}to{transform:translate(24.9409vw,99vh) scale(.564)}}.snow:nth-child(263){opacity:1.5284;transform:translate(54.9309vw,-10px) scale(.4298);animation:fall-263 10s -25s linear infinite}@keyframes fall-263{35.399%{transform:translate(54.9283vw,35.399vh) scale(.4298)}to{transform:translate(54.9296vw,99vh) scale(.4298)}}.snow:nth-child(264){opacity:.7492;transform:translate(9.4867vw,-10px) scale(.5354);animation:fall-264 11s -8s linear infinite}@keyframes fall-264{71.624%{transform:translate(11.3186vw,71.624vh) scale(.5354)}to{transform:translate(10.40265vw,99vh) scale(.5354)}}.snow:nth-child(265){opacity:.2362;transform:translate(22.3916vw,-10px) scale(.5203);animation:fall-265 20s -29s linear infinite}@keyframes fall-265{49.659%{transform:translate(31.949vw,49.659vh) scale(.5203)}to{transform:translate(27.1703vw,99vh) scale(.5203)}}.snow:nth-child(266){opacity:1.398;transform:translate(38.4303vw,-10px) scale(.6716);animation:fall-266 18s -27s linear infinite}@keyframes fall-266{32.268%{transform:translate(31.938vw,32.268vh) scale(.6716)}to{transform:translate(35.18415vw,99vh) scale(.6716)}}.snow:nth-child(267){opacity:.4922;transform:translate(62.3655vw,-10px) scale(.4241);animation:fall-267 15s -16s linear infinite}@keyframes fall-267{32.456%{transform:translate(68.0529vw,32.456vh) scale(.4241)}to{transform:translate(65.2092vw,99vh) scale(.4241)}}.snow:nth-child(268){opacity:1.6736;transform:translate(30.4952vw,-10px) scale(.5505);animation:fall-268 24s -2s linear infinite}@keyframes fall-268{58.8%{transform:translate(29.882vw,58.8vh) scale(.5505)}to{transform:translate(30.1886vw,99vh) scale(.5505)}}.snow:nth-child(269){opacity:.851;transform:translate(85.6612vw,-10px) scale(.6945);animation:fall-269 25s -11s linear infinite}@keyframes fall-269{63.789%{transform:translate(83.1324vw,63.789vh) scale(.6945)}to{transform:translate(84.3968vw,99vh) scale(.6945)}}.snow:nth-child(270){opacity:.4024;transform:translate(62.105vw,-10px) scale(.732);animation:fall-270 19s -13s linear infinite}@keyframes fall-270{44.893%{transform:translate(55.6524vw,44.893vh) scale(.732)}to{transform:translate(58.8787vw,99vh) scale(.732)}}.snow:nth-child(271){opacity:1.0156;transform:translate(64.3717vw,-10px) scale(.1674);animation:fall-271 28s -29s linear infinite}@keyframes fall-271{50.862%{transform:translate(74.2168vw,50.862vh) scale(.1674)}to{transform:translate(69.29425vw,99vh) scale(.1674)}}.snow:nth-child(272){opacity:.433;transform:translate(67.507vw,-10px) scale(.7176);animation:fall-272 12s -20s linear infinite}@keyframes fall-272{78.76%{transform:translate(74.8146vw,78.76vh) scale(.7176)}to{transform:translate(71.1608vw,99vh) scale(.7176)}}.snow:nth-child(273){opacity:.4094;transform:translate(91.1281vw,-10px) scale(.7667);animation:fall-273 27s -25s linear infinite}@keyframes fall-273{62.003%{transform:translate(98.1639vw,62.003vh) scale(.7667)}to{transform:translate(94.646vw,99vh) scale(.7667)}}.snow:nth-child(274){opacity:.9364;transform:translate(74.6743vw,-10px) scale(.108);animation:fall-274 30s -12s linear infinite}@keyframes fall-274{47.883%{transform:translate(66.2865vw,47.883vh) scale(.108)}to{transform:translate(70.4804vw,99vh) scale(.108)}}.snow:nth-child(275){opacity:.079;transform:translate(23.3387vw,-10px) scale(.6621);animation:fall-275 27s -5s linear infinite}@keyframes fall-275{55.148%{transform:translate(24.1951vw,55.148vh) scale(.6621)}to{transform:translate(23.7669vw,99vh) scale(.6621)}}.snow:nth-child(276){opacity:1.963;transform:translate(82.6864vw,-10px) scale(.911);animation:fall-276 12s -21s linear infinite}@keyframes fall-276{30.285%{transform:translate(81.7122vw,30.285vh) scale(.911)}to{transform:translate(82.1993vw,99vh) scale(.911)}}.snow:nth-child(277){opacity:.1924;transform:translate(23.5901vw,-10px) scale(.6465);animation:fall-277 30s -13s linear infinite}@keyframes fall-277{38.294%{transform:translate(21.1125vw,38.294vh) scale(.6465)}to{transform:translate(22.3513vw,99vh) scale(.6465)}}.snow:nth-child(278){opacity:1.122;transform:translate(56.1251vw,-10px) scale(.3867);animation:fall-278 27s -23s linear infinite}@keyframes fall-278{31.756%{transform:translate(57.6918vw,31.756vh) scale(.3867)}to{transform:translate(56.90845vw,99vh) scale(.3867)}}.snow:nth-child(279){opacity:1.1762;transform:translate(72.115vw,-10px) scale(.0154);animation:fall-279 10s -26s linear infinite}@keyframes fall-279{49.062%{transform:translate(82.0506vw,49.062vh) scale(.0154)}to{transform:translate(77.0828vw,99vh) scale(.0154)}}.snow:nth-child(280){opacity:.8798;transform:translate(10.7073vw,-10px) scale(.3121);animation:fall-280 26s -24s linear infinite}@keyframes fall-280{50.24%{transform:translate(14.5573vw,50.24vh) scale(.3121)}to{transform:translate(12.6323vw,99vh) scale(.3121)}}.snow:nth-child(281){opacity:1.3572;transform:translate(88.73vw,-10px) scale(.9655);animation:fall-281 18s -23s linear infinite}@keyframes fall-281{31.297%{transform:translate(96.927vw,31.297vh) scale(.9655)}to{transform:translate(92.8285vw,99vh) scale(.9655)}}.snow:nth-child(282){opacity:1.8266;transform:translate(24.5791vw,-10px) scale(.0072);animation:fall-282 18s -10s linear infinite}@keyframes fall-282{54.346%{transform:translate(27.8458vw,54.346vh) scale(.0072)}to{transform:translate(26.21245vw,99vh) scale(.0072)}}.snow:nth-child(283){opacity:.1412;transform:translate(73.1348vw,-10px) scale(.5508);animation:fall-283 23s -8s linear infinite}@keyframes fall-283{70.448%{transform:translate(78.4615vw,70.448vh) scale(.5508)}to{transform:translate(75.79815vw,99vh) scale(.5508)}}.snow:nth-child(284){opacity:.9978;transform:translate(70.5156vw,-10px) scale(.2728);animation:fall-284 17s -21s linear infinite}@keyframes fall-284{79.24%{transform:translate(71.9282vw,79.24vh) scale(.2728)}to{transform:translate(71.2219vw,99vh) scale(.2728)}}.snow:nth-child(285){opacity:1.784;transform:translate(41.972vw,-10px) scale(.0529);animation:fall-285 17s -8s linear infinite}@keyframes fall-285{38.654%{transform:translate(50.7801vw,38.654vh) scale(.0529)}to{transform:translate(46.37605vw,99vh) scale(.0529)}}.snow:nth-child(286){opacity:.1134;transform:translate(10.0205vw,-10px) scale(.9405);animation:fall-286 22s -15s linear infinite}@keyframes fall-286{62.86%{transform:translate(14.4568vw,62.86vh) scale(.9405)}to{transform:translate(12.23865vw,99vh) scale(.9405)}}.snow:nth-child(287){opacity:.403;transform:translate(53.2751vw,-10px) scale(.5955);animation:fall-287 22s -29s linear infinite}@keyframes fall-287{50.107%{transform:translate(43.7643vw,50.107vh) scale(.5955)}to{transform:translate(48.5197vw,99vh) scale(.5955)}}.snow:nth-child(288){opacity:1.8022;transform:translate(91.3407vw,-10px) scale(.0229);animation:fall-288 11s -10s linear infinite}@keyframes fall-288{46.631%{transform:translate(85.3811vw,46.631vh) scale(.0229)}to{transform:translate(88.3609vw,99vh) scale(.0229)}}.snow:nth-child(289){opacity:.0276;transform:translate(4.0684vw,-10px) scale(.0645);animation:fall-289 16s -14s linear infinite}@keyframes fall-289{55.79%{transform:translate(7.907vw,55.79vh) scale(.0645)}to{transform:translate(5.9877vw,99vh) scale(.0645)}}.snow:nth-child(290){opacity:.2242;transform:translate(51.9168vw,-10px) scale(.8685);animation:fall-290 23s -19s linear infinite}@keyframes fall-290{30.25%{transform:translate(54.7593vw,30.25vh) scale(.8685)}to{transform:translate(53.33805vw,99vh) scale(.8685)}}.snow:nth-child(291){opacity:.2308;transform:translate(35.76vw,-10px) scale(.2967);animation:fall-291 25s -17s linear infinite}@keyframes fall-291{65.037%{transform:translate(37.6896vw,65.037vh) scale(.2967)}to{transform:translate(36.7248vw,99vh) scale(.2967)}}.snow:nth-child(292){opacity:1.8094;transform:translate(73.2897vw,-10px) scale(.7677);animation:fall-292 16s -12s linear infinite}@keyframes fall-292{50.32%{transform:translate(75.422vw,50.32vh) scale(.7677)}to{transform:translate(74.35585vw,99vh) scale(.7677)}}.snow:nth-child(293){opacity:.9;transform:translate(86.4082vw,-10px) scale(.3458);animation:fall-293 12s -16s linear infinite}@keyframes fall-293{38.468%{transform:translate(86.2319vw,38.468vh) scale(.3458)}to{transform:translate(86.32005vw,99vh) scale(.3458)}}.snow:nth-child(294){opacity:.3852;transform:translate(31.2064vw,-10px) scale(.3755);animation:fall-294 23s -23s linear infinite}@keyframes fall-294{49.843%{transform:translate(29.2319vw,49.843vh) scale(.3755)}to{transform:translate(30.21915vw,99vh) scale(.3755)}}.snow:nth-child(295){opacity:1.0708;transform:translate(.4342vw,-10px) scale(.7821);animation:fall-295 30s -3s linear infinite}@keyframes fall-295{78.768%{transform:translate(7.8876vw,78.768vh) scale(.7821)}to{transform:translate(4.1609vw,99vh) scale(.7821)}}.snow:nth-child(296){opacity:.1074;transform:translate(55.0723vw,-10px) scale(.3063);animation:fall-296 16s -17s linear infinite}@keyframes fall-296{69.659%{transform:translate(57.6688vw,69.659vh) scale(.3063)}to{transform:translate(56.37055vw,99vh) scale(.3063)}}.snow:nth-child(297){opacity:.1832;transform:translate(72.6531vw,-10px) scale(.2339);animation:fall-297 11s -28s linear infinite}@keyframes fall-297{60%{transform:translate(75.3319vw,60vh) scale(.2339)}to{transform:translate(73.9925vw,99vh) scale(.2339)}}.snow:nth-child(298){opacity:.5256;transform:translate(89.5731vw,-10px) scale(.0712);animation:fall-298 20s -15s linear infinite}@keyframes fall-298{73.714%{transform:translate(94.8066vw,73.714vh) scale(.0712)}to{transform:translate(92.18985vw,99vh) scale(.0712)}}.snow:nth-child(299){opacity:.8432;transform:translate(5.3822vw,-10px) scale(.3077);animation:fall-299 11s -9s linear infinite}@keyframes fall-299{78.72%{transform:translate(-.0346vw,78.72vh) scale(.3077)}to{transform:translate(2.6738vw,99vh) scale(.3077)}}.snow:nth-child(300){opacity:1.1174;transform:translate(32.7495vw,-10px) scale(.1173);animation:fall-300 14s -28s linear infinite}@keyframes fall-300{62.218%{transform:translate(25.955vw,62.218vh) scale(.1173)}to{transform:translate(29.35225vw,99vh) scale(.1173)}}.snow:nth-child(301){opacity:.2824;transform:translate(47.8177vw,-10px) scale(.2273);animation:fall-301 11s -27s linear infinite}@keyframes fall-301{45.038%{transform:translate(50.7281vw,45.038vh) scale(.2273)}to{transform:translate(49.2729vw,99vh) scale(.2273)}}.snow:nth-child(302){opacity:1.9938;transform:translate(49.6864vw,-10px) scale(.0764);animation:fall-302 23s -3s linear infinite}@keyframes fall-302{61.231%{transform:translate(51.0269vw,61.231vh) scale(.0764)}to{transform:translate(50.35665vw,99vh) scale(.0764)}}.snow:nth-child(303){opacity:1.2522;transform:translate(53.2616vw,-10px) scale(.552);animation:fall-303 12s -19s linear infinite}@keyframes fall-303{75.951%{transform:translate(45.4424vw,75.951vh) scale(.552)}to{transform:translate(49.352vw,99vh) scale(.552)}}.snow:nth-child(304){opacity:1.0448;transform:translate(74.046vw,-10px) scale(.5257);animation:fall-304 28s -24s linear infinite}@keyframes fall-304{75.208%{transform:translate(76.0055vw,75.208vh) scale(.5257)}to{transform:translate(75.02575vw,99vh) scale(.5257)}}.snow:nth-child(305){opacity:1.0676;transform:translate(37.5641vw,-10px) scale(.4988);animation:fall-305 27s -24s linear infinite}@keyframes fall-305{61.879%{transform:translate(44.0331vw,61.879vh) scale(.4988)}to{transform:translate(40.7986vw,99vh) scale(.4988)}}.snow:nth-child(306){opacity:1.9726;transform:translate(8.9768vw,-10px) scale(.4089);animation:fall-306 30s -13s linear infinite}@keyframes fall-306{77.345%{transform:translate(-.5749vw,77.345vh) scale(.4089)}to{transform:translate(4.20095vw,99vh) scale(.4089)}}.snow:nth-child(307){opacity:.188;transform:translate(83.2593vw,-10px) scale(.6061);animation:fall-307 25s -14s linear infinite}@keyframes fall-307{73.334%{transform:translate(74.4428vw,73.334vh) scale(.6061)}to{transform:translate(78.85105vw,99vh) scale(.6061)}}.snow:nth-child(308){opacity:.3608;transform:translate(78.582vw,-10px) scale(.9911);animation:fall-308 13s -6s linear infinite}@keyframes fall-308{35.507%{transform:translate(85.5552vw,35.507vh) scale(.9911)}to{transform:translate(82.0686vw,99vh) scale(.9911)}}.snow:nth-child(309){opacity:1.7486;transform:translate(19.043vw,-10px) scale(.8039);animation:fall-309 12s -29s linear infinite}@keyframes fall-309{33.905%{transform:translate(22.6475vw,33.905vh) scale(.8039)}to{transform:translate(20.84525vw,99vh) scale(.8039)}}.snow:nth-child(310){opacity:1.5242;transform:translate(37.8902vw,-10px) scale(.718);animation:fall-310 18s -28s linear infinite}@keyframes fall-310{52.079%{transform:translate(35.7vw,52.079vh) scale(.718)}to{transform:translate(36.7951vw,99vh) scale(.718)}}.snow:nth-child(311){opacity:1.4228;transform:translate(5.1985vw,-10px) scale(.9194);animation:fall-311 17s -18s linear infinite}@keyframes fall-311{69.302%{transform:translate(13.2004vw,69.302vh) scale(.9194)}to{transform:translate(9.19945vw,99vh) scale(.9194)}}.snow:nth-child(312){opacity:.0732;transform:translate(22.0335vw,-10px) scale(.9558);animation:fall-312 15s -30s linear infinite}@keyframes fall-312{72.833%{transform:translate(26.2049vw,72.833vh) scale(.9558)}to{transform:translate(24.1192vw,99vh) scale(.9558)}}.snow:nth-child(313){opacity:.4072;transform:translate(33.7886vw,-10px) scale(.025);animation:fall-313 19s -20s linear infinite}@keyframes fall-313{40.092%{transform:translate(38.1606vw,40.092vh) scale(.025)}to{transform:translate(35.9746vw,99vh) scale(.025)}}.snow:nth-child(314){opacity:1.8722;transform:translate(9.0764vw,-10px) scale(.5961);animation:fall-314 14s -14s linear infinite}@keyframes fall-314{69.777%{transform:translate(8.8386vw,69.777vh) scale(.5961)}to{transform:translate(8.9575vw,99vh) scale(.5961)}}.snow:nth-child(315){opacity:1.1212;transform:translate(82.5859vw,-10px) scale(.8691);animation:fall-315 29s -4s linear infinite}@keyframes fall-315{45.731%{transform:translate(87.0654vw,45.731vh) scale(.8691)}to{transform:translate(84.82565vw,99vh) scale(.8691)}}.snow:nth-child(316){opacity:.3608;transform:translate(7.1032vw,-10px) scale(.0684);animation:fall-316 23s -27s linear infinite}@keyframes fall-316{65.122%{transform:translate(-.7207vw,65.122vh) scale(.0684)}to{transform:translate(3.19125vw,99vh) scale(.0684)}}.snow:nth-child(317){opacity:1.8918;transform:translate(54.08vw,-10px) scale(.6971);animation:fall-317 11s -11s linear infinite}@keyframes fall-317{45.877%{transform:translate(54.3499vw,45.877vh) scale(.6971)}to{transform:translate(54.21495vw,99vh) scale(.6971)}}.snow:nth-child(318){opacity:.6774;transform:translate(54.4758vw,-10px) scale(.0784);animation:fall-318 17s -21s linear infinite}@keyframes fall-318{44.196%{transform:translate(52.4636vw,44.196vh) scale(.0784)}to{transform:translate(53.4697vw,99vh) scale(.0784)}}.snow:nth-child(319){opacity:1.1152;transform:translate(89.5956vw,-10px) scale(.9197);animation:fall-319 22s -13s linear infinite}@keyframes fall-319{42.196%{transform:translate(80.4962vw,42.196vh) scale(.9197)}to{transform:translate(85.0459vw,99vh) scale(.9197)}}.snow:nth-child(320){opacity:.1584;transform:translate(25.0952vw,-10px) scale(.3843);animation:fall-320 10s -13s linear infinite}@keyframes fall-320{55.265%{transform:translate(16.6653vw,55.265vh) scale(.3843)}to{transform:translate(20.88025vw,99vh) scale(.3843)}}.snow:nth-child(321){opacity:.557;transform:translate(26.6263vw,-10px) scale(.9993);animation:fall-321 26s -9s linear infinite}@keyframes fall-321{32.732%{transform:translate(33.1124vw,32.732vh) scale(.9993)}to{transform:translate(29.86935vw,99vh) scale(.9993)}}.snow:nth-child(322){opacity:.1994;transform:translate(91.613vw,-10px) scale(.9379);animation:fall-322 30s -13s linear infinite}@keyframes fall-322{64.974%{transform:translate(89.0705vw,64.974vh) scale(.9379)}to{transform:translate(90.34175vw,99vh) scale(.9379)}}.snow:nth-child(323){opacity:1.2036;transform:translate(67.0223vw,-10px) scale(.5951);animation:fall-323 26s -16s linear infinite}@keyframes fall-323{78.518%{transform:translate(71.2093vw,78.518vh) scale(.5951)}to{transform:translate(69.1158vw,99vh) scale(.5951)}}.snow:nth-child(324){opacity:.8744;transform:translate(7.8944vw,-10px) scale(.8645);animation:fall-324 29s -26s linear infinite}@keyframes fall-324{72.961%{transform:translate(3.8392vw,72.961vh) scale(.8645)}to{transform:translate(5.8668vw,99vh) scale(.8645)}}.snow:nth-child(325){opacity:1.6162;transform:translate(13.5669vw,-10px) scale(.1048);animation:fall-325 25s -5s linear infinite}@keyframes fall-325{79.093%{transform:translate(5.0859vw,79.093vh) scale(.1048)}to{transform:translate(9.3264vw,99vh) scale(.1048)}}.snow:nth-child(326){opacity:.659;transform:translate(42.3947vw,-10px) scale(.3501);animation:fall-326 25s -16s linear infinite}@keyframes fall-326{57.062%{transform:translate(41.5914vw,57.062vh) scale(.3501)}to{transform:translate(41.99305vw,99vh) scale(.3501)}}.snow:nth-child(327){opacity:.137;transform:translate(51.1032vw,-10px) scale(.4283);animation:fall-327 18s -21s linear infinite}@keyframes fall-327{48.819%{transform:translate(45.5163vw,48.819vh) scale(.4283)}to{transform:translate(48.30975vw,99vh) scale(.4283)}}.snow:nth-child(328){opacity:1.1434;transform:translate(47.5744vw,-10px) scale(.7773);animation:fall-328 20s -21s linear infinite}@keyframes fall-328{56.927%{transform:translate(40.8379vw,56.927vh) scale(.7773)}to{transform:translate(44.20615vw,99vh) scale(.7773)}}.snow:nth-child(329){opacity:1.9972;transform:translate(32.5648vw,-10px) scale(.291);animation:fall-329 17s -12s linear infinite}@keyframes fall-329{51.803%{transform:translate(31.4592vw,51.803vh) scale(.291)}to{transform:translate(32.012vw,99vh) scale(.291)}}.snow:nth-child(330){opacity:1.9592;transform:translate(78.2356vw,-10px) scale(.3421);animation:fall-330 21s -13s linear infinite}@keyframes fall-330{35.099%{transform:translate(77.0269vw,35.099vh) scale(.3421)}to{transform:translate(77.63125vw,99vh) scale(.3421)}}.snow:nth-child(331){opacity:1.1528;transform:translate(51.8515vw,-10px) scale(.8881);animation:fall-331 12s -15s linear infinite}@keyframes fall-331{48.155%{transform:translate(60.4976vw,48.155vh) scale(.8881)}to{transform:translate(56.17455vw,99vh) scale(.8881)}}.snow:nth-child(332){opacity:.6316;transform:translate(15.0435vw,-10px) scale(.6517);animation:fall-332 11s -26s linear infinite}@keyframes fall-332{33.019%{transform:translate(23.5405vw,33.019vh) scale(.6517)}to{transform:translate(19.292vw,99vh) scale(.6517)}}.snow:nth-child(333){opacity:.1788;transform:translate(29.7234vw,-10px) scale(.8556);animation:fall-333 28s -17s linear infinite}@keyframes fall-333{34.392%{transform:translate(26.597vw,34.392vh) scale(.8556)}to{transform:translate(28.1602vw,99vh) scale(.8556)}}.snow:nth-child(334){opacity:1.41;transform:translate(70.6382vw,-10px) scale(.9112);animation:fall-334 18s -3s linear infinite}@keyframes fall-334{43.918%{transform:translate(73.9275vw,43.918vh) scale(.9112)}to{transform:translate(72.28285vw,99vh) scale(.9112)}}.snow:nth-child(335){opacity:.1222;transform:translate(49.8247vw,-10px) scale(.2234);animation:fall-335 25s -30s linear infinite}@keyframes fall-335{59.864%{transform:translate(50.1807vw,59.864vh) scale(.2234)}to{transform:translate(50.0027vw,99vh) scale(.2234)}}.snow:nth-child(336){opacity:.879;transform:translate(82.914vw,-10px) scale(.4394);animation:fall-336 15s -3s linear infinite}@keyframes fall-336{44.781%{transform:translate(85.7184vw,44.781vh) scale(.4394)}to{transform:translate(84.3162vw,99vh) scale(.4394)}}.snow:nth-child(337){opacity:.8758;transform:translate(33.5457vw,-10px) scale(.0003);animation:fall-337 15s -23s linear infinite}@keyframes fall-337{69.674%{transform:translate(33.7496vw,69.674vh) scale(.0003)}to{transform:translate(33.64765vw,99vh) scale(.0003)}}.snow:nth-child(338){opacity:1.9342;transform:translate(19.346vw,-10px) scale(.9711);animation:fall-338 19s -29s linear infinite}@keyframes fall-338{59.872%{transform:translate(25.8393vw,59.872vh) scale(.9711)}to{transform:translate(22.59265vw,99vh) scale(.9711)}}.snow:nth-child(339){opacity:.0284;transform:translate(38.8726vw,-10px) scale(.175);animation:fall-339 24s -7s linear infinite}@keyframes fall-339{48.279%{transform:translate(39.2068vw,48.279vh) scale(.175)}to{transform:translate(39.0397vw,99vh) scale(.175)}}.snow:nth-child(340){opacity:.0346;transform:translate(93.0693vw,-10px) scale(.3557);animation:fall-340 19s -4s linear infinite}@keyframes fall-340{78.635%{transform:translate(93.487vw,78.635vh) scale(.3557)}to{transform:translate(93.27815vw,99vh) scale(.3557)}}.snow:nth-child(341){opacity:1.532;transform:translate(33.5423vw,-10px) scale(.4352);animation:fall-341 21s -2s linear infinite}@keyframes fall-341{62.191%{transform:translate(35.9829vw,62.191vh) scale(.4352)}to{transform:translate(34.7626vw,99vh) scale(.4352)}}.snow:nth-child(342){opacity:.231;transform:translate(20.0851vw,-10px) scale(.1551);animation:fall-342 13s -8s linear infinite}@keyframes fall-342{68.526%{transform:translate(25.5328vw,68.526vh) scale(.1551)}to{transform:translate(22.80895vw,99vh) scale(.1551)}}.snow:nth-child(343){opacity:1.94;transform:translate(8.7269vw,-10px) scale(.9493);animation:fall-343 10s -2s linear infinite}@keyframes fall-343{62.388%{transform:translate(12.3732vw,62.388vh) scale(.9493)}to{transform:translate(10.55005vw,99vh) scale(.9493)}}.snow:nth-child(344){opacity:.5122;transform:translate(1.7995vw,-10px) scale(.4115);animation:fall-344 18s -14s linear infinite}@keyframes fall-344{62.885%{transform:translate(6.555vw,62.885vh) scale(.4115)}to{transform:translate(4.17725vw,99vh) scale(.4115)}}.snow:nth-child(345){opacity:.2346;transform:translate(43.349vw,-10px) scale(.791);animation:fall-345 26s -6s linear infinite}@keyframes fall-345{46.524%{transform:translate(33.6352vw,46.524vh) scale(.791)}to{transform:translate(38.4921vw,99vh) scale(.791)}}.snow:nth-child(346){opacity:.856;transform:translate(7.2442vw,-10px) scale(.6347);animation:fall-346 29s -30s linear infinite}@keyframes fall-346{55.644%{transform:translate(5.4413vw,55.644vh) scale(.6347)}to{transform:translate(6.34275vw,99vh) scale(.6347)}}.snow:nth-child(347){opacity:.6758;transform:translate(50.069vw,-10px) scale(.1868);animation:fall-347 29s -2s linear infinite}@keyframes fall-347{32.397%{transform:translate(59.1905vw,32.397vh) scale(.1868)}to{transform:translate(54.62975vw,99vh) scale(.1868)}}.snow:nth-child(348){opacity:.687;transform:translate(2.1891vw,-10px) scale(.0372);animation:fall-348 17s -26s linear infinite}@keyframes fall-348{50.307%{transform:translate(8.7221vw,50.307vh) scale(.0372)}to{transform:translate(5.4556vw,99vh) scale(.0372)}}.snow:nth-child(349){opacity:.4718;transform:translate(96.1829vw,-10px) scale(.917);animation:fall-349 19s -7s linear infinite}@keyframes fall-349{60.41%{transform:translate(89.206vw,60.41vh) scale(.917)}to{transform:translate(92.69445vw,99vh) scale(.917)}}.snow:nth-child(350){opacity:1.4612;transform:translate(11.2539vw,-10px) scale(.3227);animation:fall-350 16s -1s linear infinite}@keyframes fall-350{34.04%{transform:translate(12.0851vw,34.04vh) scale(.3227)}to{transform:translate(11.6695vw,99vh) scale(.3227)}}.snow:nth-child(351){opacity:.8036;transform:translate(44.2925vw,-10px) scale(.0125);animation:fall-351 16s -5s linear infinite}@keyframes fall-351{54.031%{transform:translate(50.4294vw,54.031vh) scale(.0125)}to{transform:translate(47.36095vw,99vh) scale(.0125)}}.snow:nth-child(352){opacity:.7342;transform:translate(8.6529vw,-10px) scale(.9532);animation:fall-352 11s -10s linear infinite}@keyframes fall-352{78.354%{transform:translate(-.0607vw,78.354vh) scale(.9532)}to{transform:translate(4.2961vw,99vh) scale(.9532)}}.snow:nth-child(353){opacity:1.4646;transform:translate(90.5921vw,-10px) scale(.9268);animation:fall-353 18s -30s linear infinite}@keyframes fall-353{73.754%{transform:translate(91.6206vw,73.754vh) scale(.9268)}to{transform:translate(91.10635vw,99vh) scale(.9268)}}.snow:nth-child(354){opacity:1.5194;transform:translate(22.0719vw,-10px) scale(.6534);animation:fall-354 21s -27s linear infinite}@keyframes fall-354{34.418%{transform:translate(22.2956vw,34.418vh) scale(.6534)}to{transform:translate(22.18375vw,99vh) scale(.6534)}}.snow:nth-child(355){opacity:.3066;transform:translate(55.337vw,-10px) scale(.6151);animation:fall-355 15s -11s linear infinite}@keyframes fall-355{31.044%{transform:translate(47.9191vw,31.044vh) scale(.6151)}to{transform:translate(51.62805vw,99vh) scale(.6151)}}.snow:nth-child(356){opacity:.3018;transform:translate(86.863vw,-10px) scale(.6984);animation:fall-356 25s -3s linear infinite}@keyframes fall-356{62.103%{transform:translate(89.0104vw,62.103vh) scale(.6984)}to{transform:translate(87.9367vw,99vh) scale(.6984)}}.snow:nth-child(357){opacity:1.376;transform:translate(75.6974vw,-10px) scale(.037);animation:fall-357 13s -2s linear infinite}@keyframes fall-357{75.983%{transform:translate(65.7923vw,75.983vh) scale(.037)}to{transform:translate(70.74485vw,99vh) scale(.037)}}.snow:nth-child(358){opacity:1.0578;transform:translate(96.2896vw,-10px) scale(.09);animation:fall-358 11s -15s linear infinite}@keyframes fall-358{65.475%{transform:translate(91.3311vw,65.475vh) scale(.09)}to{transform:translate(93.81035vw,99vh) scale(.09)}}.snow:nth-child(359){opacity:.9612;transform:translate(61.8441vw,-10px) scale(.5011);animation:fall-359 29s -30s linear infinite}@keyframes fall-359{39.334%{transform:translate(62.1149vw,39.334vh) scale(.5011)}to{transform:translate(61.9795vw,99vh) scale(.5011)}}.snow:nth-child(360){opacity:1.23;transform:translate(88.5011vw,-10px) scale(.899);animation:fall-360 23s -20s linear infinite}@keyframes fall-360{38.174%{transform:translate(83.3801vw,38.174vh) scale(.899)}to{transform:translate(85.9406vw,99vh) scale(.899)}}.snow:nth-child(361){opacity:.5094;transform:translate(64.8013vw,-10px) scale(.1916);animation:fall-361 11s -13s linear infinite}@keyframes fall-361{45.58%{transform:translate(70.6773vw,45.58vh) scale(.1916)}to{transform:translate(67.7393vw,99vh) scale(.1916)}}.snow:nth-child(362){opacity:.3406;transform:translate(74.0017vw,-10px) scale(.531);animation:fall-362 18s -5s linear infinite}@keyframes fall-362{67.083%{transform:translate(79.0234vw,67.083vh) scale(.531)}to{transform:translate(76.51255vw,99vh) scale(.531)}}.snow:nth-child(363){opacity:.962;transform:translate(18.4933vw,-10px) scale(.9195);animation:fall-363 12s -7s linear infinite}@keyframes fall-363{55.785%{transform:translate(26.768vw,55.785vh) scale(.9195)}to{transform:translate(22.63065vw,99vh) scale(.9195)}}.snow:nth-child(364){opacity:.1206;transform:translate(89.7469vw,-10px) scale(.0603);animation:fall-364 16s -28s linear infinite}@keyframes fall-364{31.858%{transform:translate(98.421vw,31.858vh) scale(.0603)}to{transform:translate(94.08395vw,99vh) scale(.0603)}}.snow:nth-child(365){opacity:1.9648;transform:translate(38.0835vw,-10px) scale(.8385);animation:fall-365 19s -6s linear infinite}@keyframes fall-365{31.239%{transform:translate(40.1163vw,31.239vh) scale(.8385)}to{transform:translate(39.0999vw,99vh) scale(.8385)}}.snow:nth-child(366){opacity:1.601;transform:translate(98.474vw,-10px) scale(.8906);animation:fall-366 24s -16s linear infinite}@keyframes fall-366{79.997%{transform:translate(95.395vw,79.997vh) scale(.8906)}to{transform:translate(96.9345vw,99vh) scale(.8906)}}.snow:nth-child(367){opacity:.5838;transform:translate(2.8989vw,-10px) scale(.9214);animation:fall-367 27s -11s linear infinite}@keyframes fall-367{35.486%{transform:translate(1.7944vw,35.486vh) scale(.9214)}to{transform:translate(2.34665vw,99vh) scale(.9214)}}.snow:nth-child(368){opacity:.3782;transform:translate(10.7789vw,-10px) scale(.8804);animation:fall-368 13s -22s linear infinite}@keyframes fall-368{30.629%{transform:translate(12.7228vw,30.629vh) scale(.8804)}to{transform:translate(11.75085vw,99vh) scale(.8804)}}.snow:nth-child(369){opacity:1.7188;transform:translate(37.324vw,-10px) scale(.5924);animation:fall-369 22s -5s linear infinite}@keyframes fall-369{51.468%{transform:translate(36.9725vw,51.468vh) scale(.5924)}to{transform:translate(37.14825vw,99vh) scale(.5924)}}.snow:nth-child(370){opacity:1.1906;transform:translate(1.9038vw,-10px) scale(.4846);animation:fall-370 23s -11s linear infinite}@keyframes fall-370{75.507%{transform:translate(7.9294vw,75.507vh) scale(.4846)}to{transform:translate(4.9166vw,99vh) scale(.4846)}}.snow:nth-child(371){opacity:.5028;transform:translate(6.3305vw,-10px) scale(.8949);animation:fall-371 24s -24s linear infinite}@keyframes fall-371{49.284%{transform:translate(5.9153vw,49.284vh) scale(.8949)}to{transform:translate(6.1229vw,99vh) scale(.8949)}}.snow:nth-child(372){opacity:.8386;transform:translate(27.4967vw,-10px) scale(.5926);animation:fall-372 23s -25s linear infinite}@keyframes fall-372{56.459%{transform:translate(27.2305vw,56.459vh) scale(.5926)}to{transform:translate(27.3636vw,99vh) scale(.5926)}}.snow:nth-child(373){opacity:1.344;transform:translate(94.5891vw,-10px) scale(.935);animation:fall-373 28s -22s linear infinite}@keyframes fall-373{70.904%{transform:translate(92.8604vw,70.904vh) scale(.935)}to{transform:translate(93.72475vw,99vh) scale(.935)}}.snow:nth-child(374){opacity:1.8688;transform:translate(83.0704vw,-10px) scale(.0988);animation:fall-374 16s -1s linear infinite}@keyframes fall-374{45.254%{transform:translate(86.4953vw,45.254vh) scale(.0988)}to{transform:translate(84.78285vw,99vh) scale(.0988)}}.snow:nth-child(375){opacity:1.122;transform:translate(35.4207vw,-10px) scale(.2101);animation:fall-375 21s -23s linear infinite}@keyframes fall-375{50.314%{transform:translate(43.9857vw,50.314vh) scale(.2101)}to{transform:translate(39.7032vw,99vh) scale(.2101)}}.snow:nth-child(376){opacity:.038;transform:translate(58.4467vw,-10px) scale(.5307);animation:fall-376 25s -17s linear infinite}@keyframes fall-376{53.645%{transform:translate(56.9012vw,53.645vh) scale(.5307)}to{transform:translate(57.67395vw,99vh) scale(.5307)}}.snow:nth-child(377){opacity:1.6876;transform:translate(95.1787vw,-10px) scale(.553);animation:fall-377 22s -28s linear infinite}@keyframes fall-377{51.89%{transform:translate(91.593vw,51.89vh) scale(.553)}to{transform:translate(93.38585vw,99vh) scale(.553)}}.snow:nth-child(378){opacity:1.8668;transform:translate(27.8827vw,-10px) scale(.0442);animation:fall-378 23s -5s linear infinite}@keyframes fall-378{41.484%{transform:translate(34.3027vw,41.484vh) scale(.0442)}to{transform:translate(31.0927vw,99vh) scale(.0442)}}.snow:nth-child(379){opacity:1.0598;transform:translate(26.9713vw,-10px) scale(.1709);animation:fall-379 12s -2s linear infinite}@keyframes fall-379{62.898%{transform:translate(27.3748vw,62.898vh) scale(.1709)}to{transform:translate(27.17305vw,99vh) scale(.1709)}}.snow:nth-child(380){opacity:1.0784;transform:translate(98.031vw,-10px) scale(.1398);animation:fall-380 26s -13s linear infinite}@keyframes fall-380{54.47%{transform:translate(101.6157vw,54.47vh) scale(.1398)}to{transform:translate(99.82335vw,99vh) scale(.1398)}}.snow:nth-child(381){opacity:.731;transform:translate(6.4192vw,-10px) scale(.6388);animation:fall-381 30s -7s linear infinite}@keyframes fall-381{43.045%{transform:translate(13.2889vw,43.045vh) scale(.6388)}to{transform:translate(9.85405vw,99vh) scale(.6388)}}.snow:nth-child(382){opacity:.0962;transform:translate(5.1848vw,-10px) scale(.5162);animation:fall-382 27s -19s linear infinite}@keyframes fall-382{43.382%{transform:translate(-4.2857vw,43.382vh) scale(.5162)}to{transform:translate(.44955vw,99vh) scale(.5162)}}.snow:nth-child(383){opacity:.8376;transform:translate(7.466vw,-10px) scale(.0415);animation:fall-383 15s -1s linear infinite}@keyframes fall-383{30.717%{transform:translate(-.0879vw,30.717vh) scale(.0415)}to{transform:translate(3.68905vw,99vh) scale(.0415)}}.snow:nth-child(384){opacity:1.854;transform:translate(45.7977vw,-10px) scale(.4101);animation:fall-384 11s -16s linear infinite}@keyframes fall-384{51.599%{transform:translate(45.4012vw,51.599vh) scale(.4101)}to{transform:translate(45.59945vw,99vh) scale(.4101)}}.snow:nth-child(385){opacity:1.378;transform:translate(89.1078vw,-10px) scale(.2761);animation:fall-385 13s -10s linear infinite}@keyframes fall-385{58.832%{transform:translate(85.6258vw,58.832vh) scale(.2761)}to{transform:translate(87.3668vw,99vh) scale(.2761)}}.snow:nth-child(386){opacity:1.1536;transform:translate(32.2622vw,-10px) scale(.8027);animation:fall-386 22s -5s linear infinite}@keyframes fall-386{64.889%{transform:translate(35.5999vw,64.889vh) scale(.8027)}to{transform:translate(33.93105vw,99vh) scale(.8027)}}.snow:nth-child(387){opacity:.402;transform:translate(62.5576vw,-10px) scale(.0406);animation:fall-387 16s -28s linear infinite}@keyframes fall-387{53.454%{transform:translate(56.0923vw,53.454vh) scale(.0406)}to{transform:translate(59.32495vw,99vh) scale(.0406)}}.snow:nth-child(388){opacity:.5942;transform:translate(77.1628vw,-10px) scale(.1174);animation:fall-388 18s -11s linear infinite}@keyframes fall-388{69.349%{transform:translate(82.986vw,69.349vh) scale(.1174)}to{transform:translate(80.0744vw,99vh) scale(.1174)}}.snow:nth-child(389){opacity:.0082;transform:translate(97.5214vw,-10px) scale(.4938);animation:fall-389 28s -10s linear infinite}@keyframes fall-389{78.71%{transform:translate(89.0642vw,78.71vh) scale(.4938)}to{transform:translate(93.2928vw,99vh) scale(.4938)}}.snow:nth-child(390){opacity:.5376;transform:translate(65.9964vw,-10px) scale(.4744);animation:fall-390 19s -24s linear infinite}@keyframes fall-390{70.711%{transform:translate(58.6695vw,70.711vh) scale(.4744)}to{transform:translate(62.33295vw,99vh) scale(.4744)}}.snow:nth-child(391){opacity:1.0128;transform:translate(42.0195vw,-10px) scale(.2183);animation:fall-391 25s -11s linear infinite}@keyframes fall-391{31.556%{transform:translate(43.1679vw,31.556vh) scale(.2183)}to{transform:translate(42.5937vw,99vh) scale(.2183)}}.snow:nth-child(392){opacity:1.1942;transform:translate(88.5388vw,-10px) scale(.36);animation:fall-392 30s -14s linear infinite}@keyframes fall-392{41.425%{transform:translate(93.6502vw,41.425vh) scale(.36)}to{transform:translate(91.0945vw,99vh) scale(.36)}}.snow:nth-child(393){opacity:1.2986;transform:translate(95.3568vw,-10px) scale(.4836);animation:fall-393 25s -6s linear infinite}@keyframes fall-393{45.945%{transform:translate(86.1475vw,45.945vh) scale(.4836)}to{transform:translate(90.75215vw,99vh) scale(.4836)}}.snow:nth-child(394){opacity:.0828;transform:translate(40.4009vw,-10px) scale(.2255);animation:fall-394 28s -3s linear infinite}@keyframes fall-394{61.761%{transform:translate(41.67vw,61.761vh) scale(.2255)}to{transform:translate(41.03545vw,99vh) scale(.2255)}}.snow:nth-child(395){opacity:1.1156;transform:translate(87.1862vw,-10px) scale(.958);animation:fall-395 29s -23s linear infinite}@keyframes fall-395{55.468%{transform:translate(85.4952vw,55.468vh) scale(.958)}to{transform:translate(86.3407vw,99vh) scale(.958)}}.snow:nth-child(396){opacity:1.9474;transform:translate(21.6032vw,-10px) scale(.3593);animation:fall-396 12s -26s linear infinite}@keyframes fall-396{54.61%{transform:translate(21.4803vw,54.61vh) scale(.3593)}to{transform:translate(21.54175vw,99vh) scale(.3593)}}.snow:nth-child(397){opacity:1.6992;transform:translate(13.762vw,-10px) scale(.6098);animation:fall-397 22s -14s linear infinite}@keyframes fall-397{79.31%{transform:translate(23.2307vw,79.31vh) scale(.6098)}to{transform:translate(18.49635vw,99vh) scale(.6098)}}.snow:nth-child(398){opacity:.6652;transform:translate(55.2667vw,-10px) scale(.8235);animation:fall-398 17s -25s linear infinite}@keyframes fall-398{58.893%{transform:translate(55.7716vw,58.893vh) scale(.8235)}to{transform:translate(55.51915vw,99vh) scale(.8235)}}.snow:nth-child(399){opacity:.0738;transform:translate(29.1501vw,-10px) scale(.4876);animation:fall-399 29s -1s linear infinite}@keyframes fall-399{50.479%{transform:translate(26.8038vw,50.479vh) scale(.4876)}to{transform:translate(27.97695vw,99vh) scale(.4876)}}.snow:nth-child(400){opacity:1.3966;transform:translate(63.8679vw,-10px) scale(.7306);animation:fall-400 22s -1s linear infinite}@keyframes fall-400{38.309%{transform:translate(64.2862vw,38.309vh) scale(.7306)}to{transform:translate(64.07705vw,99vh) scale(.7306)}}\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:1.3366;transform:translate(89.6842vw,-10px) scale(.4971);animation:fall-1 21s -15s linear infinite}@keyframes fall-1{56.211%{transform:translate(80.6379vw,56.211vh) scale(.4971)}to{transform:translate(85.16105vw,99vh) scale(.4971)}}.snow:nth-child(2){opacity:.4704;transform:translate(20.267vw,-10px) scale(.6389);animation:fall-2 27s -11s linear infinite}@keyframes fall-2{35.64%{transform:translate(29.8062vw,35.64vh) scale(.6389)}to{transform:translate(25.0366vw,99vh) scale(.6389)}}.snow:nth-child(3){opacity:.6396;transform:translate(86.9849vw,-10px) scale(.6985);animation:fall-3 17s -1s linear infinite}@keyframes fall-3{75.893%{transform:translate(80.3432vw,75.893vh) scale(.6985)}to{transform:translate(83.66405vw,99vh) scale(.6985)}}.snow:nth-child(4){opacity:1.3834;transform:translate(24.003vw,-10px) scale(.9809);animation:fall-4 22s -23s linear infinite}@keyframes fall-4{75.444%{transform:translate(24.293vw,75.444vh) scale(.9809)}to{transform:translate(24.148vw,99vh) scale(.9809)}}.snow:nth-child(5){opacity:1.381;transform:translate(32.7207vw,-10px) scale(.7694);animation:fall-5 23s -15s linear infinite}@keyframes fall-5{35.524%{transform:translate(38.4032vw,35.524vh) scale(.7694)}to{transform:translate(35.56195vw,99vh) scale(.7694)}}.snow:nth-child(6){opacity:1.1586;transform:translate(18.8296vw,-10px) scale(.2052);animation:fall-6 15s -9s linear infinite}@keyframes fall-6{34.371%{transform:translate(14.0553vw,34.371vh) scale(.2052)}to{transform:translate(16.44245vw,99vh) scale(.2052)}}.snow:nth-child(7){opacity:1.7648;transform:translate(95.5377vw,-10px) scale(.4019);animation:fall-7 17s -26s linear infinite}@keyframes fall-7{79.839%{transform:translate(101.6717vw,79.839vh) scale(.4019)}to{transform:translate(98.6047vw,99vh) scale(.4019)}}.snow:nth-child(8){opacity:1.5012;transform:translate(53.6892vw,-10px) scale(.2073);animation:fall-8 24s -13s linear infinite}@keyframes fall-8{74.995%{transform:translate(52.0761vw,74.995vh) scale(.2073)}to{transform:translate(52.88265vw,99vh) scale(.2073)}}.snow:nth-child(9){opacity:.1752;transform:translate(28.115vw,-10px) scale(.8163);animation:fall-9 26s -17s linear infinite}@keyframes fall-9{37.617%{transform:translate(20.6517vw,37.617vh) scale(.8163)}to{transform:translate(24.38335vw,99vh) scale(.8163)}}.snow:nth-child(10){opacity:1.7058;transform:translate(2.8036vw,-10px) scale(.7881);animation:fall-10 21s -2s linear infinite}@keyframes fall-10{32.873%{transform:translate(8.8632vw,32.873vh) scale(.7881)}to{transform:translate(5.8334vw,99vh) scale(.7881)}}.snow:nth-child(11){opacity:.3252;transform:translate(63.8782vw,-10px) scale(.4816);animation:fall-11 25s -18s linear infinite}@keyframes fall-11{70.565%{transform:translate(67.1984vw,70.565vh) scale(.4816)}to{transform:translate(65.5383vw,99vh) scale(.4816)}}.snow:nth-child(12){opacity:.6362;transform:translate(65.8767vw,-10px) scale(.4338);animation:fall-12 26s -19s linear infinite}@keyframes fall-12{58.276%{transform:translate(63.8108vw,58.276vh) scale(.4338)}to{transform:translate(64.84375vw,99vh) scale(.4338)}}.snow:nth-child(13){opacity:.2086;transform:translate(64.7848vw,-10px) scale(.6826);animation:fall-13 13s -23s linear infinite}@keyframes fall-13{46.724%{transform:translate(68.6184vw,46.724vh) scale(.6826)}to{transform:translate(66.7016vw,99vh) scale(.6826)}}.snow:nth-child(14){opacity:1.7384;transform:translate(12.1354vw,-10px) scale(.1042);animation:fall-14 21s -13s linear infinite}@keyframes fall-14{43.663%{transform:translate(20.1074vw,43.663vh) scale(.1042)}to{transform:translate(16.1214vw,99vh) scale(.1042)}}.snow:nth-child(15){opacity:.8888;transform:translate(60.8492vw,-10px) scale(.4946);animation:fall-15 12s -14s linear infinite}@keyframes fall-15{75.358%{transform:translate(69.5504vw,75.358vh) scale(.4946)}to{transform:translate(65.1998vw,99vh) scale(.4946)}}.snow:nth-child(16){opacity:.6522;transform:translate(72.9814vw,-10px) scale(.8995);animation:fall-16 12s -19s linear infinite}@keyframes fall-16{39.053%{transform:translate(79.5129vw,39.053vh) scale(.8995)}to{transform:translate(76.24715vw,99vh) scale(.8995)}}.snow:nth-child(17){opacity:1.6412;transform:translate(2.9973vw,-10px) scale(.9983);animation:fall-17 20s -15s linear infinite}@keyframes fall-17{34.739%{transform:translate(1.0169vw,34.739vh) scale(.9983)}to{transform:translate(2.0071vw,99vh) scale(.9983)}}.snow:nth-child(18){opacity:1.8638;transform:translate(46.6729vw,-10px) scale(.4487);animation:fall-18 28s -1s linear infinite}@keyframes fall-18{74.783%{transform:translate(46.1754vw,74.783vh) scale(.4487)}to{transform:translate(46.42415vw,99vh) scale(.4487)}}.snow:nth-child(19){opacity:.722;transform:translate(3.6546vw,-10px) scale(.7994);animation:fall-19 19s -20s linear infinite}@keyframes fall-19{68.448%{transform:translate(1.2175vw,68.448vh) scale(.7994)}to{transform:translate(2.43605vw,99vh) scale(.7994)}}.snow:nth-child(20){opacity:.2968;transform:translate(31.1893vw,-10px) scale(.1289);animation:fall-20 13s -4s linear infinite}@keyframes fall-20{35.361%{transform:translate(38.1163vw,35.361vh) scale(.1289)}to{transform:translate(34.6528vw,99vh) scale(.1289)}}.snow:nth-child(21){opacity:.5578;transform:translate(44.3127vw,-10px) scale(.8736);animation:fall-21 21s -19s linear infinite}@keyframes fall-21{42.312%{transform:translate(42.0478vw,42.312vh) scale(.8736)}to{transform:translate(43.18025vw,99vh) scale(.8736)}}.snow:nth-child(22){opacity:1.0756;transform:translate(24.9011vw,-10px) scale(.0794);animation:fall-22 19s -19s linear infinite}@keyframes fall-22{58.812%{transform:translate(29.4906vw,58.812vh) scale(.0794)}to{transform:translate(27.19585vw,99vh) scale(.0794)}}.snow:nth-child(23){opacity:1.2226;transform:translate(67.5329vw,-10px) scale(.94);animation:fall-23 13s -6s linear infinite}@keyframes fall-23{75.849%{transform:translate(68.8441vw,75.849vh) scale(.94)}to{transform:translate(68.1885vw,99vh) scale(.94)}}.snow:nth-child(24){opacity:.4546;transform:translate(54.504vw,-10px) scale(.2687);animation:fall-24 27s -13s linear infinite}@keyframes fall-24{57.888%{transform:translate(59.0205vw,57.888vh) scale(.2687)}to{transform:translate(56.76225vw,99vh) scale(.2687)}}.snow:nth-child(25){opacity:1.682;transform:translate(74.4487vw,-10px) scale(.1262);animation:fall-25 29s -27s linear infinite}@keyframes fall-25{31.852%{transform:translate(73.7488vw,31.852vh) scale(.1262)}to{transform:translate(74.09875vw,99vh) scale(.1262)}}.snow:nth-child(26){opacity:.9082;transform:translate(91.0442vw,-10px) scale(.281);animation:fall-26 30s -28s linear infinite}@keyframes fall-26{51.865%{transform:translate(89.5086vw,51.865vh) scale(.281)}to{transform:translate(90.2764vw,99vh) scale(.281)}}.snow:nth-child(27){opacity:1.8264;transform:translate(91.9595vw,-10px) scale(.4966);animation:fall-27 26s -2s linear infinite}@keyframes fall-27{79.944%{transform:translate(93.4005vw,79.944vh) scale(.4966)}to{transform:translate(92.68vw,99vh) scale(.4966)}}.snow:nth-child(28){opacity:.7004;transform:translate(79.2296vw,-10px) scale(.7383);animation:fall-28 26s -18s linear infinite}@keyframes fall-28{79.618%{transform:translate(77.8156vw,79.618vh) scale(.7383)}to{transform:translate(78.5226vw,99vh) scale(.7383)}}.snow:nth-child(29){opacity:.7994;transform:translate(59.8426vw,-10px) scale(.2196);animation:fall-29 27s -28s linear infinite}@keyframes fall-29{34.93%{transform:translate(61.1829vw,34.93vh) scale(.2196)}to{transform:translate(60.51275vw,99vh) scale(.2196)}}.snow:nth-child(30){opacity:.8816;transform:translate(91.0322vw,-10px) scale(.9534);animation:fall-30 15s -21s linear infinite}@keyframes fall-30{44.092%{transform:translate(87.1155vw,44.092vh) scale(.9534)}to{transform:translate(89.07385vw,99vh) scale(.9534)}}.snow:nth-child(31){opacity:1.4098;transform:translate(63.3999vw,-10px) scale(.7427);animation:fall-31 21s -18s linear infinite}@keyframes fall-31{57.594%{transform:translate(72.013vw,57.594vh) scale(.7427)}to{transform:translate(67.70645vw,99vh) scale(.7427)}}.snow:nth-child(32){opacity:1.1466;transform:translate(96.7187vw,-10px) scale(.782);animation:fall-32 25s -23s linear infinite}@keyframes fall-32{45.585%{transform:translate(100.065vw,45.585vh) scale(.782)}to{transform:translate(98.39185vw,99vh) scale(.782)}}.snow:nth-child(33){opacity:.958;transform:translate(16.4279vw,-10px) scale(.3457);animation:fall-33 13s -4s linear infinite}@keyframes fall-33{72.82%{transform:translate(18.8151vw,72.82vh) scale(.3457)}to{transform:translate(17.6215vw,99vh) scale(.3457)}}.snow:nth-child(34){opacity:1.9522;transform:translate(14.0116vw,-10px) scale(.5972);animation:fall-34 28s -22s linear infinite}@keyframes fall-34{67.576%{transform:translate(22.2344vw,67.576vh) scale(.5972)}to{transform:translate(18.123vw,99vh) scale(.5972)}}.snow:nth-child(35){opacity:1.6238;transform:translate(25.8634vw,-10px) scale(.3329);animation:fall-35 15s -14s linear infinite}@keyframes fall-35{58.293%{transform:translate(30.1533vw,58.293vh) scale(.3329)}to{transform:translate(28.00835vw,99vh) scale(.3329)}}.snow:nth-child(36){opacity:1.4624;transform:translate(14.5493vw,-10px) scale(.7559);animation:fall-36 19s -1s linear infinite}@keyframes fall-36{63.504%{transform:translate(19.8932vw,63.504vh) scale(.7559)}to{transform:translate(17.22125vw,99vh) scale(.7559)}}.snow:nth-child(37){opacity:1.1772;transform:translate(65.0265vw,-10px) scale(.9679);animation:fall-37 24s -23s linear infinite}@keyframes fall-37{52.814%{transform:translate(55.8805vw,52.814vh) scale(.9679)}to{transform:translate(60.4535vw,99vh) scale(.9679)}}.snow:nth-child(38){opacity:1.8736;transform:translate(30.9663vw,-10px) scale(.2838);animation:fall-38 23s -19s linear infinite}@keyframes fall-38{56.206%{transform:translate(29.8524vw,56.206vh) scale(.2838)}to{transform:translate(30.40935vw,99vh) scale(.2838)}}.snow:nth-child(39){opacity:.3392;transform:translate(83.7132vw,-10px) scale(.5599);animation:fall-39 18s -21s linear infinite}@keyframes fall-39{35.152%{transform:translate(73.7438vw,35.152vh) scale(.5599)}to{transform:translate(78.7285vw,99vh) scale(.5599)}}.snow:nth-child(40){opacity:.5894;transform:translate(42.1737vw,-10px) scale(.807);animation:fall-40 27s -23s linear infinite}@keyframes fall-40{33.466%{transform:translate(42.877vw,33.466vh) scale(.807)}to{transform:translate(42.52535vw,99vh) scale(.807)}}.snow:nth-child(41){opacity:.896;transform:translate(89.5307vw,-10px) scale(.774);animation:fall-41 15s -24s linear infinite}@keyframes fall-41{59.483%{transform:translate(94.8433vw,59.483vh) scale(.774)}to{transform:translate(92.187vw,99vh) scale(.774)}}.snow:nth-child(42){opacity:.4356;transform:translate(71.6236vw,-10px) scale(.1805);animation:fall-42 16s -1s linear infinite}@keyframes fall-42{45.19%{transform:translate(73.059vw,45.19vh) scale(.1805)}to{transform:translate(72.3413vw,99vh) scale(.1805)}}.snow:nth-child(43){opacity:.328;transform:translate(13.2843vw,-10px) scale(.8716);animation:fall-43 24s -20s linear infinite}@keyframes fall-43{41.412%{transform:translate(21.8712vw,41.412vh) scale(.8716)}to{transform:translate(17.57775vw,99vh) scale(.8716)}}.snow:nth-child(44){opacity:1.3062;transform:translate(72.1395vw,-10px) scale(.1094);animation:fall-44 16s -15s linear infinite}@keyframes fall-44{77.469%{transform:translate(80.8259vw,77.469vh) scale(.1094)}to{transform:translate(76.4827vw,99vh) scale(.1094)}}.snow:nth-child(45){opacity:1.2194;transform:translate(32.6861vw,-10px) scale(.4471);animation:fall-45 13s -2s linear infinite}@keyframes fall-45{55.173%{transform:translate(29.6616vw,55.173vh) scale(.4471)}to{transform:translate(31.17385vw,99vh) scale(.4471)}}.snow:nth-child(46){opacity:1.1544;transform:translate(3.422vw,-10px) scale(.7593);animation:fall-46 28s -1s linear infinite}@keyframes fall-46{65.824%{transform:translate(-5.6358vw,65.824vh) scale(.7593)}to{transform:translate(-1.1069vw,99vh) scale(.7593)}}.snow:nth-child(47){opacity:1.1346;transform:translate(14.06vw,-10px) scale(.6026);animation:fall-47 22s -26s linear infinite}@keyframes fall-47{34.108%{transform:translate(11.1989vw,34.108vh) scale(.6026)}to{transform:translate(12.62945vw,99vh) scale(.6026)}}.snow:nth-child(48){opacity:.9318;transform:translate(16.2936vw,-10px) scale(.8444);animation:fall-48 20s -5s linear infinite}@keyframes fall-48{61.491%{transform:translate(7.1307vw,61.491vh) scale(.8444)}to{transform:translate(11.71215vw,99vh) scale(.8444)}}.snow:nth-child(49){opacity:1.6446;transform:translate(57.1496vw,-10px) scale(.9623);animation:fall-49 18s -13s linear infinite}@keyframes fall-49{36.083%{transform:translate(65.4175vw,36.083vh) scale(.9623)}to{transform:translate(61.28355vw,99vh) scale(.9623)}}.snow:nth-child(50){opacity:.8994;transform:translate(84.5424vw,-10px) scale(.5039);animation:fall-50 30s -24s linear infinite}@keyframes fall-50{78.441%{transform:translate(92.1802vw,78.441vh) scale(.5039)}to{transform:translate(88.3613vw,99vh) scale(.5039)}}.snow:nth-child(51){opacity:1.8342;transform:translate(89.755vw,-10px) scale(.8499);animation:fall-51 11s -13s linear infinite}@keyframes fall-51{39.846%{transform:translate(98.9272vw,39.846vh) scale(.8499)}to{transform:translate(94.3411vw,99vh) scale(.8499)}}.snow:nth-child(52){opacity:.8274;transform:translate(8.2568vw,-10px) scale(.083);animation:fall-52 30s -16s linear infinite}@keyframes fall-52{66.423%{transform:translate(11.6871vw,66.423vh) scale(.083)}to{transform:translate(9.97195vw,99vh) scale(.083)}}.snow:nth-child(53){opacity:.5326;transform:translate(45.4773vw,-10px) scale(.5092);animation:fall-53 12s -19s linear infinite}@keyframes fall-53{69.899%{transform:translate(35.8857vw,69.899vh) scale(.5092)}to{transform:translate(40.6815vw,99vh) scale(.5092)}}.snow:nth-child(54){opacity:.4326;transform:translate(38.4853vw,-10px) scale(.6533);animation:fall-54 18s -21s linear infinite}@keyframes fall-54{75.904%{transform:translate(36.8029vw,75.904vh) scale(.6533)}to{transform:translate(37.6441vw,99vh) scale(.6533)}}.snow:nth-child(55){opacity:1.1542;transform:translate(70.635vw,-10px) scale(.744);animation:fall-55 11s -18s linear infinite}@keyframes fall-55{50.574%{transform:translate(69.6828vw,50.574vh) scale(.744)}to{transform:translate(70.1589vw,99vh) scale(.744)}}.snow:nth-child(56){opacity:1.248;transform:translate(71.277vw,-10px) scale(.947);animation:fall-56 26s -20s linear infinite}@keyframes fall-56{45.004%{transform:translate(72.8351vw,45.004vh) scale(.947)}to{transform:translate(72.05605vw,99vh) scale(.947)}}.snow:nth-child(57){opacity:1.4166;transform:translate(95.2127vw,-10px) scale(.2282);animation:fall-57 23s -29s linear infinite}@keyframes fall-57{46.861%{transform:translate(96.8032vw,46.861vh) scale(.2282)}to{transform:translate(96.00795vw,99vh) scale(.2282)}}.snow:nth-child(58){opacity:.0072;transform:translate(51.6584vw,-10px) scale(.649);animation:fall-58 19s -29s linear infinite}@keyframes fall-58{78.121%{transform:translate(46.6883vw,78.121vh) scale(.649)}to{transform:translate(49.17335vw,99vh) scale(.649)}}.snow:nth-child(59){opacity:.9822;transform:translate(7.1404vw,-10px) scale(.5928);animation:fall-59 30s -6s linear infinite}@keyframes fall-59{74.328%{transform:translate(16.5678vw,74.328vh) scale(.5928)}to{transform:translate(11.8541vw,99vh) scale(.5928)}}.snow:nth-child(60){opacity:1.0106;transform:translate(92.2261vw,-10px) scale(.7757);animation:fall-60 13s -2s linear infinite}@keyframes fall-60{61.506%{transform:translate(86.6123vw,61.506vh) scale(.7757)}to{transform:translate(89.4192vw,99vh) scale(.7757)}}.snow:nth-child(61){opacity:.7366;transform:translate(50.0328vw,-10px) scale(.8684);animation:fall-61 13s -7s linear infinite}@keyframes fall-61{72.569%{transform:translate(52.0772vw,72.569vh) scale(.8684)}to{transform:translate(51.055vw,99vh) scale(.8684)}}.snow:nth-child(62){opacity:1.4816;transform:translate(87.1229vw,-10px) scale(.5541);animation:fall-62 22s -1s linear infinite}@keyframes fall-62{33.503%{transform:translate(91.6657vw,33.503vh) scale(.5541)}to{transform:translate(89.3943vw,99vh) scale(.5541)}}.snow:nth-child(63){opacity:1.7516;transform:translate(14.9159vw,-10px) scale(.8538);animation:fall-63 21s -6s linear infinite}@keyframes fall-63{54.303%{transform:translate(22.7517vw,54.303vh) scale(.8538)}to{transform:translate(18.8338vw,99vh) scale(.8538)}}.snow:nth-child(64){opacity:1.7314;transform:translate(45.8388vw,-10px) scale(.5351);animation:fall-64 20s -4s linear infinite}@keyframes fall-64{39.038%{transform:translate(41.7817vw,39.038vh) scale(.5351)}to{transform:translate(43.81025vw,99vh) scale(.5351)}}.snow:nth-child(65){opacity:.1318;transform:translate(73.9323vw,-10px) scale(.4088);animation:fall-65 16s -5s linear infinite}@keyframes fall-65{68.157%{transform:translate(73.62vw,68.157vh) scale(.4088)}to{transform:translate(73.77615vw,99vh) scale(.4088)}}.snow:nth-child(66){opacity:.1356;transform:translate(19.0547vw,-10px) scale(.6024);animation:fall-66 27s -27s linear infinite}@keyframes fall-66{48.892%{transform:translate(11.5368vw,48.892vh) scale(.6024)}to{transform:translate(15.29575vw,99vh) scale(.6024)}}.snow:nth-child(67){opacity:.1104;transform:translate(56.9628vw,-10px) scale(.4558);animation:fall-67 14s -20s linear infinite}@keyframes fall-67{65.45%{transform:translate(53.4499vw,65.45vh) scale(.4558)}to{transform:translate(55.20635vw,99vh) scale(.4558)}}.snow:nth-child(68){opacity:1.1508;transform:translate(93.6396vw,-10px) scale(.9884);animation:fall-68 15s -27s linear infinite}@keyframes fall-68{34.001%{transform:translate(86.6456vw,34.001vh) scale(.9884)}to{transform:translate(90.1426vw,99vh) scale(.9884)}}.snow:nth-child(69){opacity:.1644;transform:translate(71.7689vw,-10px) scale(.9558);animation:fall-69 21s -20s linear infinite}@keyframes fall-69{62.811%{transform:translate(71.5263vw,62.811vh) scale(.9558)}to{transform:translate(71.6476vw,99vh) scale(.9558)}}.snow:nth-child(70){opacity:1.9852;transform:translate(22.2743vw,-10px) scale(.4269);animation:fall-70 12s -4s linear infinite}@keyframes fall-70{72.209%{transform:translate(27.8874vw,72.209vh) scale(.4269)}to{transform:translate(25.08085vw,99vh) scale(.4269)}}.snow:nth-child(71){opacity:.3096;transform:translate(26.4125vw,-10px) scale(.2155);animation:fall-71 17s -18s linear infinite}@keyframes fall-71{60.388%{transform:translate(22.6292vw,60.388vh) scale(.2155)}to{transform:translate(24.52085vw,99vh) scale(.2155)}}.snow:nth-child(72){opacity:1.5322;transform:translate(24.748vw,-10px) scale(.6692);animation:fall-72 19s -26s linear infinite}@keyframes fall-72{50.769%{transform:translate(34.2822vw,50.769vh) scale(.6692)}to{transform:translate(29.5151vw,99vh) scale(.6692)}}.snow:nth-child(73){opacity:1.31;transform:translate(20.8635vw,-10px) scale(.0682);animation:fall-73 14s -26s linear infinite}@keyframes fall-73{55.244%{transform:translate(29.2331vw,55.244vh) scale(.0682)}to{transform:translate(25.0483vw,99vh) scale(.0682)}}.snow:nth-child(74){opacity:1.7406;transform:translate(96.8815vw,-10px) scale(.1079);animation:fall-74 18s -17s linear infinite}@keyframes fall-74{73.266%{transform:translate(95.3177vw,73.266vh) scale(.1079)}to{transform:translate(96.0996vw,99vh) scale(.1079)}}.snow:nth-child(75){opacity:1.2074;transform:translate(68.8045vw,-10px) scale(.526);animation:fall-75 28s -20s linear infinite}@keyframes fall-75{69.071%{transform:translate(77.3232vw,69.071vh) scale(.526)}to{transform:translate(73.06385vw,99vh) scale(.526)}}.snow:nth-child(76){opacity:1.6374;transform:translate(26.3923vw,-10px) scale(.3143);animation:fall-76 15s -28s linear infinite}@keyframes fall-76{31.461%{transform:translate(19.8069vw,31.461vh) scale(.3143)}to{transform:translate(23.0996vw,99vh) scale(.3143)}}.snow:nth-child(77){opacity:1.0412;transform:translate(9.517vw,-10px) scale(.6312);animation:fall-77 12s -22s linear infinite}@keyframes fall-77{77.936%{transform:translate(11.0734vw,77.936vh) scale(.6312)}to{transform:translate(10.2952vw,99vh) scale(.6312)}}.snow:nth-child(78){opacity:.5376;transform:translate(55.356vw,-10px) scale(.6066);animation:fall-78 28s -29s linear infinite}@keyframes fall-78{65.596%{transform:translate(48.6993vw,65.596vh) scale(.6066)}to{transform:translate(52.02765vw,99vh) scale(.6066)}}.snow:nth-child(79){opacity:1.3968;transform:translate(31.1244vw,-10px) scale(.5489);animation:fall-79 21s -23s linear infinite}@keyframes fall-79{50.721%{transform:translate(21.7418vw,50.721vh) scale(.5489)}to{transform:translate(26.4331vw,99vh) scale(.5489)}}.snow:nth-child(80){opacity:1.1204;transform:translate(.712vw,-10px) scale(.1227);animation:fall-80 24s -1s linear infinite}@keyframes fall-80{76.84%{transform:translate(3.2086vw,76.84vh) scale(.1227)}to{transform:translate(1.9603vw,99vh) scale(.1227)}}.snow:nth-child(81){opacity:1.9108;transform:translate(85.0164vw,-10px) scale(.1806);animation:fall-81 22s -29s linear infinite}@keyframes fall-81{65.71%{transform:translate(83.4564vw,65.71vh) scale(.1806)}to{transform:translate(84.2364vw,99vh) scale(.1806)}}.snow:nth-child(82){opacity:1.7286;transform:translate(56.0725vw,-10px) scale(.9575);animation:fall-82 29s -14s linear infinite}@keyframes fall-82{42.88%{transform:translate(58.096vw,42.88vh) scale(.9575)}to{transform:translate(57.08425vw,99vh) scale(.9575)}}.snow:nth-child(83){opacity:.9158;transform:translate(52.3058vw,-10px) scale(.1257);animation:fall-83 10s -20s linear infinite}@keyframes fall-83{56.202%{transform:translate(59.8747vw,56.202vh) scale(.1257)}to{transform:translate(56.09025vw,99vh) scale(.1257)}}.snow:nth-child(84){opacity:1.2746;transform:translate(61.386vw,-10px) scale(.7725);animation:fall-84 29s -9s linear infinite}@keyframes fall-84{51.837%{transform:translate(58.4484vw,51.837vh) scale(.7725)}to{transform:translate(59.9172vw,99vh) scale(.7725)}}.snow:nth-child(85){opacity:.794;transform:translate(95.1435vw,-10px) scale(.1515);animation:fall-85 18s -3s linear infinite}@keyframes fall-85{48.998%{transform:translate(91.9852vw,48.998vh) scale(.1515)}to{transform:translate(93.56435vw,99vh) scale(.1515)}}.snow:nth-child(86){opacity:1.993;transform:translate(39.8873vw,-10px) scale(.8828);animation:fall-86 17s -22s linear infinite}@keyframes fall-86{77.382%{transform:translate(39.6003vw,77.382vh) scale(.8828)}to{transform:translate(39.7438vw,99vh) scale(.8828)}}.snow:nth-child(87){opacity:.5472;transform:translate(56.6871vw,-10px) scale(.6616);animation:fall-87 30s -16s linear infinite}@keyframes fall-87{51.8%{transform:translate(59.7271vw,51.8vh) scale(.6616)}to{transform:translate(58.2071vw,99vh) scale(.6616)}}.snow:nth-child(88){opacity:.7482;transform:translate(66.5239vw,-10px) scale(.8039);animation:fall-88 26s -18s linear infinite}@keyframes fall-88{52.905%{transform:translate(66.6074vw,52.905vh) scale(.8039)}to{transform:translate(66.56565vw,99vh) scale(.8039)}}.snow:nth-child(89){opacity:.0624;transform:translate(82.0227vw,-10px) scale(.4199);animation:fall-89 15s -13s linear infinite}@keyframes fall-89{58.5%{transform:translate(86.1187vw,58.5vh) scale(.4199)}to{transform:translate(84.0707vw,99vh) scale(.4199)}}.snow:nth-child(90){opacity:.3764;transform:translate(1.6896vw,-10px) scale(.6511);animation:fall-90 19s -4s linear infinite}@keyframes fall-90{64.68%{transform:translate(-1.4518vw,64.68vh) scale(.6511)}to{transform:translate(.1189vw,99vh) scale(.6511)}}.snow:nth-child(91){opacity:.8434;transform:translate(60.307vw,-10px) scale(.6843);animation:fall-91 18s -2s linear infinite}@keyframes fall-91{62.709%{transform:translate(54.4661vw,62.709vh) scale(.6843)}to{transform:translate(57.38655vw,99vh) scale(.6843)}}.snow:nth-child(92){opacity:.736;transform:translate(7.6297vw,-10px) scale(.0705);animation:fall-92 28s -17s linear infinite}@keyframes fall-92{50.262%{transform:translate(4.1599vw,50.262vh) scale(.0705)}to{transform:translate(5.8948vw,99vh) scale(.0705)}}.snow:nth-child(93){opacity:.329;transform:translate(46.9232vw,-10px) scale(.099);animation:fall-93 18s -6s linear infinite}@keyframes fall-93{38.309%{transform:translate(43.7408vw,38.309vh) scale(.099)}to{transform:translate(45.332vw,99vh) scale(.099)}}.snow:nth-child(94){opacity:.1014;transform:translate(70.1285vw,-10px) scale(.7409);animation:fall-94 22s -13s linear infinite}@keyframes fall-94{51.354%{transform:translate(66.0108vw,51.354vh) scale(.7409)}to{transform:translate(68.06965vw,99vh) scale(.7409)}}.snow:nth-child(95){opacity:.1942;transform:translate(11.7573vw,-10px) scale(.998);animation:fall-95 17s -22s linear infinite}@keyframes fall-95{52.023%{transform:translate(7.8918vw,52.023vh) scale(.998)}to{transform:translate(9.82455vw,99vh) scale(.998)}}.snow:nth-child(96){opacity:1.9372;transform:translate(52.9633vw,-10px) scale(.8459);animation:fall-96 23s -24s linear infinite}@keyframes fall-96{47.141%{transform:translate(46.5773vw,47.141vh) scale(.8459)}to{transform:translate(49.7703vw,99vh) scale(.8459)}}.snow:nth-child(97){opacity:1.678;transform:translate(39.3223vw,-10px) scale(.6305);animation:fall-97 16s -11s linear infinite}@keyframes fall-97{65.506%{transform:translate(44.944vw,65.506vh) scale(.6305)}to{transform:translate(42.13315vw,99vh) scale(.6305)}}.snow:nth-child(98){opacity:1.133;transform:translate(9.2464vw,-10px) scale(.5732);animation:fall-98 29s -1s linear infinite}@keyframes fall-98{42.516%{transform:translate(.6275vw,42.516vh) scale(.5732)}to{transform:translate(4.93695vw,99vh) scale(.5732)}}.snow:nth-child(99){opacity:.591;transform:translate(80.9794vw,-10px) scale(.4298);animation:fall-99 25s -12s linear infinite}@keyframes fall-99{57.888%{transform:translate(86.8011vw,57.888vh) scale(.4298)}to{transform:translate(83.89025vw,99vh) scale(.4298)}}.snow:nth-child(100){opacity:.7656;transform:translate(67.7551vw,-10px) scale(.0853);animation:fall-100 16s -4s linear infinite}@keyframes fall-100{38.049%{transform:translate(73.2828vw,38.049vh) scale(.0853)}to{transform:translate(70.51895vw,99vh) scale(.0853)}}.snow:nth-child(101){opacity:.2;transform:translate(70.466vw,-10px) scale(.8369);animation:fall-101 12s -2s linear infinite}@keyframes fall-101{44.444%{transform:translate(78.889vw,44.444vh) scale(.8369)}to{transform:translate(74.6775vw,99vh) scale(.8369)}}.snow:nth-child(102){opacity:.461;transform:translate(63.7996vw,-10px) scale(.2555);animation:fall-102 19s -26s linear infinite}@keyframes fall-102{34.101%{transform:translate(56.1368vw,34.101vh) scale(.2555)}to{transform:translate(59.9682vw,99vh) scale(.2555)}}.snow:nth-child(103){opacity:.536;transform:translate(81.2224vw,-10px) scale(.4796);animation:fall-103 22s -8s linear infinite}@keyframes fall-103{53.615%{transform:translate(79.5189vw,53.615vh) scale(.4796)}to{transform:translate(80.37065vw,99vh) scale(.4796)}}.snow:nth-child(104){opacity:1.6296;transform:translate(54.2951vw,-10px) scale(.9506);animation:fall-104 16s -10s linear infinite}@keyframes fall-104{32.436%{transform:translate(63.5119vw,32.436vh) scale(.9506)}to{transform:translate(58.9035vw,99vh) scale(.9506)}}.snow:nth-child(105){opacity:1.8842;transform:translate(5.616vw,-10px) scale(.0031);animation:fall-105 27s -14s linear infinite}@keyframes fall-105{39.804%{transform:translate(6.026vw,39.804vh) scale(.0031)}to{transform:translate(5.821vw,99vh) scale(.0031)}}.snow:nth-child(106){opacity:1.937;transform:translate(54.4354vw,-10px) scale(.3431);animation:fall-106 19s -16s linear infinite}@keyframes fall-106{51.599%{transform:translate(58.0225vw,51.599vh) scale(.3431)}to{transform:translate(56.22895vw,99vh) scale(.3431)}}.snow:nth-child(107){opacity:1.1706;transform:translate(26.1077vw,-10px) scale(.6959);animation:fall-107 16s -10s linear infinite}@keyframes fall-107{50.156%{transform:translate(25.7771vw,50.156vh) scale(.6959)}to{transform:translate(25.9424vw,99vh) scale(.6959)}}.snow:nth-child(108){opacity:1.3594;transform:translate(11.0962vw,-10px) scale(.3112);animation:fall-108 24s -4s linear infinite}@keyframes fall-108{37.243%{transform:translate(7.8924vw,37.243vh) scale(.3112)}to{transform:translate(9.4943vw,99vh) scale(.3112)}}.snow:nth-child(109){opacity:1.6408;transform:translate(10.0781vw,-10px) scale(.9134);animation:fall-109 15s -2s linear infinite}@keyframes fall-109{53.711%{transform:translate(17.3492vw,53.711vh) scale(.9134)}to{transform:translate(13.71365vw,99vh) scale(.9134)}}.snow:nth-child(110){opacity:1.555;transform:translate(98.693vw,-10px) scale(.6684);animation:fall-110 22s -24s linear infinite}@keyframes fall-110{39.733%{transform:translate(103.9012vw,39.733vh) scale(.6684)}to{transform:translate(101.2971vw,99vh) scale(.6684)}}.snow:nth-child(111){opacity:1.5162;transform:translate(95.162vw,-10px) scale(.8388);animation:fall-111 30s -15s linear infinite}@keyframes fall-111{55.271%{transform:translate(86.3372vw,55.271vh) scale(.8388)}to{transform:translate(90.7496vw,99vh) scale(.8388)}}.snow:nth-child(112){opacity:1.3502;transform:translate(21.9495vw,-10px) scale(.191);animation:fall-112 25s -25s linear infinite}@keyframes fall-112{76.954%{transform:translate(22.9803vw,76.954vh) scale(.191)}to{transform:translate(22.4649vw,99vh) scale(.191)}}.snow:nth-child(113){opacity:1.7004;transform:translate(57.628vw,-10px) scale(.3145);animation:fall-113 11s -25s linear infinite}@keyframes fall-113{70.525%{transform:translate(57.5722vw,70.525vh) scale(.3145)}to{transform:translate(57.6001vw,99vh) scale(.3145)}}.snow:nth-child(114){opacity:.6842;transform:translate(85.621vw,-10px) scale(.4045);animation:fall-114 13s -22s linear infinite}@keyframes fall-114{74.447%{transform:translate(89.0624vw,74.447vh) scale(.4045)}to{transform:translate(87.3417vw,99vh) scale(.4045)}}.snow:nth-child(115){opacity:.137;transform:translate(85.5215vw,-10px) scale(.4045);animation:fall-115 18s -18s linear infinite}@keyframes fall-115{37.114%{transform:translate(88.2935vw,37.114vh) scale(.4045)}to{transform:translate(86.9075vw,99vh) scale(.4045)}}.snow:nth-child(116){opacity:.3992;transform:translate(64.8027vw,-10px) scale(.7244);animation:fall-116 10s -17s linear infinite}@keyframes fall-116{41.037%{transform:translate(62.5238vw,41.037vh) scale(.7244)}to{transform:translate(63.66325vw,99vh) scale(.7244)}}.snow:nth-child(117){opacity:1.7622;transform:translate(78.894vw,-10px) scale(.5335);animation:fall-117 11s -12s linear infinite}@keyframes fall-117{55.076%{transform:translate(80.5093vw,55.076vh) scale(.5335)}to{transform:translate(79.70165vw,99vh) scale(.5335)}}.snow:nth-child(118){opacity:.3294;transform:translate(72.9693vw,-10px) scale(.7179);animation:fall-118 27s -7s linear infinite}@keyframes fall-118{52.562%{transform:translate(66.7486vw,52.562vh) scale(.7179)}to{transform:translate(69.85895vw,99vh) scale(.7179)}}.snow:nth-child(119){opacity:1.99;transform:translate(78.7206vw,-10px) scale(.5309);animation:fall-119 11s -11s linear infinite}@keyframes fall-119{62.527%{transform:translate(80.2583vw,62.527vh) scale(.5309)}to{transform:translate(79.48945vw,99vh) scale(.5309)}}.snow:nth-child(120){opacity:.7256;transform:translate(44.7422vw,-10px) scale(.6721);animation:fall-120 19s -1s linear infinite}@keyframes fall-120{42.092%{transform:translate(43.7094vw,42.092vh) scale(.6721)}to{transform:translate(44.2258vw,99vh) scale(.6721)}}.snow:nth-child(121){opacity:.0706;transform:translate(73.9697vw,-10px) scale(.5344);animation:fall-121 24s -23s linear infinite}@keyframes fall-121{45.028%{transform:translate(68.1594vw,45.028vh) scale(.5344)}to{transform:translate(71.06455vw,99vh) scale(.5344)}}.snow:nth-child(122){opacity:1.6824;transform:translate(32.9919vw,-10px) scale(.7054);animation:fall-122 24s -7s linear infinite}@keyframes fall-122{76.286%{transform:translate(23.2659vw,76.286vh) scale(.7054)}to{transform:translate(28.1289vw,99vh) scale(.7054)}}.snow:nth-child(123){opacity:.9726;transform:translate(85.2284vw,-10px) scale(.3059);animation:fall-123 11s -26s linear infinite}@keyframes fall-123{67.653%{transform:translate(77.3614vw,67.653vh) scale(.3059)}to{transform:translate(81.2949vw,99vh) scale(.3059)}}.snow:nth-child(124){opacity:1.6822;transform:translate(94.922vw,-10px) scale(.7569);animation:fall-124 14s -20s linear infinite}@keyframes fall-124{55.426%{transform:translate(103.5162vw,55.426vh) scale(.7569)}to{transform:translate(99.2191vw,99vh) scale(.7569)}}.snow:nth-child(125){opacity:1.165;transform:translate(92.0184vw,-10px) scale(.4235);animation:fall-125 10s -2s linear infinite}@keyframes fall-125{62.577%{transform:translate(85.1568vw,62.577vh) scale(.4235)}to{transform:translate(88.5876vw,99vh) scale(.4235)}}.snow:nth-child(126){opacity:1.3672;transform:translate(98.4686vw,-10px) scale(.9904);animation:fall-126 13s -12s linear infinite}@keyframes fall-126{75.851%{transform:translate(98.538vw,75.851vh) scale(.9904)}to{transform:translate(98.5033vw,99vh) scale(.9904)}}.snow:nth-child(127){opacity:1.5454;transform:translate(34.3034vw,-10px) scale(.9443);animation:fall-127 30s -2s linear infinite}@keyframes fall-127{37.048%{transform:translate(37.65vw,37.048vh) scale(.9443)}to{transform:translate(35.9767vw,99vh) scale(.9443)}}.snow:nth-child(128){opacity:1.7462;transform:translate(1.5669vw,-10px) scale(.5181);animation:fall-128 18s -29s linear infinite}@keyframes fall-128{78.954%{transform:translate(-2.56vw,78.954vh) scale(.5181)}to{transform:translate(-.49655vw,99vh) scale(.5181)}}.snow:nth-child(129){opacity:.2526;transform:translate(31.1428vw,-10px) scale(.9964);animation:fall-129 24s -16s linear infinite}@keyframes fall-129{57.263%{transform:translate(34.6142vw,57.263vh) scale(.9964)}to{transform:translate(32.8785vw,99vh) scale(.9964)}}.snow:nth-child(130){opacity:.7138;transform:translate(72.964vw,-10px) scale(.3684);animation:fall-130 21s -27s linear infinite}@keyframes fall-130{42.823%{transform:translate(67.9205vw,42.823vh) scale(.3684)}to{transform:translate(70.44225vw,99vh) scale(.3684)}}.snow:nth-child(131){opacity:.7632;transform:translate(87.887vw,-10px) scale(.0187);animation:fall-131 20s -14s linear infinite}@keyframes fall-131{46.504%{transform:translate(86.0686vw,46.504vh) scale(.0187)}to{transform:translate(86.9778vw,99vh) scale(.0187)}}.snow:nth-child(132){opacity:1.5496;transform:translate(4.686vw,-10px) scale(.0349);animation:fall-132 21s -1s linear infinite}@keyframes fall-132{37.872%{transform:translate(3.1381vw,37.872vh) scale(.0349)}to{transform:translate(3.91205vw,99vh) scale(.0349)}}.snow:nth-child(133){opacity:1.9236;transform:translate(89.4786vw,-10px) scale(.3211);animation:fall-133 24s -9s linear infinite}@keyframes fall-133{53.296%{transform:translate(91.0837vw,53.296vh) scale(.3211)}to{transform:translate(90.28115vw,99vh) scale(.3211)}}.snow:nth-child(134){opacity:.4474;transform:translate(70.1841vw,-10px) scale(.7993);animation:fall-134 25s -22s linear infinite}@keyframes fall-134{41.885%{transform:translate(61.2997vw,41.885vh) scale(.7993)}to{transform:translate(65.7419vw,99vh) scale(.7993)}}.snow:nth-child(135){opacity:1.3118;transform:translate(69.8514vw,-10px) scale(.377);animation:fall-135 18s -29s linear infinite}@keyframes fall-135{59.792%{transform:translate(66.9557vw,59.792vh) scale(.377)}to{transform:translate(68.40355vw,99vh) scale(.377)}}.snow:nth-child(136){opacity:1.8186;transform:translate(94.9771vw,-10px) scale(.5896);animation:fall-136 15s -29s linear infinite}@keyframes fall-136{34.921%{transform:translate(87.5187vw,34.921vh) scale(.5896)}to{transform:translate(91.2479vw,99vh) scale(.5896)}}.snow:nth-child(137){opacity:.1294;transform:translate(4.5902vw,-10px) scale(.5697);animation:fall-137 19s -4s linear infinite}@keyframes fall-137{66.101%{transform:translate(-5.3019vw,66.101vh) scale(.5697)}to{transform:translate(-.35585vw,99vh) scale(.5697)}}.snow:nth-child(138){opacity:.6184;transform:translate(28.9321vw,-10px) scale(.2515);animation:fall-138 16s -18s linear infinite}@keyframes fall-138{68.311%{transform:translate(33.1871vw,68.311vh) scale(.2515)}to{transform:translate(31.0596vw,99vh) scale(.2515)}}.snow:nth-child(139){opacity:1.9012;transform:translate(84.8327vw,-10px) scale(.863);animation:fall-139 23s -11s linear infinite}@keyframes fall-139{79.343%{transform:translate(82.1271vw,79.343vh) scale(.863)}to{transform:translate(83.4799vw,99vh) scale(.863)}}.snow:nth-child(140){opacity:1.608;transform:translate(70.3416vw,-10px) scale(.1624);animation:fall-140 29s -13s linear infinite}@keyframes fall-140{44.173%{transform:translate(62.7461vw,44.173vh) scale(.1624)}to{transform:translate(66.54385vw,99vh) scale(.1624)}}.snow:nth-child(141){opacity:.0966;transform:translate(23.5237vw,-10px) scale(.3048);animation:fall-141 12s -23s linear infinite}@keyframes fall-141{55.33%{transform:translate(21.0839vw,55.33vh) scale(.3048)}to{transform:translate(22.3038vw,99vh) scale(.3048)}}.snow:nth-child(142){opacity:1.8344;transform:translate(17.8166vw,-10px) scale(.8708);animation:fall-142 18s -20s linear infinite}@keyframes fall-142{58.469%{transform:translate(17.6401vw,58.469vh) scale(.8708)}to{transform:translate(17.72835vw,99vh) scale(.8708)}}.snow:nth-child(143){opacity:.0934;transform:translate(18.1625vw,-10px) scale(.1276);animation:fall-143 23s -27s linear infinite}@keyframes fall-143{53.574%{transform:translate(24.1106vw,53.574vh) scale(.1276)}to{transform:translate(21.13655vw,99vh) scale(.1276)}}.snow:nth-child(144){opacity:.5116;transform:translate(20.9802vw,-10px) scale(.9853);animation:fall-144 19s -15s linear infinite}@keyframes fall-144{75.751%{transform:translate(22.5919vw,75.751vh) scale(.9853)}to{transform:translate(21.78605vw,99vh) scale(.9853)}}.snow:nth-child(145){opacity:.8388;transform:translate(27.3477vw,-10px) scale(.93);animation:fall-145 15s -27s linear infinite}@keyframes fall-145{39.859%{transform:translate(19.1709vw,39.859vh) scale(.93)}to{transform:translate(23.2593vw,99vh) scale(.93)}}.snow:nth-child(146){opacity:.232;transform:translate(65.5039vw,-10px) scale(.4038);animation:fall-146 25s -17s linear infinite}@keyframes fall-146{61.863%{transform:translate(70.8936vw,61.863vh) scale(.4038)}to{transform:translate(68.19875vw,99vh) scale(.4038)}}.snow:nth-child(147){opacity:1.3088;transform:translate(50.6156vw,-10px) scale(.6413);animation:fall-147 15s -12s linear infinite}@keyframes fall-147{70.738%{transform:translate(57.1598vw,70.738vh) scale(.6413)}to{transform:translate(53.8877vw,99vh) scale(.6413)}}.snow:nth-child(148){opacity:.4852;transform:translate(9.2199vw,-10px) scale(.5671);animation:fall-148 26s -29s linear infinite}@keyframes fall-148{46.338%{transform:translate(15.8178vw,46.338vh) scale(.5671)}to{transform:translate(12.51885vw,99vh) scale(.5671)}}.snow:nth-child(149){opacity:1.373;transform:translate(79.9171vw,-10px) scale(.8288);animation:fall-149 11s -24s linear infinite}@keyframes fall-149{50.791%{transform:translate(87.6692vw,50.791vh) scale(.8288)}to{transform:translate(83.79315vw,99vh) scale(.8288)}}.snow:nth-child(150){opacity:1.0588;transform:translate(68.7327vw,-10px) scale(.138);animation:fall-150 24s -9s linear infinite}@keyframes fall-150{52.405%{transform:translate(75.1002vw,52.405vh) scale(.138)}to{transform:translate(71.91645vw,99vh) scale(.138)}}.snow:nth-child(151){opacity:1.7032;transform:translate(72.5137vw,-10px) scale(.5971);animation:fall-151 20s -4s linear infinite}@keyframes fall-151{48.329%{transform:translate(74.2941vw,48.329vh) scale(.5971)}to{transform:translate(73.4039vw,99vh) scale(.5971)}}.snow:nth-child(152){opacity:1.7806;transform:translate(39.8543vw,-10px) scale(.0115);animation:fall-152 15s -12s linear infinite}@keyframes fall-152{45.645%{transform:translate(31.6473vw,45.645vh) scale(.0115)}to{transform:translate(35.7508vw,99vh) scale(.0115)}}.snow:nth-child(153){opacity:1.2696;transform:translate(96.1309vw,-10px) scale(.3254);animation:fall-153 28s -18s linear infinite}@keyframes fall-153{34.905%{transform:translate(105.5574vw,34.905vh) scale(.3254)}to{transform:translate(100.84415vw,99vh) scale(.3254)}}.snow:nth-child(154){opacity:1.071;transform:translate(10.0659vw,-10px) scale(.3679);animation:fall-154 11s -2s linear infinite}@keyframes fall-154{38.308%{transform:translate(17.7137vw,38.308vh) scale(.3679)}to{transform:translate(13.8898vw,99vh) scale(.3679)}}.snow:nth-child(155){opacity:1.9478;transform:translate(92.3151vw,-10px) scale(.8099);animation:fall-155 12s -28s linear infinite}@keyframes fall-155{49.056%{transform:translate(88.5694vw,49.056vh) scale(.8099)}to{transform:translate(90.44225vw,99vh) scale(.8099)}}.snow:nth-child(156){opacity:1.9096;transform:translate(11.2081vw,-10px) scale(.0316);animation:fall-156 15s -24s linear infinite}@keyframes fall-156{54.028%{transform:translate(17.7702vw,54.028vh) scale(.0316)}to{transform:translate(14.48915vw,99vh) scale(.0316)}}.snow:nth-child(157){opacity:1.7502;transform:translate(76.2114vw,-10px) scale(.1729);animation:fall-157 21s -20s linear infinite}@keyframes fall-157{69.619%{transform:translate(74.8736vw,69.619vh) scale(.1729)}to{transform:translate(75.5425vw,99vh) scale(.1729)}}.snow:nth-child(158){opacity:1.1006;transform:translate(97.4566vw,-10px) scale(.8948);animation:fall-158 12s -5s linear infinite}@keyframes fall-158{59.046%{transform:translate(94.2774vw,59.046vh) scale(.8948)}to{transform:translate(95.867vw,99vh) scale(.8948)}}.snow:nth-child(159){opacity:.453;transform:translate(98.9484vw,-10px) scale(.7437);animation:fall-159 15s -18s linear infinite}@keyframes fall-159{35.015%{transform:translate(101.5535vw,35.015vh) scale(.7437)}to{transform:translate(100.25095vw,99vh) scale(.7437)}}.snow:nth-child(160){opacity:1.4126;transform:translate(2.3857vw,-10px) scale(.7471);animation:fall-160 28s -3s linear infinite}@keyframes fall-160{64.034%{transform:translate(7.98vw,64.034vh) scale(.7471)}to{transform:translate(5.18285vw,99vh) scale(.7471)}}.snow:nth-child(161){opacity:.7288;transform:translate(39.0955vw,-10px) scale(.1422);animation:fall-161 30s -21s linear infinite}@keyframes fall-161{75.882%{transform:translate(35.3115vw,75.882vh) scale(.1422)}to{transform:translate(37.2035vw,99vh) scale(.1422)}}.snow:nth-child(162){opacity:1.637;transform:translate(8.677vw,-10px) scale(.1723);animation:fall-162 13s -4s linear infinite}@keyframes fall-162{45.226%{transform:translate(6.2842vw,45.226vh) scale(.1723)}to{transform:translate(7.4806vw,99vh) scale(.1723)}}.snow:nth-child(163){opacity:.1902;transform:translate(51.466vw,-10px) scale(.3744);animation:fall-163 25s -15s linear infinite}@keyframes fall-163{76.23%{transform:translate(46.2562vw,76.23vh) scale(.3744)}to{transform:translate(48.8611vw,99vh) scale(.3744)}}.snow:nth-child(164){opacity:1.2142;transform:translate(92.1835vw,-10px) scale(.3465);animation:fall-164 24s -4s linear infinite}@keyframes fall-164{34.992%{transform:translate(96.2729vw,34.992vh) scale(.3465)}to{transform:translate(94.2282vw,99vh) scale(.3465)}}.snow:nth-child(165){opacity:.4068;transform:translate(16.0782vw,-10px) scale(.3875);animation:fall-165 24s -20s linear infinite}@keyframes fall-165{74.416%{transform:translate(24.6617vw,74.416vh) scale(.3875)}to{transform:translate(20.36995vw,99vh) scale(.3875)}}.snow:nth-child(166){opacity:1.3472;transform:translate(26.0633vw,-10px) scale(.7888);animation:fall-166 15s -20s linear infinite}@keyframes fall-166{58.492%{transform:translate(20.6933vw,58.492vh) scale(.7888)}to{transform:translate(23.3783vw,99vh) scale(.7888)}}.snow:nth-child(167){opacity:1.5846;transform:translate(47.237vw,-10px) scale(.2031);animation:fall-167 22s -14s linear infinite}@keyframes fall-167{44.283%{transform:translate(39.0431vw,44.283vh) scale(.2031)}to{transform:translate(43.14005vw,99vh) scale(.2031)}}.snow:nth-child(168){opacity:.3248;transform:translate(99.8922vw,-10px) scale(.1402);animation:fall-168 16s -10s linear infinite}@keyframes fall-168{76.187%{transform:translate(103.3488vw,76.187vh) scale(.1402)}to{transform:translate(101.6205vw,99vh) scale(.1402)}}.snow:nth-child(169){opacity:1.2842;transform:translate(24.613vw,-10px) scale(.4307);animation:fall-169 28s -30s linear infinite}@keyframes fall-169{40.219%{transform:translate(30.2552vw,40.219vh) scale(.4307)}to{transform:translate(27.4341vw,99vh) scale(.4307)}}.snow:nth-child(170){opacity:1.4728;transform:translate(87.0926vw,-10px) scale(.1451);animation:fall-170 18s -15s linear infinite}@keyframes fall-170{38.348%{transform:translate(83.8003vw,38.348vh) scale(.1451)}to{transform:translate(85.44645vw,99vh) scale(.1451)}}.snow:nth-child(171){opacity:1.9846;transform:translate(25.8732vw,-10px) scale(.6455);animation:fall-171 17s -21s linear infinite}@keyframes fall-171{62.459%{transform:translate(26.2343vw,62.459vh) scale(.6455)}to{transform:translate(26.05375vw,99vh) scale(.6455)}}.snow:nth-child(172){opacity:.5988;transform:translate(57.5824vw,-10px) scale(.5871);animation:fall-172 19s -23s linear infinite}@keyframes fall-172{71.831%{transform:translate(55.7479vw,71.831vh) scale(.5871)}to{transform:translate(56.66515vw,99vh) scale(.5871)}}.snow:nth-child(173){opacity:.0084;transform:translate(99.5437vw,-10px) scale(.1662);animation:fall-173 15s -10s linear infinite}@keyframes fall-173{69.702%{transform:translate(98.4835vw,69.702vh) scale(.1662)}to{transform:translate(99.0136vw,99vh) scale(.1662)}}.snow:nth-child(174){opacity:.552;transform:translate(72.3698vw,-10px) scale(.6188);animation:fall-174 20s -10s linear infinite}@keyframes fall-174{36.752%{transform:translate(63.9645vw,36.752vh) scale(.6188)}to{transform:translate(68.16715vw,99vh) scale(.6188)}}.snow:nth-child(175){opacity:.6498;transform:translate(16.4275vw,-10px) scale(.5429);animation:fall-175 23s -22s linear infinite}@keyframes fall-175{65.087%{transform:translate(14.7926vw,65.087vh) scale(.5429)}to{transform:translate(15.61005vw,99vh) scale(.5429)}}.snow:nth-child(176){opacity:1.032;transform:translate(67.5784vw,-10px) scale(.9055);animation:fall-176 21s -24s linear infinite}@keyframes fall-176{34.974%{transform:translate(76.5023vw,34.974vh) scale(.9055)}to{transform:translate(72.04035vw,99vh) scale(.9055)}}.snow:nth-child(177){opacity:1.1576;transform:translate(83.2452vw,-10px) scale(.4608);animation:fall-177 10s -21s linear infinite}@keyframes fall-177{36.937%{transform:translate(83.0791vw,36.937vh) scale(.4608)}to{transform:translate(83.16215vw,99vh) scale(.4608)}}.snow:nth-child(178){opacity:.2062;transform:translate(31.1779vw,-10px) scale(.8037);animation:fall-178 25s -18s linear infinite}@keyframes fall-178{65.134%{transform:translate(32.3026vw,65.134vh) scale(.8037)}to{transform:translate(31.74025vw,99vh) scale(.8037)}}.snow:nth-child(179){opacity:.3364;transform:translate(81.5407vw,-10px) scale(.3032);animation:fall-179 27s -7s linear infinite}@keyframes fall-179{59.015%{transform:translate(77.5088vw,59.015vh) scale(.3032)}to{transform:translate(79.52475vw,99vh) scale(.3032)}}.snow:nth-child(180){opacity:1.9446;transform:translate(74.8342vw,-10px) scale(.1827);animation:fall-180 27s -25s linear infinite}@keyframes fall-180{63.571%{transform:translate(84.672vw,63.571vh) scale(.1827)}to{transform:translate(79.7531vw,99vh) scale(.1827)}}.snow:nth-child(181){opacity:1.5182;transform:translate(64.4989vw,-10px) scale(.3976);animation:fall-181 14s -17s linear infinite}@keyframes fall-181{54.005%{transform:translate(69.0731vw,54.005vh) scale(.3976)}to{transform:translate(66.786vw,99vh) scale(.3976)}}.snow:nth-child(182){opacity:.814;transform:translate(27.3579vw,-10px) scale(.3745);animation:fall-182 23s -11s linear infinite}@keyframes fall-182{70.908%{transform:translate(26.055vw,70.908vh) scale(.3745)}to{transform:translate(26.70645vw,99vh) scale(.3745)}}.snow:nth-child(183){opacity:1.7722;transform:translate(89.172vw,-10px) scale(.4213);animation:fall-183 11s -16s linear infinite}@keyframes fall-183{49.95%{transform:translate(88.808vw,49.95vh) scale(.4213)}to{transform:translate(88.99vw,99vh) scale(.4213)}}.snow:nth-child(184){opacity:.9832;transform:translate(58.3634vw,-10px) scale(.3602);animation:fall-184 14s -15s linear infinite}@keyframes fall-184{53.751%{transform:translate(55.6106vw,53.751vh) scale(.3602)}to{transform:translate(56.987vw,99vh) scale(.3602)}}.snow:nth-child(185){opacity:1.591;transform:translate(43.4076vw,-10px) scale(.4337);animation:fall-185 22s -14s linear infinite}@keyframes fall-185{41.265%{transform:translate(47.4054vw,41.265vh) scale(.4337)}to{transform:translate(45.4065vw,99vh) scale(.4337)}}.snow:nth-child(186){opacity:.1524;transform:translate(49.5872vw,-10px) scale(.0539);animation:fall-186 14s -24s linear infinite}@keyframes fall-186{51.549%{transform:translate(58.5784vw,51.549vh) scale(.0539)}to{transform:translate(54.0828vw,99vh) scale(.0539)}}.snow:nth-child(187){opacity:.7068;transform:translate(91.4584vw,-10px) scale(.9236);animation:fall-187 25s -12s linear infinite}@keyframes fall-187{69.521%{transform:translate(91.7161vw,69.521vh) scale(.9236)}to{transform:translate(91.58725vw,99vh) scale(.9236)}}.snow:nth-child(188){opacity:1.478;transform:translate(77.9217vw,-10px) scale(.4721);animation:fall-188 18s -21s linear infinite}@keyframes fall-188{78.562%{transform:translate(84.1473vw,78.562vh) scale(.4721)}to{transform:translate(81.0345vw,99vh) scale(.4721)}}.snow:nth-child(189){opacity:1.9416;transform:translate(67.637vw,-10px) scale(.4229);animation:fall-189 11s -15s linear infinite}@keyframes fall-189{57.804%{transform:translate(71.6201vw,57.804vh) scale(.4229)}to{transform:translate(69.62855vw,99vh) scale(.4229)}}.snow:nth-child(190){opacity:.6864;transform:translate(82.2827vw,-10px) scale(.2295);animation:fall-190 19s -13s linear infinite}@keyframes fall-190{54.239%{transform:translate(86.8652vw,54.239vh) scale(.2295)}to{transform:translate(84.57395vw,99vh) scale(.2295)}}.snow:nth-child(191){opacity:.5434;transform:translate(39.3597vw,-10px) scale(.3199);animation:fall-191 19s -13s linear infinite}@keyframes fall-191{45.846%{transform:translate(48.3132vw,45.846vh) scale(.3199)}to{transform:translate(43.83645vw,99vh) scale(.3199)}}.snow:nth-child(192){opacity:.7708;transform:translate(3.1864vw,-10px) scale(.2227);animation:fall-192 27s -21s linear infinite}@keyframes fall-192{42.361%{transform:translate(7.333vw,42.361vh) scale(.2227)}to{transform:translate(5.2597vw,99vh) scale(.2227)}}.snow:nth-child(193){opacity:1.4068;transform:translate(2.537vw,-10px) scale(.8716);animation:fall-193 16s -20s linear infinite}@keyframes fall-193{63.32%{transform:translate(-7.3358vw,63.32vh) scale(.8716)}to{transform:translate(-2.3994vw,99vh) scale(.8716)}}.snow:nth-child(194){opacity:.938;transform:translate(67.5973vw,-10px) scale(.9765);animation:fall-194 17s -10s linear infinite}@keyframes fall-194{33.362%{transform:translate(76.6433vw,33.362vh) scale(.9765)}to{transform:translate(72.1203vw,99vh) scale(.9765)}}.snow:nth-child(195){opacity:.197;transform:translate(83.1183vw,-10px) scale(.3278);animation:fall-195 25s -23s linear infinite}@keyframes fall-195{56.926%{transform:translate(74.62vw,56.926vh) scale(.3278)}to{transform:translate(78.86915vw,99vh) scale(.3278)}}.snow:nth-child(196){opacity:.66;transform:translate(88.096vw,-10px) scale(.7621);animation:fall-196 23s -28s linear infinite}@keyframes fall-196{51.277%{transform:translate(87.1413vw,51.277vh) scale(.7621)}to{transform:translate(87.61865vw,99vh) scale(.7621)}}.snow:nth-child(197){opacity:.4832;transform:translate(67.0774vw,-10px) scale(.0048);animation:fall-197 26s -27s linear infinite}@keyframes fall-197{74.826%{transform:translate(69.8499vw,74.826vh) scale(.0048)}to{transform:translate(68.46365vw,99vh) scale(.0048)}}.snow:nth-child(198){opacity:1.623;transform:translate(33.5563vw,-10px) scale(.7483);animation:fall-198 11s -26s linear infinite}@keyframes fall-198{32.274%{transform:translate(40.5353vw,32.274vh) scale(.7483)}to{transform:translate(37.0458vw,99vh) scale(.7483)}}.snow:nth-child(199){opacity:.0398;transform:translate(80.8115vw,-10px) scale(.1744);animation:fall-199 20s -2s linear infinite}@keyframes fall-199{70.838%{transform:translate(78.7228vw,70.838vh) scale(.1744)}to{transform:translate(79.76715vw,99vh) scale(.1744)}}.snow:nth-child(200){opacity:1.2326;transform:translate(43.809vw,-10px) scale(.894);animation:fall-200 13s -1s linear infinite}@keyframes fall-200{54.428%{transform:translate(40.5712vw,54.428vh) scale(.894)}to{transform:translate(42.1901vw,99vh) scale(.894)}}.snow:nth-child(201){opacity:1.4192;transform:translate(53.9895vw,-10px) scale(.8049);animation:fall-201 17s -7s linear infinite}@keyframes fall-201{77.514%{transform:translate(51.8162vw,77.514vh) scale(.8049)}to{transform:translate(52.90285vw,99vh) scale(.8049)}}.snow:nth-child(202){opacity:.797;transform:translate(85.048vw,-10px) scale(.5547);animation:fall-202 13s -21s linear infinite}@keyframes fall-202{54.194%{transform:translate(89.7912vw,54.194vh) scale(.5547)}to{transform:translate(87.4196vw,99vh) scale(.5547)}}.snow:nth-child(203){opacity:1.3604;transform:translate(58.1212vw,-10px) scale(.8022);animation:fall-203 11s -8s linear infinite}@keyframes fall-203{48.048%{transform:translate(66.3722vw,48.048vh) scale(.8022)}to{transform:translate(62.2467vw,99vh) scale(.8022)}}.snow:nth-child(204){opacity:.6332;transform:translate(64.6747vw,-10px) scale(.1872);animation:fall-204 10s -24s linear infinite}@keyframes fall-204{73.26%{transform:translate(71.5217vw,73.26vh) scale(.1872)}to{transform:translate(68.0982vw,99vh) scale(.1872)}}.snow:nth-child(205){opacity:.2598;transform:translate(73.7431vw,-10px) scale(.7677);animation:fall-205 28s -22s linear infinite}@keyframes fall-205{55.327%{transform:translate(64.7313vw,55.327vh) scale(.7677)}to{transform:translate(69.2372vw,99vh) scale(.7677)}}.snow:nth-child(206){opacity:.0564;transform:translate(37.0062vw,-10px) scale(.0041);animation:fall-206 23s -8s linear infinite}@keyframes fall-206{76.904%{transform:translate(34.5682vw,76.904vh) scale(.0041)}to{transform:translate(35.7872vw,99vh) scale(.0041)}}.snow:nth-child(207){opacity:1.8192;transform:translate(15.8542vw,-10px) scale(.6381);animation:fall-207 26s -8s linear infinite}@keyframes fall-207{37.146%{transform:translate(16.2761vw,37.146vh) scale(.6381)}to{transform:translate(16.06515vw,99vh) scale(.6381)}}.snow:nth-child(208){opacity:.5844;transform:translate(12.2393vw,-10px) scale(.8164);animation:fall-208 22s -9s linear infinite}@keyframes fall-208{32.812%{transform:translate(16.6686vw,32.812vh) scale(.8164)}to{transform:translate(14.45395vw,99vh) scale(.8164)}}.snow:nth-child(209){opacity:1.7168;transform:translate(26.9445vw,-10px) scale(.4067);animation:fall-209 10s -14s linear infinite}@keyframes fall-209{35.969%{transform:translate(29.5291vw,35.969vh) scale(.4067)}to{transform:translate(28.2368vw,99vh) scale(.4067)}}.snow:nth-child(210){opacity:.1968;transform:translate(36.095vw,-10px) scale(.7442);animation:fall-210 14s -22s linear infinite}@keyframes fall-210{52.324%{transform:translate(31.759vw,52.324vh) scale(.7442)}to{transform:translate(33.927vw,99vh) scale(.7442)}}.snow:nth-child(211){opacity:1.409;transform:translate(91.1285vw,-10px) scale(.0026);animation:fall-211 15s -30s linear infinite}@keyframes fall-211{61.247%{transform:translate(94.7945vw,61.247vh) scale(.0026)}to{transform:translate(92.9615vw,99vh) scale(.0026)}}.snow:nth-child(212){opacity:1.7968;transform:translate(39.8012vw,-10px) scale(.5896);animation:fall-212 16s -10s linear infinite}@keyframes fall-212{57.904%{transform:translate(42.9543vw,57.904vh) scale(.5896)}to{transform:translate(41.37775vw,99vh) scale(.5896)}}.snow:nth-child(213){opacity:1.7718;transform:translate(13.3907vw,-10px) scale(.0336);animation:fall-213 16s -12s linear infinite}@keyframes fall-213{64.692%{transform:translate(8.7179vw,64.692vh) scale(.0336)}to{transform:translate(11.0543vw,99vh) scale(.0336)}}.snow:nth-child(214){opacity:.8958;transform:translate(38.2723vw,-10px) scale(.894);animation:fall-214 11s -15s linear infinite}@keyframes fall-214{55.679%{transform:translate(37.8123vw,55.679vh) scale(.894)}to{transform:translate(38.0423vw,99vh) scale(.894)}}.snow:nth-child(215){opacity:.7496;transform:translate(94.3304vw,-10px) scale(.9591);animation:fall-215 22s -6s linear infinite}@keyframes fall-215{57.765%{transform:translate(86.9114vw,57.765vh) scale(.9591)}to{transform:translate(90.6209vw,99vh) scale(.9591)}}.snow:nth-child(216){opacity:.0054;transform:translate(22.7358vw,-10px) scale(.753);animation:fall-216 20s -14s linear infinite}@keyframes fall-216{32.638%{transform:translate(23.1759vw,32.638vh) scale(.753)}to{transform:translate(22.95585vw,99vh) scale(.753)}}.snow:nth-child(217){opacity:1.813;transform:translate(14.5658vw,-10px) scale(.9269);animation:fall-217 13s -9s linear infinite}@keyframes fall-217{73.636%{transform:translate(13.1636vw,73.636vh) scale(.9269)}to{transform:translate(13.8647vw,99vh) scale(.9269)}}.snow:nth-child(218){opacity:1.7908;transform:translate(16.0704vw,-10px) scale(.6584);animation:fall-218 26s -3s linear infinite}@keyframes fall-218{50.732%{transform:translate(15.7017vw,50.732vh) scale(.6584)}to{transform:translate(15.88605vw,99vh) scale(.6584)}}.snow:nth-child(219){opacity:.7278;transform:translate(63.6237vw,-10px) scale(.285);animation:fall-219 28s -20s linear infinite}@keyframes fall-219{41.292%{transform:translate(57.443vw,41.292vh) scale(.285)}to{transform:translate(60.53335vw,99vh) scale(.285)}}.snow:nth-child(220){opacity:.9226;transform:translate(69.4461vw,-10px) scale(.2916);animation:fall-220 16s -6s linear infinite}@keyframes fall-220{36.027%{transform:translate(62.9vw,36.027vh) scale(.2916)}to{transform:translate(66.17305vw,99vh) scale(.2916)}}.snow:nth-child(221){opacity:.7778;transform:translate(30.2956vw,-10px) scale(.0098);animation:fall-221 14s -3s linear infinite}@keyframes fall-221{40.549%{transform:translate(32.4476vw,40.549vh) scale(.0098)}to{transform:translate(31.3716vw,99vh) scale(.0098)}}.snow:nth-child(222){opacity:.3734;transform:translate(7.7013vw,-10px) scale(.7272);animation:fall-222 24s -12s linear infinite}@keyframes fall-222{66.305%{transform:translate(13.9041vw,66.305vh) scale(.7272)}to{transform:translate(10.8027vw,99vh) scale(.7272)}}.snow:nth-child(223){opacity:1.3036;transform:translate(97.7206vw,-10px) scale(.2432);animation:fall-223 20s -21s linear infinite}@keyframes fall-223{73.115%{transform:translate(104.117vw,73.115vh) scale(.2432)}to{transform:translate(100.9188vw,99vh) scale(.2432)}}.snow:nth-child(224){opacity:.6876;transform:translate(88.1334vw,-10px) scale(.7652);animation:fall-224 24s -10s linear infinite}@keyframes fall-224{75.901%{transform:translate(91.479vw,75.901vh) scale(.7652)}to{transform:translate(89.8062vw,99vh) scale(.7652)}}.snow:nth-child(225){opacity:1.1764;transform:translate(10.0019vw,-10px) scale(.058);animation:fall-225 12s -6s linear infinite}@keyframes fall-225{60.178%{transform:translate(9.1189vw,60.178vh) scale(.058)}to{transform:translate(9.5604vw,99vh) scale(.058)}}.snow:nth-child(226){opacity:.7;transform:translate(56.7826vw,-10px) scale(.5193);animation:fall-226 23s -17s linear infinite}@keyframes fall-226{37.936%{transform:translate(47.2088vw,37.936vh) scale(.5193)}to{transform:translate(51.9957vw,99vh) scale(.5193)}}.snow:nth-child(227){opacity:.856;transform:translate(42.2654vw,-10px) scale(.0545);animation:fall-227 24s -25s linear infinite}@keyframes fall-227{33.048%{transform:translate(35.82vw,33.048vh) scale(.0545)}to{transform:translate(39.0427vw,99vh) scale(.0545)}}.snow:nth-child(228){opacity:1.1174;transform:translate(90.1084vw,-10px) scale(.9497);animation:fall-228 13s -7s linear infinite}@keyframes fall-228{48.748%{transform:translate(80.8569vw,48.748vh) scale(.9497)}to{transform:translate(85.48265vw,99vh) scale(.9497)}}.snow:nth-child(229){opacity:1.4894;transform:translate(84.4535vw,-10px) scale(.1836);animation:fall-229 23s -1s linear infinite}@keyframes fall-229{69.209%{transform:translate(92.0657vw,69.209vh) scale(.1836)}to{transform:translate(88.2596vw,99vh) scale(.1836)}}.snow:nth-child(230){opacity:.927;transform:translate(40.8334vw,-10px) scale(.537);animation:fall-230 13s -29s linear infinite}@keyframes fall-230{62.294%{transform:translate(34.7327vw,62.294vh) scale(.537)}to{transform:translate(37.78305vw,99vh) scale(.537)}}.snow:nth-child(231){opacity:1.695;transform:translate(98.3409vw,-10px) scale(.5258);animation:fall-231 23s -10s linear infinite}@keyframes fall-231{46.903%{transform:translate(104.9434vw,46.903vh) scale(.5258)}to{transform:translate(101.64215vw,99vh) scale(.5258)}}.snow:nth-child(232){opacity:1.6272;transform:translate(22.6552vw,-10px) scale(.1049);animation:fall-232 30s -10s linear infinite}@keyframes fall-232{58.652%{transform:translate(20.1393vw,58.652vh) scale(.1049)}to{transform:translate(21.39725vw,99vh) scale(.1049)}}.snow:nth-child(233){opacity:.6774;transform:translate(98.1255vw,-10px) scale(.5815);animation:fall-233 18s -1s linear infinite}@keyframes fall-233{68.474%{transform:translate(96.1573vw,68.474vh) scale(.5815)}to{transform:translate(97.1414vw,99vh) scale(.5815)}}.snow:nth-child(234){opacity:.0398;transform:translate(89.871vw,-10px) scale(.5298);animation:fall-234 30s -8s linear infinite}@keyframes fall-234{47.18%{transform:translate(93.429vw,47.18vh) scale(.5298)}to{transform:translate(91.65vw,99vh) scale(.5298)}}.snow:nth-child(235){opacity:.0938;transform:translate(61.2392vw,-10px) scale(.6201);animation:fall-235 21s -8s linear infinite}@keyframes fall-235{66.214%{transform:translate(54.0921vw,66.214vh) scale(.6201)}to{transform:translate(57.66565vw,99vh) scale(.6201)}}.snow:nth-child(236){opacity:.5628;transform:translate(18.6529vw,-10px) scale(.1302);animation:fall-236 21s -11s linear infinite}@keyframes fall-236{56.221%{transform:translate(16.0919vw,56.221vh) scale(.1302)}to{transform:translate(17.3724vw,99vh) scale(.1302)}}.snow:nth-child(237){opacity:1.336;transform:translate(65.9351vw,-10px) scale(.5976);animation:fall-237 19s -27s linear infinite}@keyframes fall-237{68.569%{transform:translate(59.2775vw,68.569vh) scale(.5976)}to{transform:translate(62.6063vw,99vh) scale(.5976)}}.snow:nth-child(238){opacity:1.3038;transform:translate(32.1496vw,-10px) scale(.4758);animation:fall-238 28s -23s linear infinite}@keyframes fall-238{47.102%{transform:translate(31.5869vw,47.102vh) scale(.4758)}to{transform:translate(31.86825vw,99vh) scale(.4758)}}.snow:nth-child(239){opacity:.0428;transform:translate(48.246vw,-10px) scale(.2045);animation:fall-239 25s -24s linear infinite}@keyframes fall-239{55.681%{transform:translate(40.5433vw,55.681vh) scale(.2045)}to{transform:translate(44.39465vw,99vh) scale(.2045)}}.snow:nth-child(240){opacity:.8982;transform:translate(77.097vw,-10px) scale(.1235);animation:fall-240 12s -14s linear infinite}@keyframes fall-240{59.763%{transform:translate(76.5097vw,59.763vh) scale(.1235)}to{transform:translate(76.80335vw,99vh) scale(.1235)}}.snow:nth-child(241){opacity:1.767;transform:translate(60.7864vw,-10px) scale(.1842);animation:fall-241 29s -8s linear infinite}@keyframes fall-241{72.427%{transform:translate(68.9628vw,72.427vh) scale(.1842)}to{transform:translate(64.8746vw,99vh) scale(.1842)}}.snow:nth-child(242){opacity:1.69;transform:translate(31.3862vw,-10px) scale(.7334);animation:fall-242 15s -15s linear infinite}@keyframes fall-242{42.006%{transform:translate(26.4611vw,42.006vh) scale(.7334)}to{transform:translate(28.92365vw,99vh) scale(.7334)}}.snow:nth-child(243){opacity:.4642;transform:translate(16.0089vw,-10px) scale(.3574);animation:fall-243 24s -20s linear infinite}@keyframes fall-243{43.464%{transform:translate(18.5086vw,43.464vh) scale(.3574)}to{transform:translate(17.25875vw,99vh) scale(.3574)}}.snow:nth-child(244){opacity:.466;transform:translate(63.2447vw,-10px) scale(.3706);animation:fall-244 28s -24s linear infinite}@keyframes fall-244{60.188%{transform:translate(63.0155vw,60.188vh) scale(.3706)}to{transform:translate(63.1301vw,99vh) scale(.3706)}}.snow:nth-child(245){opacity:1.1636;transform:translate(30.9149vw,-10px) scale(.6472);animation:fall-245 23s -20s linear infinite}@keyframes fall-245{65.87%{transform:translate(30.3016vw,65.87vh) scale(.6472)}to{transform:translate(30.60825vw,99vh) scale(.6472)}}.snow:nth-child(246){opacity:1.0188;transform:translate(22.3131vw,-10px) scale(.0538);animation:fall-246 26s -26s linear infinite}@keyframes fall-246{63.048%{transform:translate(18.9393vw,63.048vh) scale(.0538)}to{transform:translate(20.6262vw,99vh) scale(.0538)}}.snow:nth-child(247){opacity:.5348;transform:translate(56.9114vw,-10px) scale(.9377);animation:fall-247 14s -17s linear infinite}@keyframes fall-247{48.243%{transform:translate(54.324vw,48.243vh) scale(.9377)}to{transform:translate(55.6177vw,99vh) scale(.9377)}}.snow:nth-child(248){opacity:1.7014;transform:translate(94.4033vw,-10px) scale(.6951);animation:fall-248 19s -8s linear infinite}@keyframes fall-248{51.349%{transform:translate(101.9196vw,51.349vh) scale(.6951)}to{transform:translate(98.16145vw,99vh) scale(.6951)}}.snow:nth-child(249){opacity:.0178;transform:translate(38.5766vw,-10px) scale(.1117);animation:fall-249 16s -25s linear infinite}@keyframes fall-249{69.875%{transform:translate(34.5415vw,69.875vh) scale(.1117)}to{transform:translate(36.55905vw,99vh) scale(.1117)}}.snow:nth-child(250){opacity:1.6476;transform:translate(75.0907vw,-10px) scale(.3369);animation:fall-250 10s -26s linear infinite}@keyframes fall-250{53.9%{transform:translate(82.1744vw,53.9vh) scale(.3369)}to{transform:translate(78.63255vw,99vh) scale(.3369)}}.snow:nth-child(251){opacity:1.07;transform:translate(96.2231vw,-10px) scale(.328);animation:fall-251 18s -18s linear infinite}@keyframes fall-251{48.322%{transform:translate(96.4919vw,48.322vh) scale(.328)}to{transform:translate(96.3575vw,99vh) scale(.328)}}.snow:nth-child(252){opacity:.2252;transform:translate(18.1755vw,-10px) scale(.0757);animation:fall-252 22s -5s linear infinite}@keyframes fall-252{52.71%{transform:translate(10.6055vw,52.71vh) scale(.0757)}to{transform:translate(14.3905vw,99vh) scale(.0757)}}.snow:nth-child(253){opacity:.7052;transform:translate(5.5115vw,-10px) scale(.7581);animation:fall-253 16s -9s linear infinite}@keyframes fall-253{46.395%{transform:translate(-2.8115vw,46.395vh) scale(.7581)}to{transform:translate(1.35vw,99vh) scale(.7581)}}.snow:nth-child(254){opacity:1.591;transform:translate(76.0251vw,-10px) scale(.5659);animation:fall-254 22s -1s linear infinite}@keyframes fall-254{35.591%{transform:translate(83.8913vw,35.591vh) scale(.5659)}to{transform:translate(79.9582vw,99vh) scale(.5659)}}.snow:nth-child(255){opacity:1.3798;transform:translate(4.5847vw,-10px) scale(.3985);animation:fall-255 17s -11s linear infinite}@keyframes fall-255{73.208%{transform:translate(8.1548vw,73.208vh) scale(.3985)}to{transform:translate(6.36975vw,99vh) scale(.3985)}}.snow:nth-child(256){opacity:1.639;transform:translate(48.2494vw,-10px) scale(.996);animation:fall-256 13s -22s linear infinite}@keyframes fall-256{65.633%{transform:translate(57.6345vw,65.633vh) scale(.996)}to{transform:translate(52.94195vw,99vh) scale(.996)}}.snow:nth-child(257){opacity:.2836;transform:translate(72.5717vw,-10px) scale(.4252);animation:fall-257 29s -2s linear infinite}@keyframes fall-257{30.913%{transform:translate(67.7118vw,30.913vh) scale(.4252)}to{transform:translate(70.14175vw,99vh) scale(.4252)}}.snow:nth-child(258){opacity:.7176;transform:translate(53.6939vw,-10px) scale(.6346);animation:fall-258 14s -25s linear infinite}@keyframes fall-258{59.874%{transform:translate(61.5242vw,59.874vh) scale(.6346)}to{transform:translate(57.60905vw,99vh) scale(.6346)}}.snow:nth-child(259){opacity:1.9554;transform:translate(91.7798vw,-10px) scale(.5868);animation:fall-259 26s -3s linear infinite}@keyframes fall-259{61.895%{transform:translate(88.188vw,61.895vh) scale(.5868)}to{transform:translate(89.9839vw,99vh) scale(.5868)}}.snow:nth-child(260){opacity:1.7812;transform:translate(3.2958vw,-10px) scale(.943);animation:fall-260 17s -3s linear infinite}@keyframes fall-260{39.101%{transform:translate(7.4236vw,39.101vh) scale(.943)}to{transform:translate(5.3597vw,99vh) scale(.943)}}.snow:nth-child(261){opacity:.3526;transform:translate(43.8298vw,-10px) scale(.4);animation:fall-261 18s -29s linear infinite}@keyframes fall-261{49.765%{transform:translate(36.7851vw,49.765vh) scale(.4)}to{transform:translate(40.30745vw,99vh) scale(.4)}}.snow:nth-child(262){opacity:1.6766;transform:translate(59.1531vw,-10px) scale(.2656);animation:fall-262 18s -26s linear infinite}@keyframes fall-262{55.813%{transform:translate(49.8557vw,55.813vh) scale(.2656)}to{transform:translate(54.5044vw,99vh) scale(.2656)}}.snow:nth-child(263){opacity:.091;transform:translate(93.942vw,-10px) scale(.9458);animation:fall-263 27s -29s linear infinite}@keyframes fall-263{70.969%{transform:translate(87.0678vw,70.969vh) scale(.9458)}to{transform:translate(90.5049vw,99vh) scale(.9458)}}.snow:nth-child(264){opacity:1.3316;transform:translate(23.2194vw,-10px) scale(.6722);animation:fall-264 10s -26s linear infinite}@keyframes fall-264{31.749%{transform:translate(24.7234vw,31.749vh) scale(.6722)}to{transform:translate(23.9714vw,99vh) scale(.6722)}}.snow:nth-child(265){opacity:.9196;transform:translate(86.4424vw,-10px) scale(.67);animation:fall-265 14s -24s linear infinite}@keyframes fall-265{63.694%{transform:translate(85.7244vw,63.694vh) scale(.67)}to{transform:translate(86.0834vw,99vh) scale(.67)}}.snow:nth-child(266){opacity:1.8374;transform:translate(6.4855vw,-10px) scale(.8305);animation:fall-266 23s -28s linear infinite}@keyframes fall-266{56.024%{transform:translate(7.889vw,56.024vh) scale(.8305)}to{transform:translate(7.18725vw,99vh) scale(.8305)}}.snow:nth-child(267){opacity:1.5612;transform:translate(39.7086vw,-10px) scale(.5384);animation:fall-267 24s -11s linear infinite}@keyframes fall-267{62.492%{transform:translate(41.1472vw,62.492vh) scale(.5384)}to{transform:translate(40.4279vw,99vh) scale(.5384)}}.snow:nth-child(268){opacity:.3026;transform:translate(64.7509vw,-10px) scale(.2557);animation:fall-268 22s -20s linear infinite}@keyframes fall-268{30.431%{transform:translate(70.767vw,30.431vh) scale(.2557)}to{transform:translate(67.75895vw,99vh) scale(.2557)}}.snow:nth-child(269){opacity:1.282;transform:translate(67.2847vw,-10px) scale(.7572);animation:fall-269 14s -15s linear infinite}@keyframes fall-269{60.387%{transform:translate(68.066vw,60.387vh) scale(.7572)}to{transform:translate(67.67535vw,99vh) scale(.7572)}}.snow:nth-child(270){opacity:.2682;transform:translate(13.7271vw,-10px) scale(.2822);animation:fall-270 24s -9s linear infinite}@keyframes fall-270{69.367%{transform:translate(4.4835vw,69.367vh) scale(.2822)}to{transform:translate(9.1053vw,99vh) scale(.2822)}}.snow:nth-child(271){opacity:1.7176;transform:translate(97.4482vw,-10px) scale(.4445);animation:fall-271 10s -6s linear infinite}@keyframes fall-271{50.943%{transform:translate(105.6547vw,50.943vh) scale(.4445)}to{transform:translate(101.55145vw,99vh) scale(.4445)}}.snow:nth-child(272){opacity:.2128;transform:translate(27.3334vw,-10px) scale(.7951);animation:fall-272 14s -14s linear infinite}@keyframes fall-272{45.007%{transform:translate(21.0747vw,45.007vh) scale(.7951)}to{transform:translate(24.20405vw,99vh) scale(.7951)}}.snow:nth-child(273){opacity:1.7996;transform:translate(61.2475vw,-10px) scale(.7788);animation:fall-273 28s -24s linear infinite}@keyframes fall-273{69.791%{transform:translate(53.9282vw,69.791vh) scale(.7788)}to{transform:translate(57.58785vw,99vh) scale(.7788)}}.snow:nth-child(274){opacity:.9714;transform:translate(43.1225vw,-10px) scale(.7381);animation:fall-274 27s -24s linear infinite}@keyframes fall-274{35.172%{transform:translate(52.7157vw,35.172vh) scale(.7381)}to{transform:translate(47.9191vw,99vh) scale(.7381)}}.snow:nth-child(275){opacity:.7034;transform:translate(26.3062vw,-10px) scale(.7183);animation:fall-275 12s -17s linear infinite}@keyframes fall-275{36.757%{transform:translate(22.6228vw,36.757vh) scale(.7183)}to{transform:translate(24.4645vw,99vh) scale(.7183)}}.snow:nth-child(276){opacity:1.3848;transform:translate(73.5473vw,-10px) scale(.7398);animation:fall-276 23s -16s linear infinite}@keyframes fall-276{41.025%{transform:translate(80.4326vw,41.025vh) scale(.7398)}to{transform:translate(76.98995vw,99vh) scale(.7398)}}.snow:nth-child(277){opacity:.6942;transform:translate(35.3461vw,-10px) scale(.9669);animation:fall-277 12s -23s linear infinite}@keyframes fall-277{62.17%{transform:translate(33.7096vw,62.17vh) scale(.9669)}to{transform:translate(34.52785vw,99vh) scale(.9669)}}.snow:nth-child(278){opacity:.8892;transform:translate(59.025vw,-10px) scale(.9448);animation:fall-278 16s -30s linear infinite}@keyframes fall-278{76.104%{transform:translate(58.8743vw,76.104vh) scale(.9448)}to{transform:translate(58.94965vw,99vh) scale(.9448)}}.snow:nth-child(279){opacity:1.3732;transform:translate(6.784vw,-10px) scale(.4719);animation:fall-279 15s -30s linear infinite}@keyframes fall-279{78.935%{transform:translate(2.9971vw,78.935vh) scale(.4719)}to{transform:translate(4.89055vw,99vh) scale(.4719)}}.snow:nth-child(280){opacity:1.2878;transform:translate(23.9837vw,-10px) scale(.5277);animation:fall-280 15s -21s linear infinite}@keyframes fall-280{50.516%{transform:translate(17.3321vw,50.516vh) scale(.5277)}to{transform:translate(20.6579vw,99vh) scale(.5277)}}.snow:nth-child(281){opacity:1.961;transform:translate(59.5408vw,-10px) scale(.37);animation:fall-281 23s -5s linear infinite}@keyframes fall-281{55.203%{transform:translate(65.1349vw,55.203vh) scale(.37)}to{transform:translate(62.33785vw,99vh) scale(.37)}}.snow:nth-child(282){opacity:1.2664;transform:translate(43.0009vw,-10px) scale(.2998);animation:fall-282 28s -25s linear infinite}@keyframes fall-282{32.041%{transform:translate(46.0024vw,32.041vh) scale(.2998)}to{transform:translate(44.50165vw,99vh) scale(.2998)}}.snow:nth-child(283){opacity:1.6236;transform:translate(9.0735vw,-10px) scale(.2875);animation:fall-283 19s -20s linear infinite}@keyframes fall-283{46.798%{transform:translate(14.8369vw,46.798vh) scale(.2875)}to{transform:translate(11.9552vw,99vh) scale(.2875)}}.snow:nth-child(284){opacity:1.7858;transform:translate(90.1006vw,-10px) scale(.4394);animation:fall-284 28s -13s linear infinite}@keyframes fall-284{41.782%{transform:translate(83.7938vw,41.782vh) scale(.4394)}to{transform:translate(86.9472vw,99vh) scale(.4394)}}.snow:nth-child(285){opacity:1.6848;transform:translate(64.0741vw,-10px) scale(.244);animation:fall-285 22s -20s linear infinite}@keyframes fall-285{43.675%{transform:translate(58.11vw,43.675vh) scale(.244)}to{transform:translate(61.09205vw,99vh) scale(.244)}}.snow:nth-child(286){opacity:.0284;transform:translate(63.5346vw,-10px) scale(.092);animation:fall-286 24s -26s linear infinite}@keyframes fall-286{43.077%{transform:translate(55.481vw,43.077vh) scale(.092)}to{transform:translate(59.5078vw,99vh) scale(.092)}}.snow:nth-child(287){opacity:1.7908;transform:translate(42.8468vw,-10px) scale(.6671);animation:fall-287 11s -2s linear infinite}@keyframes fall-287{47.804%{transform:translate(41.3495vw,47.804vh) scale(.6671)}to{transform:translate(42.09815vw,99vh) scale(.6671)}}.snow:nth-child(288){opacity:1.54;transform:translate(54.54vw,-10px) scale(.0796);animation:fall-288 27s -9s linear infinite}@keyframes fall-288{67.204%{transform:translate(53.1606vw,67.204vh) scale(.0796)}to{transform:translate(53.8503vw,99vh) scale(.0796)}}.snow:nth-child(289){opacity:.6568;transform:translate(50.7748vw,-10px) scale(.6973);animation:fall-289 27s -26s linear infinite}@keyframes fall-289{40.871%{transform:translate(56.7621vw,40.871vh) scale(.6973)}to{transform:translate(53.76845vw,99vh) scale(.6973)}}.snow:nth-child(290){opacity:1.5222;transform:translate(44.5336vw,-10px) scale(.588);animation:fall-290 23s -27s linear infinite}@keyframes fall-290{32.178%{transform:translate(52.7276vw,32.178vh) scale(.588)}to{transform:translate(48.6306vw,99vh) scale(.588)}}.snow:nth-child(291){opacity:.8782;transform:translate(24.0639vw,-10px) scale(.7647);animation:fall-291 20s -23s linear infinite}@keyframes fall-291{64.818%{transform:translate(25.5048vw,64.818vh) scale(.7647)}to{transform:translate(24.78435vw,99vh) scale(.7647)}}.snow:nth-child(292){opacity:.9052;transform:translate(22.9396vw,-10px) scale(.5219);animation:fall-292 16s -18s linear infinite}@keyframes fall-292{59.856%{transform:translate(15.2311vw,59.856vh) scale(.5219)}to{transform:translate(19.08535vw,99vh) scale(.5219)}}.snow:nth-child(293){opacity:1.8696;transform:translate(97.618vw,-10px) scale(.4272);animation:fall-293 12s -1s linear infinite}@keyframes fall-293{42.895%{transform:translate(93.3329vw,42.895vh) scale(.4272)}to{transform:translate(95.47545vw,99vh) scale(.4272)}}.snow:nth-child(294){opacity:1.2726;transform:translate(19.4162vw,-10px) scale(.2746);animation:fall-294 28s -29s linear infinite}@keyframes fall-294{44.347%{transform:translate(23.6331vw,44.347vh) scale(.2746)}to{transform:translate(21.52465vw,99vh) scale(.2746)}}.snow:nth-child(295){opacity:.6634;transform:translate(76.4599vw,-10px) scale(.0003);animation:fall-295 23s -30s linear infinite}@keyframes fall-295{64.555%{transform:translate(75.9197vw,64.555vh) scale(.0003)}to{transform:translate(76.1898vw,99vh) scale(.0003)}}.snow:nth-child(296){opacity:1.3698;transform:translate(67.924vw,-10px) scale(.3036);animation:fall-296 27s -25s linear infinite}@keyframes fall-296{67.554%{transform:translate(61.886vw,67.554vh) scale(.3036)}to{transform:translate(64.905vw,99vh) scale(.3036)}}.snow:nth-child(297){opacity:.7526;transform:translate(37.6054vw,-10px) scale(.571);animation:fall-297 13s -6s linear infinite}@keyframes fall-297{71.21%{transform:translate(33.5587vw,71.21vh) scale(.571)}to{transform:translate(35.58205vw,99vh) scale(.571)}}.snow:nth-child(298){opacity:1.4042;transform:translate(60.3455vw,-10px) scale(.0012);animation:fall-298 12s -26s linear infinite}@keyframes fall-298{68.849%{transform:translate(62.7806vw,68.849vh) scale(.0012)}to{transform:translate(61.56305vw,99vh) scale(.0012)}}.snow:nth-child(299){opacity:1.409;transform:translate(8.8051vw,-10px) scale(.5359);animation:fall-299 22s -17s linear infinite}@keyframes fall-299{35.997%{transform:translate(-1.0678vw,35.997vh) scale(.5359)}to{transform:translate(3.86865vw,99vh) scale(.5359)}}.snow:nth-child(300){opacity:.719;transform:translate(29.3649vw,-10px) scale(.0743);animation:fall-300 19s -28s linear infinite}@keyframes fall-300{73.549%{transform:translate(31.2995vw,73.549vh) scale(.0743)}to{transform:translate(30.3322vw,99vh) scale(.0743)}}.snow:nth-child(301){opacity:1.4622;transform:translate(10.4993vw,-10px) scale(.3713);animation:fall-301 23s -18s linear infinite}@keyframes fall-301{66.79%{transform:translate(12.8984vw,66.79vh) scale(.3713)}to{transform:translate(11.69885vw,99vh) scale(.3713)}}.snow:nth-child(302){opacity:1.0548;transform:translate(77.3214vw,-10px) scale(.8268);animation:fall-302 19s -29s linear infinite}@keyframes fall-302{77.495%{transform:translate(84.6987vw,77.495vh) scale(.8268)}to{transform:translate(81.01005vw,99vh) scale(.8268)}}.snow:nth-child(303){opacity:.4744;transform:translate(45.6739vw,-10px) scale(.5682);animation:fall-303 25s -6s linear infinite}@keyframes fall-303{31.08%{transform:translate(39.0913vw,31.08vh) scale(.5682)}to{transform:translate(42.3826vw,99vh) scale(.5682)}}.snow:nth-child(304){opacity:1.1552;transform:translate(67.7317vw,-10px) scale(.7757);animation:fall-304 19s -12s linear infinite}@keyframes fall-304{47.452%{transform:translate(58.2874vw,47.452vh) scale(.7757)}to{transform:translate(63.00955vw,99vh) scale(.7757)}}.snow:nth-child(305){opacity:1.1982;transform:translate(63.6856vw,-10px) scale(.3841);animation:fall-305 27s -26s linear infinite}@keyframes fall-305{67.634%{transform:translate(65.9974vw,67.634vh) scale(.3841)}to{transform:translate(64.8415vw,99vh) scale(.3841)}}.snow:nth-child(306){opacity:1.143;transform:translate(64.3374vw,-10px) scale(.4581);animation:fall-306 17s -3s linear infinite}@keyframes fall-306{46.957%{transform:translate(61.8298vw,46.957vh) scale(.4581)}to{transform:translate(63.0836vw,99vh) scale(.4581)}}.snow:nth-child(307){opacity:1.796;transform:translate(25.0277vw,-10px) scale(.4088);animation:fall-307 29s -15s linear infinite}@keyframes fall-307{51.659%{transform:translate(16.2926vw,51.659vh) scale(.4088)}to{transform:translate(20.66015vw,99vh) scale(.4088)}}.snow:nth-child(308){opacity:.0116;transform:translate(68.1398vw,-10px) scale(.2022);animation:fall-308 14s -19s linear infinite}@keyframes fall-308{51.805%{transform:translate(76.0232vw,51.805vh) scale(.2022)}to{transform:translate(72.0815vw,99vh) scale(.2022)}}.snow:nth-child(309){opacity:1.3072;transform:translate(22.3445vw,-10px) scale(.1152);animation:fall-309 15s -6s linear infinite}@keyframes fall-309{42.235%{transform:translate(16.7117vw,42.235vh) scale(.1152)}to{transform:translate(19.5281vw,99vh) scale(.1152)}}.snow:nth-child(310){opacity:1.032;transform:translate(71.0847vw,-10px) scale(.8469);animation:fall-310 14s -17s linear infinite}@keyframes fall-310{61.22%{transform:translate(70.5303vw,61.22vh) scale(.8469)}to{transform:translate(70.8075vw,99vh) scale(.8469)}}.snow:nth-child(311){opacity:1.4146;transform:translate(49.3629vw,-10px) scale(.8622);animation:fall-311 27s -19s linear infinite}@keyframes fall-311{51.631%{transform:translate(48.2171vw,51.631vh) scale(.8622)}to{transform:translate(48.79vw,99vh) scale(.8622)}}.snow:nth-child(312){opacity:.6756;transform:translate(60.0109vw,-10px) scale(.1009);animation:fall-312 23s -9s linear infinite}@keyframes fall-312{44.255%{transform:translate(64.9325vw,44.255vh) scale(.1009)}to{transform:translate(62.4717vw,99vh) scale(.1009)}}.snow:nth-child(313){opacity:.921;transform:translate(39.1562vw,-10px) scale(.5049);animation:fall-313 19s -11s linear infinite}@keyframes fall-313{47.009%{transform:translate(40.2747vw,47.009vh) scale(.5049)}to{transform:translate(39.71545vw,99vh) scale(.5049)}}.snow:nth-child(314){opacity:.3638;transform:translate(25.2201vw,-10px) scale(.9689);animation:fall-314 21s -20s linear infinite}@keyframes fall-314{56.101%{transform:translate(28.1704vw,56.101vh) scale(.9689)}to{transform:translate(26.69525vw,99vh) scale(.9689)}}.snow:nth-child(315){opacity:.486;transform:translate(76.3365vw,-10px) scale(.3578);animation:fall-315 13s -21s linear infinite}@keyframes fall-315{36.74%{transform:translate(70.7044vw,36.74vh) scale(.3578)}to{transform:translate(73.52045vw,99vh) scale(.3578)}}.snow:nth-child(316){opacity:.0566;transform:translate(60.4903vw,-10px) scale(.0244);animation:fall-316 21s -8s linear infinite}@keyframes fall-316{68.286%{transform:translate(68.391vw,68.286vh) scale(.0244)}to{transform:translate(64.44065vw,99vh) scale(.0244)}}.snow:nth-child(317){opacity:1.712;transform:translate(10.6041vw,-10px) scale(.245);animation:fall-317 20s -24s linear infinite}@keyframes fall-317{73.888%{transform:translate(13.5166vw,73.888vh) scale(.245)}to{transform:translate(12.06035vw,99vh) scale(.245)}}.snow:nth-child(318){opacity:1.9092;transform:translate(26.607vw,-10px) scale(.8103);animation:fall-318 24s -7s linear infinite}@keyframes fall-318{49.386%{transform:translate(32.7157vw,49.386vh) scale(.8103)}to{transform:translate(29.66135vw,99vh) scale(.8103)}}.snow:nth-child(319){opacity:.7942;transform:translate(47.7331vw,-10px) scale(.5517);animation:fall-319 11s -25s linear infinite}@keyframes fall-319{54.495%{transform:translate(51.852vw,54.495vh) scale(.5517)}to{transform:translate(49.79255vw,99vh) scale(.5517)}}.snow:nth-child(320){opacity:.4072;transform:translate(68.1397vw,-10px) scale(.0952);animation:fall-320 12s -2s linear infinite}@keyframes fall-320{49.862%{transform:translate(60.1835vw,49.862vh) scale(.0952)}to{transform:translate(64.1616vw,99vh) scale(.0952)}}.snow:nth-child(321){opacity:.6804;transform:translate(56.8806vw,-10px) scale(.046);animation:fall-321 11s -9s linear infinite}@keyframes fall-321{46.332%{transform:translate(51.9502vw,46.332vh) scale(.046)}to{transform:translate(54.4154vw,99vh) scale(.046)}}.snow:nth-child(322){opacity:.1152;transform:translate(99.5564vw,-10px) scale(.363);animation:fall-322 10s -11s linear infinite}@keyframes fall-322{35.01%{transform:translate(94.528vw,35.01vh) scale(.363)}to{transform:translate(97.0422vw,99vh) scale(.363)}}.snow:nth-child(323){opacity:1.283;transform:translate(50.214vw,-10px) scale(.3391);animation:fall-323 29s -5s linear infinite}@keyframes fall-323{46.309%{transform:translate(44.277vw,46.309vh) scale(.3391)}to{transform:translate(47.2455vw,99vh) scale(.3391)}}.snow:nth-child(324){opacity:1.6914;transform:translate(62.4785vw,-10px) scale(.6836);animation:fall-324 17s -28s linear infinite}@keyframes fall-324{57.857%{transform:translate(52.4925vw,57.857vh) scale(.6836)}to{transform:translate(57.4855vw,99vh) scale(.6836)}}.snow:nth-child(325){opacity:.8616;transform:translate(2.1895vw,-10px) scale(.6586);animation:fall-325 14s -9s linear infinite}@keyframes fall-325{65.725%{transform:translate(-.4847vw,65.725vh) scale(.6586)}to{transform:translate(.8524vw,99vh) scale(.6586)}}.snow:nth-child(326){opacity:.0072;transform:translate(9.1304vw,-10px) scale(.7701);animation:fall-326 23s -14s linear infinite}@keyframes fall-326{77.358%{transform:translate(17.7284vw,77.358vh) scale(.7701)}to{transform:translate(13.4294vw,99vh) scale(.7701)}}.snow:nth-child(327){opacity:1.3948;transform:translate(13.3143vw,-10px) scale(.6034);animation:fall-327 30s -28s linear infinite}@keyframes fall-327{70.102%{transform:translate(12.1781vw,70.102vh) scale(.6034)}to{transform:translate(12.7462vw,99vh) scale(.6034)}}.snow:nth-child(328){opacity:.412;transform:translate(23.4611vw,-10px) scale(.7684);animation:fall-328 21s -22s linear infinite}@keyframes fall-328{58.985%{transform:translate(22.957vw,58.985vh) scale(.7684)}to{transform:translate(23.20905vw,99vh) scale(.7684)}}.snow:nth-child(329){opacity:1.668;transform:translate(59.7374vw,-10px) scale(.4296);animation:fall-329 20s -30s linear infinite}@keyframes fall-329{54.759%{transform:translate(63.0887vw,54.759vh) scale(.4296)}to{transform:translate(61.41305vw,99vh) scale(.4296)}}.snow:nth-child(330){opacity:.0038;transform:translate(61.4722vw,-10px) scale(.8018);animation:fall-330 14s -25s linear infinite}@keyframes fall-330{75.17%{transform:translate(61.2539vw,75.17vh) scale(.8018)}to{transform:translate(61.36305vw,99vh) scale(.8018)}}.snow:nth-child(331){opacity:1.1922;transform:translate(63.5038vw,-10px) scale(.9632);animation:fall-331 12s -23s linear infinite}@keyframes fall-331{68.942%{transform:translate(58.2399vw,68.942vh) scale(.9632)}to{transform:translate(60.87185vw,99vh) scale(.9632)}}.snow:nth-child(332){opacity:.758;transform:translate(.9111vw,-10px) scale(.0305);animation:fall-332 17s -29s linear infinite}@keyframes fall-332{51.056%{transform:translate(-3.9694vw,51.056vh) scale(.0305)}to{transform:translate(-1.52915vw,99vh) scale(.0305)}}.snow:nth-child(333){opacity:1.6682;transform:translate(52.3812vw,-10px) scale(.1349);animation:fall-333 12s -12s linear infinite}@keyframes fall-333{41.227%{transform:translate(42.7904vw,41.227vh) scale(.1349)}to{transform:translate(47.5858vw,99vh) scale(.1349)}}.snow:nth-child(334){opacity:1.9564;transform:translate(44.6714vw,-10px) scale(.7164);animation:fall-334 12s -24s linear infinite}@keyframes fall-334{71.471%{transform:translate(45.3512vw,71.471vh) scale(.7164)}to{transform:translate(45.0113vw,99vh) scale(.7164)}}.snow:nth-child(335){opacity:1.0854;transform:translate(7.0945vw,-10px) scale(.7711);animation:fall-335 18s -1s linear infinite}@keyframes fall-335{61.494%{transform:translate(10.3988vw,61.494vh) scale(.7711)}to{transform:translate(8.74665vw,99vh) scale(.7711)}}.snow:nth-child(336){opacity:1.5544;transform:translate(42.0733vw,-10px) scale(.5746);animation:fall-336 21s -15s linear infinite}@keyframes fall-336{47.828%{transform:translate(44.5465vw,47.828vh) scale(.5746)}to{transform:translate(43.3099vw,99vh) scale(.5746)}}.snow:nth-child(337){opacity:.8646;transform:translate(8.0415vw,-10px) scale(.6487);animation:fall-337 28s -12s linear infinite}@keyframes fall-337{73.572%{transform:translate(-.5456vw,73.572vh) scale(.6487)}to{transform:translate(3.74795vw,99vh) scale(.6487)}}.snow:nth-child(338){opacity:.3936;transform:translate(8.6956vw,-10px) scale(.7708);animation:fall-338 19s -14s linear infinite}@keyframes fall-338{51.706%{transform:translate(6.395vw,51.706vh) scale(.7708)}to{transform:translate(7.5453vw,99vh) scale(.7708)}}.snow:nth-child(339){opacity:1.0274;transform:translate(64.8578vw,-10px) scale(.1604);animation:fall-339 10s -11s linear infinite}@keyframes fall-339{32.72%{transform:translate(55.2878vw,32.72vh) scale(.1604)}to{transform:translate(60.0728vw,99vh) scale(.1604)}}.snow:nth-child(340){opacity:.495;transform:translate(54.8376vw,-10px) scale(.4882);animation:fall-340 10s -26s linear infinite}@keyframes fall-340{71.382%{transform:translate(59.3903vw,71.382vh) scale(.4882)}to{transform:translate(57.11395vw,99vh) scale(.4882)}}.snow:nth-child(341){opacity:1.0738;transform:translate(45.3557vw,-10px) scale(.6789);animation:fall-341 16s -16s linear infinite}@keyframes fall-341{36.479%{transform:translate(36.712vw,36.479vh) scale(.6789)}to{transform:translate(41.03385vw,99vh) scale(.6789)}}.snow:nth-child(342){opacity:1.6774;transform:translate(3.9289vw,-10px) scale(.3914);animation:fall-342 20s -26s linear infinite}@keyframes fall-342{31.043%{transform:translate(8.6307vw,31.043vh) scale(.3914)}to{transform:translate(6.2798vw,99vh) scale(.3914)}}.snow:nth-child(343){opacity:1.7638;transform:translate(85.8606vw,-10px) scale(.5068);animation:fall-343 19s -13s linear infinite}@keyframes fall-343{52.352%{transform:translate(82.2044vw,52.352vh) scale(.5068)}to{transform:translate(84.0325vw,99vh) scale(.5068)}}.snow:nth-child(344){opacity:1.8968;transform:translate(2.6076vw,-10px) scale(.9155);animation:fall-344 24s -7s linear infinite}@keyframes fall-344{55.907%{transform:translate(-.2327vw,55.907vh) scale(.9155)}to{transform:translate(1.18745vw,99vh) scale(.9155)}}.snow:nth-child(345){opacity:.9668;transform:translate(40.2616vw,-10px) scale(.1659);animation:fall-345 10s -2s linear infinite}@keyframes fall-345{75.068%{transform:translate(32.009vw,75.068vh) scale(.1659)}to{transform:translate(36.1353vw,99vh) scale(.1659)}}.snow:nth-child(346){opacity:.6076;transform:translate(25.2111vw,-10px) scale(.6856);animation:fall-346 15s -2s linear infinite}@keyframes fall-346{41.26%{transform:translate(25.5771vw,41.26vh) scale(.6856)}to{transform:translate(25.3941vw,99vh) scale(.6856)}}.snow:nth-child(347){opacity:.6182;transform:translate(34.8166vw,-10px) scale(.0788);animation:fall-347 19s -23s linear infinite}@keyframes fall-347{35.408%{transform:translate(29.0103vw,35.408vh) scale(.0788)}to{transform:translate(31.91345vw,99vh) scale(.0788)}}.snow:nth-child(348){opacity:1.249;transform:translate(66.7515vw,-10px) scale(.6725);animation:fall-348 12s -17s linear infinite}@keyframes fall-348{34.611%{transform:translate(75.8783vw,34.611vh) scale(.6725)}to{transform:translate(71.3149vw,99vh) scale(.6725)}}.snow:nth-child(349){opacity:1.065;transform:translate(54.5838vw,-10px) scale(.4556);animation:fall-349 18s -16s linear infinite}@keyframes fall-349{67.173%{transform:translate(62.5383vw,67.173vh) scale(.4556)}to{transform:translate(58.56105vw,99vh) scale(.4556)}}.snow:nth-child(350){opacity:.6794;transform:translate(29.2457vw,-10px) scale(.9976);animation:fall-350 12s -2s linear infinite}@keyframes fall-350{73.73%{transform:translate(24.1306vw,73.73vh) scale(.9976)}to{transform:translate(26.68815vw,99vh) scale(.9976)}}.snow:nth-child(351){opacity:1.0622;transform:translate(59.8133vw,-10px) scale(.4568);animation:fall-351 22s -22s linear infinite}@keyframes fall-351{79.519%{transform:translate(54.5597vw,79.519vh) scale(.4568)}to{transform:translate(57.1865vw,99vh) scale(.4568)}}.snow:nth-child(352){opacity:.8518;transform:translate(54.0949vw,-10px) scale(.4054);animation:fall-352 26s -20s linear infinite}@keyframes fall-352{47.275%{transform:translate(53.9672vw,47.275vh) scale(.4054)}to{transform:translate(54.03105vw,99vh) scale(.4054)}}.snow:nth-child(353){opacity:.1508;transform:translate(58.8489vw,-10px) scale(.6292);animation:fall-353 15s -6s linear infinite}@keyframes fall-353{52.831%{transform:translate(52.6374vw,52.831vh) scale(.6292)}to{transform:translate(55.74315vw,99vh) scale(.6292)}}.snow:nth-child(354){opacity:1.3778;transform:translate(31.3885vw,-10px) scale(.4105);animation:fall-354 20s -26s linear infinite}@keyframes fall-354{76.869%{transform:translate(24.4757vw,76.869vh) scale(.4105)}to{transform:translate(27.9321vw,99vh) scale(.4105)}}.snow:nth-child(355){opacity:1.6272;transform:translate(73.5977vw,-10px) scale(.9293);animation:fall-355 28s -18s linear infinite}@keyframes fall-355{62.016%{transform:translate(72.2831vw,62.016vh) scale(.9293)}to{transform:translate(72.9404vw,99vh) scale(.9293)}}.snow:nth-child(356){opacity:.7714;transform:translate(1.8845vw,-10px) scale(.7701);animation:fall-356 17s -29s linear infinite}@keyframes fall-356{50.766%{transform:translate(-5.7945vw,50.766vh) scale(.7701)}to{transform:translate(-1.955vw,99vh) scale(.7701)}}.snow:nth-child(357){opacity:.2936;transform:translate(88.6567vw,-10px) scale(.7963);animation:fall-357 13s -14s linear infinite}@keyframes fall-357{33.051%{transform:translate(85.2421vw,33.051vh) scale(.7963)}to{transform:translate(86.9494vw,99vh) scale(.7963)}}.snow:nth-child(358){opacity:.5524;transform:translate(36.6082vw,-10px) scale(.1084);animation:fall-358 30s -24s linear infinite}@keyframes fall-358{48.751%{transform:translate(44.4015vw,48.751vh) scale(.1084)}to{transform:translate(40.50485vw,99vh) scale(.1084)}}.snow:nth-child(359){opacity:.1606;transform:translate(69.7411vw,-10px) scale(.6143);animation:fall-359 13s -7s linear infinite}@keyframes fall-359{35.449%{transform:translate(72.858vw,35.449vh) scale(.6143)}to{transform:translate(71.29955vw,99vh) scale(.6143)}}.snow:nth-child(360){opacity:1.1452;transform:translate(95.1248vw,-10px) scale(.3081);animation:fall-360 10s -8s linear infinite}@keyframes fall-360{64.574%{transform:translate(102.7082vw,64.574vh) scale(.3081)}to{transform:translate(98.9165vw,99vh) scale(.3081)}}.snow:nth-child(361){opacity:1.8532;transform:translate(10.9148vw,-10px) scale(.7045);animation:fall-361 30s -23s linear infinite}@keyframes fall-361{39.293%{transform:translate(7.8142vw,39.293vh) scale(.7045)}to{transform:translate(9.3645vw,99vh) scale(.7045)}}.snow:nth-child(362){opacity:1.8708;transform:translate(40.2142vw,-10px) scale(.6645);animation:fall-362 16s -29s linear infinite}@keyframes fall-362{54.238%{transform:translate(38.8644vw,54.238vh) scale(.6645)}to{transform:translate(39.5393vw,99vh) scale(.6645)}}.snow:nth-child(363){opacity:.5188;transform:translate(87.1917vw,-10px) scale(.4079);animation:fall-363 20s -16s linear infinite}@keyframes fall-363{46.821%{transform:translate(85.1764vw,46.821vh) scale(.4079)}to{transform:translate(86.18405vw,99vh) scale(.4079)}}.snow:nth-child(364){opacity:.8106;transform:translate(24.6508vw,-10px) scale(.3526);animation:fall-364 24s -17s linear infinite}@keyframes fall-364{51.304%{transform:translate(17.4618vw,51.304vh) scale(.3526)}to{transform:translate(21.0563vw,99vh) scale(.3526)}}.snow:nth-child(365){opacity:.1304;transform:translate(96.8668vw,-10px) scale(.8068);animation:fall-365 27s -29s linear infinite}@keyframes fall-365{31.138%{transform:translate(106.6291vw,31.138vh) scale(.8068)}to{transform:translate(101.74795vw,99vh) scale(.8068)}}.snow:nth-child(366){opacity:1.7764;transform:translate(76.8706vw,-10px) scale(.3446);animation:fall-366 28s -19s linear infinite}@keyframes fall-366{58.44%{transform:translate(72.101vw,58.44vh) scale(.3446)}to{transform:translate(74.4858vw,99vh) scale(.3446)}}.snow:nth-child(367){opacity:.1698;transform:translate(84.3922vw,-10px) scale(.6163);animation:fall-367 10s -18s linear infinite}@keyframes fall-367{65.693%{transform:translate(94.2875vw,65.693vh) scale(.6163)}to{transform:translate(89.33985vw,99vh) scale(.6163)}}.snow:nth-child(368){opacity:1.3532;transform:translate(76.0709vw,-10px) scale(.8971);animation:fall-368 27s -27s linear infinite}@keyframes fall-368{61.628%{transform:translate(72.2687vw,61.628vh) scale(.8971)}to{transform:translate(74.1698vw,99vh) scale(.8971)}}.snow:nth-child(369){opacity:1.566;transform:translate(20.2305vw,-10px) scale(.7256);animation:fall-369 15s -27s linear infinite}@keyframes fall-369{33.296%{transform:translate(12.8774vw,33.296vh) scale(.7256)}to{transform:translate(16.55395vw,99vh) scale(.7256)}}.snow:nth-child(370){opacity:.907;transform:translate(97.3319vw,-10px) scale(.8084);animation:fall-370 28s -12s linear infinite}@keyframes fall-370{68.464%{transform:translate(95.3499vw,68.464vh) scale(.8084)}to{transform:translate(96.3409vw,99vh) scale(.8084)}}.snow:nth-child(371){opacity:.7996;transform:translate(85.9072vw,-10px) scale(.0362);animation:fall-371 17s -9s linear infinite}@keyframes fall-371{36.12%{transform:translate(89.1242vw,36.12vh) scale(.0362)}to{transform:translate(87.5157vw,99vh) scale(.0362)}}.snow:nth-child(372){opacity:.9254;transform:translate(39.8791vw,-10px) scale(.3091);animation:fall-372 29s -14s linear infinite}@keyframes fall-372{34.078%{transform:translate(33.9109vw,34.078vh) scale(.3091)}to{transform:translate(36.895vw,99vh) scale(.3091)}}.snow:nth-child(373){opacity:1.6592;transform:translate(93.6912vw,-10px) scale(.7909);animation:fall-373 15s -25s linear infinite}@keyframes fall-373{38.02%{transform:translate(85.9044vw,38.02vh) scale(.7909)}to{transform:translate(89.7978vw,99vh) scale(.7909)}}.snow:nth-child(374){opacity:.921;transform:translate(87.2923vw,-10px) scale(.0231);animation:fall-374 15s -15s linear infinite}@keyframes fall-374{47.792%{transform:translate(78.5067vw,47.792vh) scale(.0231)}to{transform:translate(82.8995vw,99vh) scale(.0231)}}.snow:nth-child(375){opacity:1.3068;transform:translate(27.1663vw,-10px) scale(.0975);animation:fall-375 13s -25s linear infinite}@keyframes fall-375{59.167%{transform:translate(29.3364vw,59.167vh) scale(.0975)}to{transform:translate(28.25135vw,99vh) scale(.0975)}}.snow:nth-child(376){opacity:1.9436;transform:translate(84.8584vw,-10px) scale(.658);animation:fall-376 16s -7s linear infinite}@keyframes fall-376{32.246%{transform:translate(77.3645vw,32.246vh) scale(.658)}to{transform:translate(81.11145vw,99vh) scale(.658)}}.snow:nth-child(377){opacity:1.6406;transform:translate(64.6797vw,-10px) scale(.9864);animation:fall-377 22s -29s linear infinite}@keyframes fall-377{53.544%{transform:translate(73.3496vw,53.544vh) scale(.9864)}to{transform:translate(69.01465vw,99vh) scale(.9864)}}.snow:nth-child(378){opacity:1.065;transform:translate(33.282vw,-10px) scale(.5642);animation:fall-378 15s -6s linear infinite}@keyframes fall-378{56.088%{transform:translate(31.1596vw,56.088vh) scale(.5642)}to{transform:translate(32.2208vw,99vh) scale(.5642)}}.snow:nth-child(379){opacity:.0432;transform:translate(62.0409vw,-10px) scale(.0265);animation:fall-379 26s -14s linear infinite}@keyframes fall-379{42.814%{transform:translate(61.3429vw,42.814vh) scale(.0265)}to{transform:translate(61.6919vw,99vh) scale(.0265)}}.snow:nth-child(380){opacity:.2824;transform:translate(69.4476vw,-10px) scale(.5004);animation:fall-380 23s -11s linear infinite}@keyframes fall-380{79.812%{transform:translate(63.399vw,79.812vh) scale(.5004)}to{transform:translate(66.4233vw,99vh) scale(.5004)}}.snow:nth-child(381){opacity:1.5436;transform:translate(9.4317vw,-10px) scale(.6459);animation:fall-381 12s -26s linear infinite}@keyframes fall-381{36.413%{transform:translate(16.7917vw,36.413vh) scale(.6459)}to{transform:translate(13.1117vw,99vh) scale(.6459)}}.snow:nth-child(382){opacity:1.027;transform:translate(22.6735vw,-10px) scale(.6644);animation:fall-382 27s -13s linear infinite}@keyframes fall-382{35.706%{transform:translate(21.9872vw,35.706vh) scale(.6644)}to{transform:translate(22.33035vw,99vh) scale(.6644)}}.snow:nth-child(383){opacity:1.1124;transform:translate(11.8794vw,-10px) scale(.5928);animation:fall-383 29s -15s linear infinite}@keyframes fall-383{74.694%{transform:translate(17.1347vw,74.694vh) scale(.5928)}to{transform:translate(14.50705vw,99vh) scale(.5928)}}.snow:nth-child(384){opacity:.0416;transform:translate(29.9061vw,-10px) scale(.9819);animation:fall-384 28s -7s linear infinite}@keyframes fall-384{69.067%{transform:translate(29.8217vw,69.067vh) scale(.9819)}to{transform:translate(29.8639vw,99vh) scale(.9819)}}.snow:nth-child(385){opacity:1.906;transform:translate(74.0055vw,-10px) scale(.4034);animation:fall-385 30s -22s linear infinite}@keyframes fall-385{34.596%{transform:translate(71.9713vw,34.596vh) scale(.4034)}to{transform:translate(72.9884vw,99vh) scale(.4034)}}.snow:nth-child(386){opacity:.5168;transform:translate(79.6027vw,-10px) scale(.7792);animation:fall-386 12s -21s linear infinite}@keyframes fall-386{41.56%{transform:translate(88.5019vw,41.56vh) scale(.7792)}to{transform:translate(84.0523vw,99vh) scale(.7792)}}.snow:nth-child(387){opacity:.5586;transform:translate(67.3994vw,-10px) scale(.8362);animation:fall-387 20s -17s linear infinite}@keyframes fall-387{63.359%{transform:translate(67.674vw,63.359vh) scale(.8362)}to{transform:translate(67.5367vw,99vh) scale(.8362)}}.snow:nth-child(388){opacity:.2484;transform:translate(68.3688vw,-10px) scale(.5996);animation:fall-388 21s -4s linear infinite}@keyframes fall-388{30.437%{transform:translate(61.0211vw,30.437vh) scale(.5996)}to{transform:translate(64.69495vw,99vh) scale(.5996)}}.snow:nth-child(389){opacity:1.8884;transform:translate(24.9875vw,-10px) scale(.9958);animation:fall-389 12s -28s linear infinite}@keyframes fall-389{42.905%{transform:translate(26.5711vw,42.905vh) scale(.9958)}to{transform:translate(25.7793vw,99vh) scale(.9958)}}.snow:nth-child(390){opacity:1.8684;transform:translate(8.101vw,-10px) scale(.8361);animation:fall-390 18s -29s linear infinite}@keyframes fall-390{66.953%{transform:translate(14.0791vw,66.953vh) scale(.8361)}to{transform:translate(11.09005vw,99vh) scale(.8361)}}.snow:nth-child(391){opacity:.8952;transform:translate(14.3084vw,-10px) scale(.5727);animation:fall-391 14s -11s linear infinite}@keyframes fall-391{32.903%{transform:translate(17.2765vw,32.903vh) scale(.5727)}to{transform:translate(15.79245vw,99vh) scale(.5727)}}.snow:nth-child(392){opacity:1.792;transform:translate(44.2622vw,-10px) scale(.2319);animation:fall-392 20s -21s linear infinite}@keyframes fall-392{61.157%{transform:translate(54.227vw,61.157vh) scale(.2319)}to{transform:translate(49.2446vw,99vh) scale(.2319)}}.snow:nth-child(393){opacity:1.8804;transform:translate(43.3598vw,-10px) scale(.6578);animation:fall-393 28s -17s linear infinite}@keyframes fall-393{51.907%{transform:translate(47.5094vw,51.907vh) scale(.6578)}to{transform:translate(45.4346vw,99vh) scale(.6578)}}.snow:nth-child(394){opacity:1.9718;transform:translate(80.4214vw,-10px) scale(.7905);animation:fall-394 23s -18s linear infinite}@keyframes fall-394{35.887%{transform:translate(83.1471vw,35.887vh) scale(.7905)}to{transform:translate(81.78425vw,99vh) scale(.7905)}}.snow:nth-child(395){opacity:.6384;transform:translate(23.3721vw,-10px) scale(.5071);animation:fall-395 25s -25s linear infinite}@keyframes fall-395{36.026%{transform:translate(31.3972vw,36.026vh) scale(.5071)}to{transform:translate(27.38465vw,99vh) scale(.5071)}}.snow:nth-child(396){opacity:.769;transform:translate(83.5792vw,-10px) scale(.9327);animation:fall-396 13s -25s linear infinite}@keyframes fall-396{62.093%{transform:translate(84.7867vw,62.093vh) scale(.9327)}to{transform:translate(84.18295vw,99vh) scale(.9327)}}.snow:nth-child(397){opacity:1.529;transform:translate(78.4573vw,-10px) scale(.0243);animation:fall-397 28s -12s linear infinite}@keyframes fall-397{45.384%{transform:translate(72.1975vw,45.384vh) scale(.0243)}to{transform:translate(75.3274vw,99vh) scale(.0243)}}.snow:nth-child(398){opacity:.9476;transform:translate(43.5201vw,-10px) scale(.0637);animation:fall-398 20s -21s linear infinite}@keyframes fall-398{40.977%{transform:translate(44.0507vw,40.977vh) scale(.0637)}to{transform:translate(43.7854vw,99vh) scale(.0637)}}.snow:nth-child(399){opacity:.79;transform:translate(30.948vw,-10px) scale(.0955);animation:fall-399 12s -24s linear infinite}@keyframes fall-399{63.618%{transform:translate(39.7641vw,63.618vh) scale(.0955)}to{transform:translate(35.35605vw,99vh) scale(.0955)}}.snow:nth-child(400){opacity:.6304;transform:translate(58.4024vw,-10px) scale(.1017);animation:fall-400 27s -4s linear infinite}@keyframes fall-400{53.864%{transform:translate(64.5582vw,53.864vh) scale(.1017)}to{transform:translate(61.4803vw,99vh) scale(.1017)}}\n"] }]
|
|
82
82
|
}], ctorParameters: function () { return [{ type: i1.TokenService }, { type: i1.AppState }, { type: i2.Router }]; } });
|
|
83
83
|
|
|
84
84
|
// Angular
|