/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 05 2021 | 12:52:17 */
.animation_leaves{position:fixed;top:0;left:0;width:100%;height:100vh; margin-top:-150px}
#leaves{position:relative;top:-50px;width:100%;text-align:right}
#leaves i{
  display:inline-block;/*width:200px; height:150px; */
  background:linear-gradient(to bottom right,#309900,#005600); 
  transform:skew(20deg);border-radius:5% 40% 70%;box-shadow:inset 0 0 1px #222; 
  border:1px solid #333;z-index:1;-webkit-animation:falling 5s 0s infinite
}
#leaves i:nth-of-type(2n){-webkit-animation:falling2 5s 0s infinite}
#leaves i:nth-of-type(3n){-webkit-animation:falling3 5s 0s infinite}
#leaves i:before{
  position:absolute;content:'';top:117px;right:9px;height:27px;width:32px;transform:rotate(49deg);
  border-radius:0% 15% 15% 0%;border-top:1px solid #222;border-bottom:1px solid #222; 
  border-left:0 solid #222;border-right:1px solid #222; 
  background:linear-gradient(to right,rgba(0,100,0,1),#005600); z-index:1 }
#leaves i:after{
  content:'';height:125px;width:10px;background:linear-gradient(to right,rgba(0,0,0,.15),rgba(0,0,0,0));
  display:block;transform:rotate(125deg);position:absolute;left:85px;border-radius:50%}
#leaves i:nth-of-type(n){height:23px;width:30px}
#leaves i:nth-of-type(n):before{width:7px;height:5px;top:17px;right:1px}
#leaves i:nth-of-type(n):after{width:2px;height:17px;left:12px;top:0}
#leaves i:nth-of-type(2n+1){height:11px;width:16px}
#leaves i:nth-of-type(2n+1):before{width:4px;height:3px;top:7px;right:0}
#leaves i:nth-of-type(2n+1):after{width:2px;height:6px;left:5px;top:1px}
#leaves i:nth-of-type(3n+2){height:17px;width:23px}
#leaves i:nth-of-type(3n+2):before{height:4px;width:4px;top:12px;right:1px}
#leaves i:nth-of-type(3n+2):after{height:10px;width:2px;top:1px;left:8px}
#leaves i:nth-of-type(n){-webkit-animation-delay:1.9s}
#leaves i:nth-of-type(2n){-webkit-animation-delay:3.9s}
#leaves i:nth-of-type(3n){-webkit-animation-delay:2.3s}
#leaves i:nth-of-type(4n){-webkit-animation-delay:4.4s}
#leaves i:nth-of-type(5n){-webkit-animation-delay:5s}
#leaves i:nth-of-type(6n){-webkit-animation-delay:3.5s}
#leaves i:nth-of-type(7n){-webkit-animation-delay:2.8s}
#leaves i:nth-of-type(8n){-webkit-animation-delay:1.5s}
#leaves i:nth-of-type(9n){-webkit-animation-delay:3.3s}
#leaves i:nth-of-type(10n){-webkit-animation-delay:2.5s}
#leaves i:nth-of-type(11n){-webkit-animation-delay:1.2s}
#leaves i:nth-of-type(12n){-webkit-animation-delay:4.1s}
#leaves i:nth-of-type(13n){-webkit-animation-delay:1s}
#leaves i:nth-of-type(14n){-webkit-animation-delay:4.7s}
#leaves i:nth-of-type(15n){-webkit-animation-delay:3s}
#leaves i:nth-of-type(n){background:linear-gradient(to bottom right,#309900,#005600)}
#leaves i:nth-of-type(2n+2){background:linear-gradient(to bottom right,#5e9900,#2b5600)}
#leaves i:nth-of-type(4n+1){background:linear-gradient(to bottom right,#990,#564500)}
#leaves i:nth-of-type(n){opacity:.7}
#leaves i:nth-of-type(3n+1){opacity:.5}
#leaves i:nth-of-type(3n+2){opacity:.3}
#leaves i:nth-of-type(n){transform:rotate(180deg)}
#leaves i:nth-of-type(n){-webkit-animation-timing-function:ease-in-out}
@-webkit-keyframes falling{0%{-webkit-transform:translate3d(300,0,0) rotate(0deg)}100%{-webkit-transform:translate3d(-350px,700px,0) rotate(90deg);opacity:0}}@-webkit-keyframes falling3{0%{-webkit-transform:translate3d(0,0,0) rotate(-20deg)}100%{-webkit-transform:translate3d(-230px,640px,0) rotate(-70deg);opacity:0}}
@-webkit-keyframes falling2{0%{-webkit-transform:translate3d(0,0,0) rotate(90deg)}100%{-webkit-transform:translate3d(-400px,680px,0) rotate(0deg);opacity:0}}
.animation_leaves #leaves{  }

.bird {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg);
  background-size: auto 100%;
  width: 40px;
  height: 63px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
          animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
          animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bird--one {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.bird--two {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
}
.bird--three {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}
.bird--four {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.bird--five {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.bird--six {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
}

.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
          animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bird-container--one {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.bird-container--two {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bird-container--three {
  -webkit-animation-duration: 14.6s;
          animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}
.bird-container--four {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
          animation-delay: 10.25s;
}

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}

.animation_snow { width:100%; }
.tree {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2
}

.tree .stump {
	margin: 0 auto;
	background-color: #654321;
	width: 20px;
	height: 40px
}

.tree .tree-section {
	margin-left: 50%;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-bottom: 100px solid #57857D;
	border-bottom-left-radius: 50% 20px;
	border-bottom-right-radius: 50% 20px;
	width: 0;
	height: 0
}

.tree .tree-section.section-one {
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	border-bottom: 60px solid #79a83f;
	transform: translate(-50%, 82%);
	z-index: 3
}

.tree .tree-section.section-two {
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-bottom: 80px solid #709c3b;
	transform: translate(-50%, 35%);
	z-index: 2
}

.tree .tree-section.section-three {
	border-left: 80px solid transparent;
	border-right: 80px solid transparent;
	border-bottom: 80px solid #689137;
	transform: translateX(-50%);
	z-index: 1
}

.tree .star {
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-right: .9em;
	margin-bottom: 1.2em;
	margin-left: .9em;
	border-right: .3em solid transparent;
	border-bottom: .7em solid #FC0;
	border-left: .3em solid transparent;
	width: 0;
	height: 0;
	transform: translate(-196%, 164%);
	font-size: 22px;
	z-index: 4
}

.tree .star:before,
.tree .star:after {
	display: block;
	position: absolute;
	top: .6em;
	left: -1em;
	border-right: 1em solid transparent;
	border-bottom: .7em solid #FC0;
	border-left: 1em solid transparent;
	width: 0;
	height: 0;
	transform: rotate(-35deg);
	content: ''
}

.tree .star:after {
	transform: rotate(35deg)
}

.tree .decorations {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 100%;
	z-index: 4
}

.tree .decorations .tinsel {
	background-color: red;
	width: 44%;
	height: 2px
}

.tree .decorations .tinsel.tinsel-one {
	width: 44%;
	transform: translate(77%, 86px) rotate(30deg)
}

.tree .decorations .tinsel.tinsel-two {
	width: 56%;
	transform: translate(46%, 139px) rotate(30deg)
}

.tree .decorations .tinsel.tinsel-three {
	width: 54%;
	transform: translate(46%, 191px) rotate(30deg)
}

.mound {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 50% 50% 0 0;
	width: 100%;
	height: 15%
}

@keyframes snowfall-1 {
	0% {
		top: -100%;
		right: -20%
	}
	100% {
		top: 100%;
		right: 20%
	}
}

@keyframes snowfall-2 {
	0% {
		top: -100%;
		right: -20%
	}
	50% {
		transform: translate(-25px, 10px)
	}
	100% {
		top: 100%;
		right: 20%;
		transform: translate(25px, 10px)
	}
}

@keyframes snowfall-3 {
	0% {
		top: -100%;
		right: -20%
	}
	50% {
		transform: translate(15px, 10px)
	}
	100% {
		top: 100%;
		right: 20%;
		transform: translate(-5px, 10px)
	}
}

@keyframes snowfall-4 {
	0% {
		top: -100%;
		right: -20%
	}
	50% {
		transform: translate(25px, 10px)
	}
	100% {
		top: 100%;
		right: 20%;
		transform: translate(25px, 10px)
	}
}

.group-1 {
	animation: snowfall-3 9s linear infinite;
}

.group-2 {
	animation: snowfall-2 8s -2.5s linear infinite
}

.group-3 {
	animation: snowfall-4 9s -5.5s linear infinite
}

.group-4 {
	animation: snowfall-1 8s -7.5s linear infinite
}

.snowfall {
	position: absolute;
	top: -100%;
	right: -20%;
	width: 120%;
	height: 100%
}

.snowfall .inner {
	position: relative;
	width: 100%;
	height: 100%
}

.snowfall .inner i {
	position: absolute;
	width: 3px;
	height: 3px;
	background-color: white
}

.snowfall i:nth-child(1) {
	top: 75%;
	right: 20%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(2) {
	top: 75%;
	right: 64%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(3) {
	top: 2%;
	right: 62%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(4) {
	top: 13%;
	right: 29%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(5) {
	top: 90%;
	right: 63%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(6) {
	top: 35%;
	right: 47%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(7) {
	top: 38%;
	right: 92%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(8) {
	top: 35%;
	right: 58%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(9) {
	top: 2%;
	right: 3%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(10) {
	top: 6%;
	right: 63%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(11) {
	top: 100%;
	right: 4%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(12) {
	top: 80%;
	right: 94%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(13) {
	top: 84%;
	right: 83%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(14) {
	top: 9%;
	right: 55%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(15) {
	top: 18%;
	right: 20%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(16) {
	top: 36%;
	right: 67%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(17) {
	top: 50%;
	right: 49%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(18) {
	top: 83%;
	right: 93%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(19) {
	top: 47%;
	right: 84%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(20) {
	top: 59%;
	right: 28%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(21) {
	top: 33%;
	right: 34%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(22) {
	top: 16%;
	right: 12%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(23) {
	top: 24%;
	right: 84%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(24) {
	top: 83%;
	right: 86%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(25) {
	top: 94%;
	right: 28%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(26) {
	top: 92%;
	right: 94%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(27) {
	top: 25%;
	right: 67%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(28) {
	top: 72%;
	right: 82%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(29) {
	top: 60%;
	right: 83%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(30) {
	top: 18%;
	right: 14%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(31) {
	top: 100%;
	right: 17%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(32) {
	top: 60%;
	right: 38%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(33) {
	top: 62%;
	right: 54%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(34) {
	top: 5%;
	right: 20%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(35) {
	top: 54%;
	right: 30%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(36) {
	top: 37%;
	right: 26%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(37) {
	top: 82%;
	right: 58%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(38) {
	top: 19%;
	right: 92%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(39) {
	top: 96%;
	right: 22%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(40) {
	top: 12%;
	right: 43%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(41) {
	top: 77%;
	right: 35%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(42) {
	top: 63%;
	right: 87%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(43) {
	top: 3%;
	right: 79%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(44) {
	top: 89%;
	right: 47%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(45) {
	top: 35%;
	right: 7%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(46) {
	top: 75%;
	right: 60%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(47) {
	top: 76%;
	right: 54%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(48) {
	top: 58%;
	right: 66%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(49) {
	top: 97%;
	right: 98%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(50) {
	top: 51%;
	right: 6%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(51) {
	top: 68%;
	right: 92%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(52) {
	top: 62%;
	right: 8%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(53) {
	top: 72%;
	right: 63%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(54) {
	top: 14%;
	right: 98%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(55) {
	top: 85%;
	right: 80%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(56) {
	top: 31%;
	right: 33%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(57) {
	top: 44%;
	right: 17%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(58) {
	top: 68%;
	right: 10%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(59) {
	top: 56%;
	right: 74%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(60) {
	top: 98%;
	right: 42%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(61) {
	top: 26%;
	right: 11%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(62) {
	top: 62%;
	right: 35%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(63) {
	top: 94%;
	right: 68%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(64) {
	top: 44%;
	right: 99%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(65) {
	top: 12%;
	right: 88%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(66) {
	top: 60%;
	right: 89%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(67) {
	top: 3%;
	right: 18%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(68) {
	top: 40%;
	right: 39%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(69) {
	top: 40%;
	right: 51%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(70) {
	top: 78%;
	right: 60%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(71) {
	top: 61%;
	right: 24%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(72) {
	top: 90%;
	right: 65%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(73) {
	top: 34%;
	right: 51%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(74) {
	top: 92%;
	right: 86%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(75) {
	top: 16%;
	right: 51%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(76) {
	top: 14%;
	right: 98%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(77) {
	top: 18%;
	right: 22%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(78) {
	top: 46%;
	right: 16%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(79) {
	top: 65%;
	right: 71%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(80) {
	top: 58%;
	right: 99%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(81) {
	top: 71%;
	right: 93%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(82) {
	top: 39%;
	right: 91%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(83) {
	top: 47%;
	right: 54%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(84) {
	top: 47%;
	right: 32%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(85) {
	top: 83%;
	right: 32%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(86) {
	top: 93%;
	right: 67%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(87) {
	top: 17%;
	right: 66%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(88) {
	top: 93%;
	right: 57%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(89) {
	top: 48%;
	right: 20%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(90) {
	top: 89%;
	right: 40%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(91) {
	top: 84%;
	right: 42%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(92) {
	top: 5%;
	right: 75%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(93) {
	top: 4%;
	right: 79%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(94) {
	top: 76%;
	right: 2%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(95) {
	top: 38%;
	right: 31%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(96) {
	top: 54%;
	right: 9%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(97) {
	top: 25%;
	right: 88%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(98) {
	top: 84%;
	right: 68%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(99) {
	top: 47%;
	right: 81%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(100) {
	top: 33%;
	right: 93%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(101) {
	top: 12%;
	right: 3%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(102) {
	top: 12%;
	right: 79%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(103) {
	top: 90%;
	right: 28%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(104) {
	top: 10%;
	right: 61%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(105) {
	top: 10%;
	right: 5%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(106) {
	top: 41%;
	right: 26%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(107) {
	top: 93%;
	right: 86%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(108) {
	top: 98%;
	right: 23%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(109) {
	top: 37%;
	right: 25%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(110) {
	top: 14%;
	right: 65%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(111) {
	top: 65%;
	right: 67%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(112) {
	top: 11%;
	right: 70%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(113) {
	top: 91%;
	right: 2%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(114) {
	top: 25%;
	right: 56%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(115) {
	top: 53%;
	right: 32%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(116) {
	top: 52%;
	right: 69%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(117) {
	top: 53%;
	right: 13%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(118) {
	top: 85%;
	right: 7%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(119) {
	top: 7%;
	right: 30%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(120) {
	top: 69%;
	right: 37%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(121) {
	top: 90%;
	right: 37%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(122) {
	top: 56%;
	right: 31%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(123) {
	top: 41%;
	right: 6%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(124) {
	top: 100%;
	right: 41%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(125) {
	top: 95%;
	right: 88%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(126) {
	top: 55%;
	right: 72%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(127) {
	top: 78%;
	right: 8%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(128) {
	top: 55%;
	right: 99%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(129) {
	top: 9%;
	right: 51%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(130) {
	top: 36%;
	right: 21%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(131) {
	top: 53%;
	right: 64%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(132) {
	top: 37%;
	right: 21%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(133) {
	top: 98%;
	right: 22%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(134) {
	top: 59%;
	right: 26%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(135) {
	top: 63%;
	right: 93%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(136) {
	top: 96%;
	right: 41%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(137) {
	top: 81%;
	right: 42%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(138) {
	top: 21%;
	right: 24%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(139) {
	top: 16%;
	right: 20%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(140) {
	top: 90%;
	right: 57%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(141) {
	top: 75%;
	right: 69%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(142) {
	top: 34%;
	right: 32%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(143) {
	top: 89%;
	right: 95%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(144) {
	top: 16%;
	right: 34%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(145) {
	top: 45%;
	right: 89%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(146) {
	top: 24%;
	right: 92%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(147) {
	top: 21%;
	right: 55%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(148) {
	top: 31%;
	right: 29%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(149) {
	top: 93%;
	right: 76%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(150) {
	top: 73%;
	right: 48%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(151) {
	top: 52%;
	right: 2%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(152) {
	top: 48%;
	right: 9%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(153) {
	top: 88%;
	right: 97%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(154) {
	top: 37%;
	right: 95%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(155) {
	top: 50%;
	right: 18%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(156) {
	top: 19%;
	right: 28%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(157) {
	top: 84%;
	right: 94%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(158) {
	top: 76%;
	right: 45%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(159) {
	top: 29%;
	right: 54%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(160) {
	top: 66%;
	right: 35%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(161) {
	top: 88%;
	right: 23%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(162) {
	top: 32%;
	right: 85%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(163) {
	top: 53%;
	right: 56%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(164) {
	top: 42%;
	right: 44%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(165) {
	top: 20%;
	right: 70%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(166) {
	top: 5%;
	right: 11%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(167) {
	top: 51%;
	right: 37%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(168) {
	top: 33%;
	right: 77%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(169) {
	top: 57%;
	right: 53%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(170) {
	top: 16%;
	right: 40%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(171) {
	top: 54%;
	right: 55%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(172) {
	top: 11%;
	right: 72%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(173) {
	top: 55%;
	right: 84%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(174) {
	top: 49%;
	right: 79%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(175) {
	top: 71%;
	right: 2%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(176) {
	top: 68%;
	right: 18%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(177) {
	top: 95%;
	right: 31%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(178) {
	top: 42%;
	right: 16%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(179) {
	top: 7%;
	right: 83%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(180) {
	top: 13%;
	right: 39%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(181) {
	top: 51%;
	right: 59%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(182) {
	top: 46%;
	right: 65%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(183) {
	top: 73%;
	right: 55%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(184) {
	top: 29%;
	right: 42%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(185) {
	top: 98%;
	right: 50%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(186) {
	top: 54%;
	right: 25%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(187) {
	top: 98%;
	right: 90%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(188) {
	top: 88%;
	right: 83%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(189) {
	top: 74%;
	right: 7%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(190) {
	top: 79%;
	right: 62%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(191) {
	top: 40%;
	right: 15%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(192) {
	top: 50%;
	right: 52%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(193) {
	top: 37%;
	right: 77%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(194) {
	top: 48%;
	right: 20%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(195) {
	top: 26%;
	right: 11%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(196) {
	top: 41%;
	right: 74%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(197) {
	top: 25%;
	right: 23%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(198) {
	top: 79%;
	right: 64%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(199) {
	top: 33%;
	right: 16%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(200) {
	top: 79%;
	right: 81%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(201) {
	top: 75%;
	right: 94%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(202) {
	top: 28%;
	right: 50%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(203) {
	top: 28%;
	right: 90%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(204) {
	top: 28%;
	right: 12%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(205) {
	top: 68%;
	right: 68%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(206) {
	top: 48%;
	right: 1%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(207) {
	top: 37%;
	right: 43%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(208) {
	top: 86%;
	right: 53%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(209) {
	top: 77%;
	right: 78%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(210) {
	top: 86%;
	right: 53%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(211) {
	top: 92%;
	right: 68%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(212) {
	top: 8%;
	right: 56%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(213) {
	top: 82%;
	right: 96%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(214) {
	top: 28%;
	right: 46%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(215) {
	top: 41%;
	right: 6%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(216) {
	top: 55%;
	right: 82%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(217) {
	top: 98%;
	right: 55%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(218) {
	top: 19%;
	right: 78%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(219) {
	top: 68%;
	right: 78%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(220) {
	top: 15%;
	right: 100%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(221) {
	top: 65%;
	right: 78%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(222) {
	top: 63%;
	right: 9%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(223) {
	top: 28%;
	right: 53%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(224) {
	top: 19%;
	right: 37%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(225) {
	top: 70%;
	right: 61%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(226) {
	top: 15%;
	right: 100%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(227) {
	top: 65%;
	right: 98%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(228) {
	top: 31%;
	right: 27%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(229) {
	top: 61%;
	right: 1%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(230) {
	top: 93%;
	right: 1%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(231) {
	top: 51%;
	right: 71%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(232) {
	top: 28%;
	right: 63%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(233) {
	top: 55%;
	right: 2%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(234) {
	top: 50%;
	right: 8%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(235) {
	top: 46%;
	right: 43%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(236) {
	top: 13%;
	right: 26%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(237) {
	top: 92%;
	right: 87%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(238) {
	top: 97%;
	right: 27%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(239) {
	top: 51%;
	right: 42%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(240) {
	top: 42%;
	right: 10%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(241) {
	top: 6%;
	right: 68%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(242) {
	top: 51%;
	right: 33%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(243) {
	top: 80%;
	right: 52%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(244) {
	top: 78%;
	right: 71%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(245) {
	top: 86%;
	right: 74%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(246) {
	top: 98%;
	right: 93%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(247) {
	top: 7%;
	right: 70%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(248) {
	top: 67%;
	right: 46%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(249) {
	top: 99%;
	right: 56%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(250) {
	top: 93%;
	right: 74%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(251) {
	top: 70%;
	right: 20%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(252) {
	top: 47%;
	right: 26%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(253) {
	top: 64%;
	right: 5%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(254) {
	top: 37%;
	right: 1%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(255) {
	top: 86%;
	right: 38%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(256) {
	top: 51%;
	right: 3%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(257) {
	top: 10%;
	right: 97%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(258) {
	top: 30%;
	right: 83%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(259) {
	top: 59%;
	right: 96%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(260) {
	top: 68%;
	right: 10%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(261) {
	top: 11%;
	right: 86%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(262) {
	top: 30%;
	right: 61%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(263) {
	top: 11%;
	right: 98%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(264) {
	top: 15%;
	right: 28%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(265) {
	top: 7%;
	right: 14%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(266) {
	top: 20%;
	right: 16%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(267) {
	top: 13%;
	right: 37%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(268) {
	top: 73%;
	right: 34%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(269) {
	top: 51%;
	right: 47%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(270) {
	top: 66%;
	right: 97%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(271) {
	top: 75%;
	right: 52%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(272) {
	top: 23%;
	right: 41%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(273) {
	top: 80%;
	right: 8%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(274) {
	top: 69%;
	right: 47%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(275) {
	top: 89%;
	right: 46%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(276) {
	top: 8%;
	right: 48%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(277) {
	top: 91%;
	right: 89%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(278) {
	top: 52%;
	right: 46%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(279) {
	top: 60%;
	right: 69%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(280) {
	top: 30%;
	right: 37%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(281) {
	top: 97%;
	right: 48%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(282) {
	top: 81%;
	right: 51%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(283) {
	top: 86%;
	right: 14%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(284) {
	top: 34%;
	right: 68%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(285) {
	top: 37%;
	right: 55%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(286) {
	top: 4%;
	right: 88%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(287) {
	top: 26%;
	right: 58%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(288) {
	top: 6%;
	right: 98%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(289) {
	top: 2%;
	right: 25%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(290) {
	top: 9%;
	right: 2%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(291) {
	top: 26%;
	right: 14%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(292) {
	top: 31%;
	right: 72%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(293) {
	top: 80%;
	right: 83%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(294) {
	top: 38%;
	right: 15%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(295) {
	top: 46%;
	right: 53%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(296) {
	top: 20%;
	right: 20%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(297) {
	top: 8%;
	right: 22%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(298) {
	top: 92%;
	right: 85%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(299) {
	top: 46%;
	right: 51%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(300) {
	top: 60%;
	right: 63%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(301) {
	top: 62%;
	right: 33%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(302) {
	top: 65%;
	right: 80%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(303) {
	top: 56%;
	right: 96%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(304) {
	top: 54%;
	right: 35%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(305) {
	top: 20%;
	right: 56%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(306) {
	top: 19%;
	right: 5%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(307) {
	top: 93%;
	right: 24%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(308) {
	top: 67%;
	right: 70%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(309) {
	top: 51%;
	right: 11%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(310) {
	top: 80%;
	right: 26%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(311) {
	top: 77%;
	right: 20%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(312) {
	top: 66%;
	right: 67%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(313) {
	top: 21%;
	right: 46%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(314) {
	top: 31%;
	right: 60%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(315) {
	top: 61%;
	right: 83%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(316) {
	top: 32%;
	right: 82%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(317) {
	top: 31%;
	right: 36%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(318) {
	top: 58%;
	right: 66%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(319) {
	top: 34%;
	right: 73%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(320) {
	top: 92%;
	right: 18%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(321) {
	top: 34%;
	right: 31%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(322) {
	top: 88%;
	right: 60%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(323) {
	top: 97%;
	right: 71%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(324) {
	top: 97%;
	right: 59%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(325) {
	top: 31%;
	right: 58%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(326) {
	top: 48%;
	right: 19%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(327) {
	top: 11%;
	right: 21%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(328) {
	top: 38%;
	right: 6%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(329) {
	top: 89%;
	right: 83%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(330) {
	top: 61%;
	right: 36%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(331) {
	top: 8%;
	right: 23%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(332) {
	top: 55%;
	right: 25%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(333) {
	top: 16%;
	right: 71%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(334) {
	top: 14%;
	right: 85%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(335) {
	top: 82%;
	right: 3%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(336) {
	top: 57%;
	right: 67%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(337) {
	top: 94%;
	right: 64%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(338) {
	top: 66%;
	right: 41%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(339) {
	top: 12%;
	right: 18%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(340) {
	top: 60%;
	right: 43%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(341) {
	top: 71%;
	right: 6%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(342) {
	top: 4%;
	right: 59%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(343) {
	top: 95%;
	right: 27%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(344) {
	top: 70%;
	right: 46%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(345) {
	top: 9%;
	right: 61%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(346) {
	top: 24%;
	right: 87%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(347) {
	top: 38%;
	right: 19%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(348) {
	top: 31%;
	right: 57%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(349) {
	top: 13%;
	right: 77%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(350) {
	top: 75%;
	right: 86%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(351) {
	top: 29%;
	right: 53%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(352) {
	top: 87%;
	right: 91%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(353) {
	top: 37%;
	right: 46%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(354) {
	top: 66%;
	right: 82%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(355) {
	top: 65%;
	right: 59%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(356) {
	top: 11%;
	right: 37%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(357) {
	top: 24%;
	right: 26%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(358) {
	top: 74%;
	right: 46%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(359) {
	top: 32%;
	right: 89%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(360) {
	top: 1%;
	right: 89%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(361) {
	top: 95%;
	right: 46%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(362) {
	top: 6%;
	right: 30%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(363) {
	top: 57%;
	right: 96%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(364) {
	top: 90%;
	right: 42%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(365) {
	top: 84%;
	right: 22%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(366) {
	top: 38%;
	right: 88%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(367) {
	top: 100%;
	right: 53%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(368) {
	top: 33%;
	right: 71%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(369) {
	top: 57%;
	right: 72%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(370) {
	top: 4%;
	right: 54%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(371) {
	top: 75%;
	right: 7%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(372) {
	top: 27%;
	right: 69%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(373) {
	top: 98%;
	right: 69%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(374) {
	top: 43%;
	right: 52%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(375) {
	top: 66%;
	right: 75%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(376) {
	top: 92%;
	right: 45%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(377) {
	top: 17%;
	right: 39%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(378) {
	top: 86%;
	right: 45%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(379) {
	top: 22%;
	right: 28%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(380) {
	top: 80%;
	right: 76%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(381) {
	top: 80%;
	right: 38%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(382) {
	top: 3%;
	right: 12%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(383) {
	top: 17%;
	right: 90%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(384) {
	top: 70%;
	right: 84%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(385) {
	top: 88%;
	right: 19%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(386) {
	top: 68%;
	right: 65%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(387) {
	top: 96%;
	right: 6%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(388) {
	top: 15%;
	right: 78%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(389) {
	top: 36%;
	right: 53%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(390) {
	top: 31%;
	right: 52%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(391) {
	top: 4%;
	right: 75%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(392) {
	top: 14%;
	right: 2%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(393) {
	top: 88%;
	right: 67%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(394) {
	top: 5%;
	right: 77%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(395) {
	top: 10%;
	right: 74%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(396) {
	top: 9%;
	right: 27%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(397) {
	top: 78%;
	right: 92%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(398) {
	top: 27%;
	right: 25%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(399) {
	top: 6%;
	right: 92%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}

.snowfall i:nth-child(400) {
	top: 50%;
	right: 87%
}

.snowfall i:nth-child(2n) {
	width: 2px;
	height: 2px
}