div+css实现多彩粒子风暴效果代码

代码语言:html

所属分类:粒子

代码描述:div+css实现多彩粒子风暴效果代码

代码标签: 粒子 风暴 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开


<!DOCTYPE html>
<html lang="en" >

<head>

  <meta charset="UTF-8">
  

<style>
body {
  background: #222;
  height: 100vh;
  overflow: hidden;
  perspective: 1000px;
}

div {
  position: absolute;
  transform-style: preserve-3d;
}

.field {
  width: 100%;
  height: 100%;
}

.stars {
  width: 100%;
  height: 100%;
}

.star {
  top: 50%;
  left: 50%;
}
.star:nth-child(1) .drive.-up {
  -webkit-animation-delay: -8307ms;
          animation-delay: -8307ms;
}
.star:nth-child(1) .drive.-scale {
  -webkit-animation-delay: -8307ms;
          animation-delay: -8307ms;
}
.star:nth-child(1) .drive.-rotate, .star:nth-child(1) .drive.-reverse, .star:nth-child(1) .drive.-angle, .star:nth-child(1) .drive.-rubber {
  -webkit-animation-delay: -14700ms;
          animation-delay: -14700ms;
}
.star:nth-child(1) .drive.-radius {
  transform: translateX(304px);
}
.star:nth-child(1) .graphic {
  background: rgba(249, 224, 231, 0.7);
}
.star:nth-child(2) .drive.-up {
  -webkit-animation-delay: -69793ms;
          animation-delay: -69793ms;
}
.star:nth-child(2) .drive.-scale {
  -webkit-animation-delay: -69793ms;
          animation-delay: -69793ms;
}
.star:nth-child(2) .drive.-rotate, .star:nth-child(2) .drive.-reverse, .star:nth-child(2) .drive.-angle, .star:nth-child(2) .drive.-rubber {
  -webkit-animation-delay: -34653ms;
          animation-delay: -34653ms;
}
.star:nth-child(2) .drive.-radius {
  transform: translateX(287px);
}
.star:nth-child(2) .graphic {
  background: rgba(212, 105, 249, 0.7);
}
.star:nth-child(3) .drive.-up {
  -webkit-animation-delay: -62003ms;
          animation-delay: -62003ms;
}
.star:nth-child(3) .drive.-scale {
  -webkit-animation-delay: -62003ms;
          animation-delay: -62003ms;
}
.star:nth-child(3) .drive.-rotate, .star:nth-child(3) .drive.-reverse, .star:nth-child(3) .drive.-angle, .star:nth-child(3) .drive.-rubber {
  -webkit-animation-delay: -58573ms;
          animation-delay: -58573ms;
}
.star:nth-child(3) .drive.-radius {
  transform: translateX(328px);
}
.star:nth-child(3) .graphic {
  background: rgba(150, 113, 242, 0.7);
}
.star:nth-child(4) .drive.-up {
  -webkit-animation-delay: -66910ms;
          animation-delay: -66910ms;
}
.star:nth-child(4) .drive.-scale {
  -webkit-animation-delay: -66910ms;
          animation-delay: -66910ms;
}
.star:nth-child(4) .drive.-rotate, .star:nth-child(4) .drive.-reverse, .star:nth-child(4) .drive.-angle, .star:nth-child(4) .drive.-rubber {
  -webkit-animation-delay: -39138ms;
          animation-delay: -39138ms;
}
.star:nth-child(4) .drive.-radius {
  transform: translateX(345px);
}
.star:nth-child(4) .graphic {
  background: rgba(123, 252, 245, 0.7);
}
.star:nth-child(5) .drive.-up {
  -webkit-animation-delay: -43805ms;
          animation-delay: -43805ms;
}
.star:nth-child(5) .drive.-scale {
  -webkit-animation-delay: -43805ms;
          animation-delay: -43805ms;
}
.star:nth-child(5) .drive.-rotate, .star:nth-child(5) .drive.-reverse, .star:nth-child(5) .drive.-angle, .star:nth-child(5) .drive.-rubber {
  -webkit-animation-delay: -72308ms;
          animation-delay: -72308ms;
}
.star:nth-child(5) .drive.-radius {
  transform: translateX(103px);
}
.star:nth-child(5) .graphic {
  background: rgba(146, 101, 208, 0.7);
}
.star:nth-child(6) .drive.-up {
  -webkit-animation-delay: -56617ms;
          animation-delay: -56617ms;
}
.star:nth-child(6) .drive.-scale {
  -webkit-animation-delay: -56617ms;
          animation-delay: -56617ms;
}
.star:nth-child(6) .drive.-rotate, .star:nth-child(6) .drive.-reverse, .star:nth-child(6) .drive.-angle, .star:nth-child(6) .drive.-rubber {
  -webkit-animation-delay: -95177ms;
          animation-delay: -95177ms;
}
.star:nth-child(6) .drive.-radius {
  transform: translateX(316px);
}
.star:nth-child(6) .graphic {
  background: rgba(163, 155, 208, 0.7);
}
.star:nth-child(7) .drive.-up {
  -webkit-animation-delay: -61068ms;
          animation-delay: -61068ms;
}
.star:nth-child(7) .drive.-scale {
  -webkit-animation-delay: -61068ms;
          animation-delay: -61068ms;
}
.star:nth-child(7) .drive.-rotate, .star:nth-child(7) .drive.-reverse, .star:nth-child(7) .drive.-angle, .star:nth-child(7) .drive.-rubber {
  -webkit-animation-delay: -67096ms;
          animation-delay: -67096ms;
}
.star:nth-child(7) .drive.-radius {
  transform: translateX(238px);
}
.star:nth-child(7) .graphic {
  background: rgba(228, 111, 245, 0.7);
}
.star:nth-child(8) .drive.-up {
  -webkit-animation-delay: -20204ms;
          animation-delay: -20204ms;
}
.star:nth-child(8) .drive.-scale {
  -webkit-animation-delay: -20204ms;
          animation-delay: -20204ms;
}
.star:nth-child(8) .drive.-rotate, .star:nth-child(8) .drive.-reverse, .star:nth-child(8) .drive.-angle, .star:nth-child(8) .drive.-rubber {
  -webkit-animation-delay: -26054ms;
          animation-delay: -26054ms;
}
.star:nth-child(8) .drive.-radius {
  transform: translateX(208px);
}
.star:nth-child(8) .graphic {
  background: rgba(113, 167, 246, 0.7);
}
.star:nth-child(9) .drive.-up {
  -webkit-animation-delay: -43986ms;
          animation-delay: -43986ms;
}
.star:nth-child(9) .drive.-scale {
  -webkit-animation-delay: -43986ms;
          animation-delay: -43986ms;
}
.star:nth-child(9) .drive.-rotate, .star:nth-child(9) .drive.-reverse, .star:nth-child(9) .drive.-angle, .star:nth-child(9) .drive.-rubber {
  -webkit-animation-delay: -68512ms;
          animation-delay: -68512ms;
}
.star:nth-child(9) .drive.-radius {
  transform: translateX(125px);
}
.star:nth-child(9) .graphic {
  background: rgba(128, 175, 217, 0.7);
}
.star:nth-child(10) .drive.-up {
  -webkit-animation-delay: -45631ms;
          animation-delay: -45631ms;
}
.star:nth-child(10) .drive.-scale {
  -webkit-animation-delay: -45631ms;
          animation-delay: -45631ms;
}
.star:nth-child(10) .drive.-rotate, .star:nth-child(10) .drive.-reverse, .star:nth-child(10) .drive.-angle, .star:nth-child(10) .drive.-rubber {
  -webkit-animation-delay: -20082ms;
          animation-delay: -20082ms;
}
.star:nth-child(10) .drive.-radius {
  transform: translateX(349px);
}
.star:nth-child(10) .graphic {
  background: rgba(220, 215, 231, 0.7);
}
.star:nth-child(11) .drive.-up {
  -webkit-animation-delay: -12153ms;
          animation-delay: -12153ms;
}
.star:nth-child(11) .drive.-scale {
  -webkit-animation-delay: -12153ms;
          animation-delay: -12153ms;
}
.star:nth-child(11) .drive.-rotate, .star:nth-child(11) .drive.-reverse, .star:nth-child(11) .drive.-angle, .star:nth-child(11) .drive.-rubber {
  -webkit-animation-delay: -83608ms;
          animation-delay: -83608ms;
}
.star:nth-child(11) .drive.-radius {
  transform: translateX(231px);
}
.star:nth-child(11) .graphic {
  background: rgba(178, 169, 202, 0.7);
}
.star:nth-child(12) .drive.-up {
  -webkit-animation-delay: -59018ms;
          animation-delay: -59018ms;
}
.star:nth-child(12) .drive.-scale {
  -webkit-animation-delay: -59018ms;
          animation-delay: -59018ms;
}
.star:nth-child(12) .drive.-rotate, .star:nth-child(12) .drive.-reverse, .star:nth-child(12) .drive.-angle, .star:nth-child(12) .drive.-rubber {
  -webkit-animation-delay: -35822ms;
          animation-delay: -35822ms;
}
.star:nth-child(12) .drive.-radius {
  transform: translateX(182px);
}
.star:nth-child(12) .graphic {
  background: rgba(129, 136, 204, 0.7);
}
.star:nth-child(13) .drive.-up {
  -webkit-animation-delay: -84450ms;
          animation-delay: -84450ms;
}
.star:nth-child(13) .drive.-scale {
  -webkit-animation-delay: -84450ms;
          animation-delay: -84450ms;
}
.star:nth-child(13) .drive.-rotate, .star:nth-child(13) .drive.-reverse, .star:nth-child(13) .drive.-angle, .star:nth-child(13) .drive.-rubber {
  -webkit-animation-delay: -45697ms;
          animation-delay: -45697ms;
}
.star:nth-child(13) .drive.-radius {
  transform: translateX(199px);
}
.star:nth-child(13) .graphic {
  background: rgba(168, 242, 230, 0.7);
}
.star:nth-child(14) .drive.-up {
  -webkit-animation-delay: -38048ms;
          animation-delay: -38048ms;
}
.star:nth-child(14) .drive.-scale {
  -webkit-animation-delay: -38048ms;
          animation-delay: -38048ms;
}
.star:nth-child(14) .drive.-rotate, .star:nth-child(14) .drive.-reverse, .star:nth-child(14) .drive.-angle, .star:nth-child(14) .drive.-rubber {
  -webkit-animation-delay: -81715ms;
          animation-delay: -81715ms;
}
.star:nth-child(14) .drive.-radius {
  transform: translateX(128px);
}
.star:nth-child(14) .graphic {
  background: rgba(123, 174, 243, 0.7);
}
.star:nth-child(15) .drive.-up {
  -webkit-animation-delay: -56645ms;
          animation-delay: -56645ms;
}
.star:nth-child(15) .drive.-scale {
  -webkit-animation-delay: -56645ms;
          animation-delay: -56645ms;
}
.star:nth-child(15) .drive.-rotate, .star:nth-child(15) .drive.-reverse, .star:nth-child(15) .drive.-angle, .star:nth-child(15) .drive.-rubber {
  -webkit-animation-delay: -57496ms;
          animation-delay: -57496ms;
}
.star:nth-child(15) .drive.-radius {
  transform: translateX(219px);
}
.star:nth-child(15) .graphic {
  background: rgba(116, 248, 223, 0.7);
}
.star:nth-child(16) .drive.-up {
  -webkit-animation-delay: -53100ms;
          animation-delay: -53100ms;
}
.star:nth-child(16) .drive.-scale {
  -webkit-animation-delay: -53100ms;
          animation-delay: -53100ms;
}
.star:nth-child(16) .drive.-rotate, .star:nth-child(16) .drive.-reverse, .star:nth-child(16) .drive.-angle, .star:nth-child(16) .drive.-rubber {
  -webkit-animation-delay: -8779ms;
          animation-delay: -8779ms;
}
.star:nth-child(16) .drive.-radius {
  transform: translateX(200px);
}
.star:nth-child(16) .graphic {
  background: rgba(190, 161, 206, 0.7);
}
.star:nth-child(17) .drive.-up {
  -webkit-animation-delay: -78965ms;
          animation-delay: -78965ms;
}
.star:nth-child(17) .drive.-scale {
  -webkit-animation-delay: -78965ms;
          animation-delay: -78965ms;
}
.star:nth-child(17) .drive.-rotate, .star:nth-child(17) .drive.-reverse, .star:nth-child(17) .drive.-angle, .star:nth-child(17) .drive.-rubber {
  -webkit-animation-delay: -2470ms;
          animation-delay: -2470ms;
}
.star:nth-child(17) .drive.-radius {
  transform: translateX(198px);
}
.star:nth-child(17) .graphic {
  background: rgba(156, 150, 229, 0.7);
}
.star:nth-child(18) .drive.-up {
  -webkit-animation-delay: -23089ms;
          animation-delay: -23089ms;
}
.star:nth-child(18) .drive.-scale {
  -webkit-animation-delay: -23089ms;
          animation-delay: -23089ms;
}
.star:nth-child(18) .drive.-rotate, .star:nth-child(18) .drive.-reverse, .star:nth-child(18) .drive.-angle, .star:nth-child(18) .drive.-rubber {
  -webkit-animation-delay: -38463ms;
          animation-delay: -38463ms;
}
.star:nth-child(18) .drive.-radius {
  transform: translateX(205px);
}
.star:nth-child(18) .graphic {
  background: rgba(193, 143, 252, 0.7);
}
.star:nth-child(19) .drive.-up {
  -webkit-animation-delay: -18335ms;
          animation-delay: -18335ms;
}
.star:nth-child(19) .drive.-scale {
  -webkit-animation-delay: -18335ms;
          animation-delay: -18335ms;
}
.star:nth-child(19) .drive.-rotate, .star:nth-child(19) .drive.-reverse, .star:nth-child(19) .drive.-angle, .star:nth-child(19) .drive.-rubber {
  -webkit-animation-delay: -78247ms;
          animation-delay: -78247ms;
}
.star:nth-child(19) .drive.-radius {
  transform: translateX(158px);
}
.star:nth-child(19) .graphic {
  background: rgba(150, 169, 201, 0.7);
}
.star:nth-child(20) .drive.-up {
  -webkit-animation-delay: -81905ms;
          animation-delay: -81905ms;
}
.star:nth-child(20) .drive.-scale {
  -webkit-animation-delay: -81905ms;
          animation-delay: -81905ms;
}
.star:nth-child(20) .drive.-rotate, .star:nth-child(20) .drive.-reverse, .star:nth-child(20) .drive.-angle, .star:nth-child(20) .drive.-rubber {
  -webkit-animation-delay: -32806ms;
          animation-delay: -32806ms;
}
.star:nth-child(20) .drive.-radius {
  transform: translateX(338px);
}
.star:nth-child(20) .graphic {
  background: rgba(150, 244, 224, 0.7);
}
.star:nth-child(21) .drive.-up {
  -webkit-animation-delay: -83160ms;
          animation-delay: -83160ms;
}
.star:nth-child(21) .drive.-scale {
  -webkit-animation-delay: -83160ms;
          animation-delay: -83160ms;
}
.star:nth-child(21) .drive.-rotate, .star:nth-child(21) .drive.-reverse, .star:nth-child(21) .drive.-angle, .star:nth-child(21) .drive.-rubber {
  -webkit-animation-delay: -27150ms;
          animation-delay: -27150ms;
}
.star:nth-child(21) .drive.-radius {
  transform: translateX(294px);
}
.star:nth-child(21) .graphic {
  background: rgba(186, 209, 234, 0.7);
}
.star:nth-child(22) .drive.-up {
  -webkit-animation-delay: -77669ms;
          animation-delay: -77669ms;
}
.star:nth-child(22) .drive.-scale {
  -webkit-animation-delay: -77669ms;
          animation-delay: -77669ms;
}
.star:nth-child(22) .drive.-rotate, .star:nth-child(22) .drive.-reverse, .star:nth-child(22) .drive.-angle, .star:nth-child(22) .drive.-rubber {
  -webkit-animation-delay: -77860ms;
          animation-delay: -77860ms;
}
.star:nth-child(22) .drive.-radius {
  transform: translateX(220px);
}
.star:nth-child(22) .graphic {
  background: rgba(102, 139, 205, 0.7);
}
.star:nth-child(23) .drive.-up {
  -webkit-animation-delay: -67392ms;
          animation-delay: -67392ms;
}
.star:nth-child(23) .drive.-scale {
  -webkit-animation-delay: -67392ms;
          animation-delay: -67392ms;
}
.star:nth-child(23) .drive.-rotate, .star:nth-child(23) .drive.-reverse, .star:nth-child(23) .drive.-angle, .star:nth-child(23) .drive.-rubber {
  -webkit-animation-delay: -74274ms;
          animation-delay: -74274ms;
}
.star:nth-child(23) .drive.-radius {
  transform: translateX(242px);
}
.star:nth-child(23) .graphic {
  background: rgba(153, 159, 242, 0.7);
}
.star:nth-child(24) .drive.-up {
  -webkit-animation-delay: -47111ms;
          animation-delay: -47111ms;
}
.star:nth-child(24) .drive.-scale {
  -webkit-animation-delay: -47111ms;
          animation-delay: -47111ms;
}
.star:nth-child(24) .drive.-rotate, .star:nth-child(24) .drive.-reverse, .star:nth-child(24) .drive.-angle, .star:nth-child(24) .drive.-rubber {
  -webkit-animation-delay: -65443ms;
          animation-delay: -65443ms;
}
.star:nth-child(24) .drive.-radius {
  transform: translateX(172px);
}
.star:nth-child(24) .graphic {
  background: rgba(122, 135, 219, 0.7);
}
.star:nth-child(25) .drive.-up {
  -webkit-animation-delay: -57565ms;
          animation-delay: -57565ms;
}
.star:nth-child(25) .drive.-scale {
  -webkit-animation-delay: -57565ms;
          animation-delay: -57565ms;
}
.star:nth-child(25) .drive.-rotate, .star:nth-child(25) .drive.-reverse, .star:nth-child(25) .drive.-angle, .star:nth-child(25) .drive.-rubber {
  -webkit-animation-delay: -52195ms;
          animation-delay: -52195ms;
}
.star:nth-child(25) .drive.-radius {
  transform: translateX(306px);
}
.star:nth-child(25) .graphic {
  background: rgba(157, 103, 241, 0.7);
}
.star:nth-child(26) .drive.-up {
  -webkit-animation-delay: -5699ms;
          animation-delay: -5699ms;
}
.star:nth-child(26) .drive.-scale {
  -webkit-animation-delay: -5699ms;
          animation-delay: -5699ms;
}
.star:nth-child(26) .drive.-rotate, .star:nth-child(26) .drive.-reverse, .star:nth-child(26) .drive.-angle, .star:nth-child(26) .drive.-rubber {
  -webkit-animation-delay: -92640ms;
          animation-delay: -92640ms;
}
.star:nth-child(26) .drive.-radius {
  transform: translateX(131px);
}
.star:nth-child(26) .graphic {
  background: rgba(115, 253, 254, 0.7);
}
.star:nth-child(27) .drive.-up {
  -webkit-animation-delay: -24935ms;
          animation-delay: -24935ms;
}
.star:nth-child(27) .drive.-scale {
  -webkit-animation-delay: -24935ms;
          animation-delay: -24935ms;
}
.star:nth-child(27) .drive.-rotate, .star:nth-child(27) .drive.-reverse, .star:nth-child(27) .drive.-angle, .star:nth-child(27) .drive.-rubber {
  -webkit-animation-delay: -25005ms;
          animation-delay: -25005ms;
}
.star:nth-child(27) .drive.-radius {
  transform: translateX(166px);
}
.star:nth-child(27) .graphic {
  background: rgba(239, 153, 247, 0.7);
}
.star:nth-child(28) .drive.-up {
  -webkit-animation-delay: -9339ms;
          animation-delay: -9339ms;
}
.star:nth-child(28) .drive.-scale {
  -webkit-animation-delay: -9339ms;
          animation-delay: -9339ms;
}
.star:nth-child(28) .drive.-rotate, .star:nth-child(28) .drive.-reverse, .star:nth-child(28) .drive.-angle, .star:nth-child(28) .drive.-rubber {
  -webkit-animation-delay: -15386ms;
          animation-delay: -15386ms;
}
.star:nth-child(28) .drive.-radius {
  transform: translateX(263px);
}
.star:nth-child(28) .graphic {
  background: rgba(147, 209, 218, 0.7);
}
.star:nth-child(29) .drive.-up {
  -webkit-animation-delay: -75701ms;
          animation-delay: -75701ms;
}
.star:nth-child(29) .drive.-scale {
  -webkit-animation-delay: -75701ms;
          animation-delay: -75701ms;
}
.star:nth-child(29) .drive.-rotate, .star:nth-child(29) .drive.-reverse, .star:nth-child(29) .drive.-angle, .star:nth-child(29) .drive.-rubber {
  -webkit-animation-delay: -32680ms;
          animation-delay: -32680ms;
}
.star:nth-child(29) .drive.-radius {
  transform: translateX(296px);
}
.star:nth-child(29) .graphic {
  background: rgba(247, 150, 232, 0.7);
}
.star:nth-child(30) .drive.-up {
  -webkit-animation-delay: -9644ms;
          animation-delay: -9644ms;
}
.star:nth-child(30) .drive.-scale {
  -webkit-animation-delay: -9644ms;
          animation-delay: -9644ms;
}
.star:nth-child(30) .drive.-rotate, .star:nth-child(30) .drive.-reverse, .star:nth-child(30) .drive.-angle, .star:nth-child(30) .drive.-rubber {
  -webkit-animation-delay: -71325ms;
          animation-delay: -71325ms;
}
.star:nth-child(30) .drive.-radius {
  transform: translateX(171px);
}
.star:nth-child(30) .graphic {
  background: rgba(151, 219, 236, 0.7);
}
.star:nth-child(31) .drive.-up {
  -webkit-animation-delay: -6501ms;
          animation-delay: -6501ms;
}
.star:nth-child(31) .drive.-scale {
  -webkit-animation-delay: -6501ms;
          animation-delay: -6501ms;
}
.star:nth-child(31) .drive.-rotate, .star:nth-child(31) .drive.-reverse, .star:nth-child(31) .drive.-angle, .star:nth-child(31) .drive.-rubber {
  -webkit-animation-delay: -55829ms;
          animation-delay: -55829ms;
}
.star:nth-child(31) .drive.-radius {
  transform: translateX(130px);
}
.star:nth-child(31) .graphic {
  background: rgba(200, 241, 227, 0.7);
}
.star:nth-child(32) .drive.-up {
  -webkit-animation-delay: -18052ms;
          animation-delay: -18052ms;
}
.star:nth-child(32) .drive.-scale {
  -webkit-animation-delay: -18052ms;
          animation-delay: -18052ms;
}
.star:nth-child(32) .drive.-rotate, .star:nth-child(32) .drive.-reverse, .star:nth-child(32) .drive.-angle, .star:nth-child(32) .drive.-rubber {
  -webkit-animation-delay: -44876ms;
          animation-delay: -44876ms;
}
.star:nth-child(32) .drive.-radius {
  transform: translateX(311px);
}
.star:nth-child(32) .graphic {
  background: rgba(104, 144, 217, 0.7);
}
.star:nth-child(33) .drive.-up {
  -webkit-animation-delay: -20699ms;
          animation-delay: -20699ms;
}
.star:nth-child(33) .drive.-scale {
  -webkit-animation-delay: -20699ms;
          animation-delay: -20699ms;
}
.star:nth-child(33) .drive.-rotate, .star:nth-child(33) .drive.-reverse, .star:nth-child(33) .drive.-angle, .star:nth-child(33) .drive.-rubber {
  -webkit-animation-delay: -30188ms;
          animation-delay: -30188ms;
}
.star:nth-child(33) .drive.-radius {
  transform: translateX(302px);
}
.star:nth-child(33) .graphic {
  background: rgba(255, 144, 253, 0.7);
}
.star:nth-child(34) .drive.-up {
  -webkit-animation-delay: -57901ms;
          animation-delay: -57901ms;
}
.star:nth-child(34) .drive.-scale {
  -webkit-animation-delay: -57901ms;
          animation-delay: -57901ms;
}
.star:nth-child(34) .drive.-rotate, .star:nth-child(34) .drive.-reverse, .star:nth-child(34) .drive.-angle, .star:nth-child(34) .drive.-rubber {
  -webkit-animation-delay: -34896ms;
          animation-delay: -34896ms;
}
.star:nth-child(34) .drive.-radius {
  transform: translateX(200px);
}
.star:nth-child(34) .graphic {
  background: rgba(186, 182, 224, 0.7);
}
.star:nth-child(35) .drive.-up {
  -webkit-animation-delay: -49908ms;
          animation-delay: -49908ms;
}
.star:nth-child(35) .drive.-scale {
  -webkit-animation-delay: -49908ms;
          animation-delay: -49908ms;
}
.star:nth-child(35) .drive.-rotate, .star:nth-child(35) .drive.-reverse, .star:nth-child(35) .drive.-angle, .star:nth-child(35) .drive.-rubber {
  -webkit-animation-delay: -46940ms;
          animation-delay: -46940ms;
}
.star:nth-child(35) .drive.-radius {
  transform: translateX(278px);
}
.star:nth-child(35) .graphic {
  background: rgba(184, 197, 207, 0.7);
}
.star:nth-child(36) .drive.-up {
  -webkit-animation-delay: -41710ms;
          animation-delay: -41710ms;
}
.star:nth-child(36) .drive.-scale {
  -webkit-animation-delay: -41710ms;
          animation-delay: -41710ms;
}
.star:nth-child(36) .drive.-rotate, .star:nth-child(36) .drive.-reverse, .star:nth-child(36) .drive.-angle, .star:nth-child(36) .drive.-rubber {
  -webkit-animation-delay: -5012ms;
          animation-delay: -5012ms;
}
.star:nth-child(36) .drive.-radius {
  transform: translateX(256px);
}
.star:nth-child(36) .graphic {
  background: rgba(213, 224, 202, 0.7);
}
.star:nth-child(37) .drive.-up {
  -webkit-animation-delay: -1924ms;
          animation-delay: -1924ms;
}
.star:nth-child(37) .drive.-scale {
  -webkit-animation-delay: -1924ms;
          animation-delay: -1924ms;
}
.star:nth-child(37) .drive.-rotate, .star:nth-child(37) .drive.-reverse, .star:nth-child(37) .drive.-angle, .star:nth-child(37) .drive.-rubber {
  -webkit-animation-delay: -76812ms;
          animation-delay: -76812ms;
}
.star:nth-child(37) .drive.-radius {
  transform: translateX(261px);
}
.star:nth-child(37) .graphic {
  background: rgba(177, 135, 236, 0.7);
}
.star:nth-child(38) .drive.-up {
  -webkit-animation-delay: -4356ms;
          animation-delay: -4356ms;
}
.star:nth-child(38) .drive.-scale {
  -webkit-animation-delay: -4356ms;
          animation-delay: -4356ms;
}
.star:nth-child(38) .drive.-rotate, .star:nth-child(38) .drive.-reverse, .star:nth-child(38) .drive.-angle, .star:nth-child(38) .drive.-rubber {
  -webkit-animation-delay: -3380ms;
          animation-delay: -3380ms;
}
.star:nth-child(38) .drive.-radius {
  transform: translateX(260px);
}
.star:nth-child(38) .graphic {
  background: rgba(183, 145, 253, 0.7);
}
.star:nth-child(39) .drive.-up {
  -webkit-animation-delay: -92297ms;
          animation-delay: -92297ms;
}
.star:nth-child(39) .drive.-scale {
  -webkit-animation-delay: -92297ms;
          animation-delay: -92297ms;
}
.star:nth-child(39) .drive.-rotate, .star:nth-child(39) .drive.-reverse, .star:nth-child(39) .drive.-angle, .star:nth-child(39) .drive.-rubber {
  -webkit-animation-delay: -16254ms;
          animation-delay: -16254ms;
}
.star:nth-child(39) .drive.-radius {
  transform: translateX(341px);
}
.star:nth-child(39) .graphic {
  background: rgba(144, 153, 244, 0.7);
}
.star:nth-child(40) .drive.-up {
  -webkit-animation-delay: -40920ms;
          animation-delay: -40920ms;
}
.star:nth-child(40) .drive.-scale {
  -webkit-animation-delay: -40920ms;
          animation-delay: -40920ms;
}
.star:nth-child(40) .drive.-rotate, .star:nth-child(40) .drive.-reverse, .star:nth-child(40) .drive.-angle, .star:nth-child(40) .drive.-rubber {
  -webkit-animation-delay: -47189ms;
          animation-delay: -47189ms;
}
.star:nth-child(40) .drive.-radius {
  transform: translateX(127px);
}
.star:nth-child(40) .graphic {
  background: rgba(168, 150, 243, 0.7);
}
.star:nth-child(41) .drive.-up {
  -webkit-animation-delay: -15072ms;
          animation-delay: -15072ms;
}
.star:nth-child(41) .drive.-scale {
  -webkit-animation-delay: -15072ms;
          animation-delay: -15072ms;
}
.star:nth-child(41) .drive.-rotate, .star:nth-child(41) .drive.-reverse, .star:nth-child(41) .drive.-angle, .star:nth-child(41) .drive.-rubber {
  -webkit-animation-delay: -33281ms;
          animation-delay: -33281ms;
}
.star:nth-child(41) .drive.-radius {
  transform: translateX(163px);
}
.star:nth-child(41) .graphic {
  background: rgba(121, 116, 246, 0.7);
}
.star:nth-child(42) .drive.-up {
  -webkit-animation-delay: -78803ms;
          animation-delay: -78803ms;
}
.star:nth-child(42) .drive.-scale {
  -webkit-animation-delay: -78803ms;
          animation-delay: -78803ms;
}
.star:nth-child(42) .drive.-rotate, .star:nth-child(42) .drive.-reverse, .star:nth-child(42) .drive.-angle, .star:nth-child(42) .drive.-rubber {
  -webkit-animation-delay: -52670ms;
          animation-delay: -52670ms;
}
.star:nth-child(42) .drive.-radius {
  transform: translateX(254px);
}
.star:nth-child(42) .graphic {
  background: rgba(180, 175, 226, 0.7);
}
.star:nth-child(43) .drive.-up {
  -webkit-animation-delay: -72736ms;
          animation-delay: -72736ms;
}
.star:nth-child(43) .drive.-scale {
  -webkit-animation-delay: -72736ms;
          animation-delay: -72736ms;
}
.star:nth-child(43) .drive.-rotate, .star:nth-child(43) .drive.-reverse, .star:nth-child(43) .drive.-angle, .star:nth-child(43) .drive.-rubber {
  -webkit-animation-delay: -93094ms;
          animation-delay: -93094ms;
}
.star:nth-child(43) .drive.-radius {
  transform: translateX(160px);
}
.star:nth-child(43) .graphic {
  background: rgba(183, 201, 254, 0.7);
}
.star:nth-child(44) .drive.-up {
  -webkit-animation-delay: -60659ms;
          animation-delay: -60659ms;
}
.star:nth-child(44) .drive.-scale {
  -webkit-animation-delay: -60659ms;
          animation-delay: -60659ms;
}
.star:nth-child(44) .drive.-rotate, .star:nth-child(44) .drive.-reverse, .star:nth-child(44) .drive.-angle, .star:nth-child(44) .drive.-rubber {
  -webkit-animation-delay: -62935ms;
          animation-delay: -62935ms;
}
.star:nth-child(44) .drive.-radius {
  transform: translateX(328px);
}
.star:nth-child(44) .graphic {
  background: rgba(167, 103, 249, 0.7);
}
.star:nth-child(45) .drive.-up {
  -webkit-animation-delay: -70041ms;
          animation-delay: -70041ms;
}
.star:nth-child(45) .drive.-scale {
  -webkit-animation-delay: -70041ms;
          animation-delay: -70041ms;
}
.star:nth-child(45) .drive.-rotate, .star:nth-child(45) .drive.-reverse, .star:nth-child(45) .drive.-angle, .star:nth-child(45) .drive.-rubber {
  -webkit-animation-delay: -80856ms;
          animation-delay: -80856ms;
}
.star:nth-child(45) .drive.-radius {
  transform: translateX(298px);
}
.star:nth-child(45) .graphic {
  background: rgba(178, 113, 233, 0.7);
}
.star:nth-child(46) .drive.-up {
  -webkit-animation-delay: -97137ms;
          animation-delay: -97137ms;
}
.star:nth-child(46) .drive.-scale {
  -webkit-animation-delay: -97137ms;
          animation-delay: -97137ms;
}
.star:nth-child(46) .drive.-rotate, .star:nth-child(46) .drive.-reverse, .star:nth-child(46) .drive.-angle, .star:nth-child(46) .drive.-rubber {
  -webkit-animation-delay: -27217ms;
          animation-delay: -27217ms;
}
.star:nth-child(46) .drive.-radius {
  transform: translateX(287px);
}
.star:nth-child(46) .graphic {
  background: rgba(241, 238, 250, 0.7);
}
.star:nth-child(47) .drive.-up {
  -webkit-animation-delay: -76257ms;
          animation-delay: -76257ms;
}
.star:nth-child(47) .drive.-scale {
  -webkit-animation-delay: -76257ms;
          animation-delay: -76257ms;
}
.star:nth-child(47) .drive.-rotate, .star:nth-child(47) .drive.-reverse, .star:nth-child(47) .drive.-angle, .star:nth-child(47) .drive.-rubber {
  -webkit-animation-delay: -58721ms;
          animation-delay: -58721ms;
}
.star:nth-child(47) .drive.-radius {
  transform: translateX(298px);
}
.star:nth-child(47) .graphic {
  background: rgba(115, 232, 215, 0.7);
}
.star:nth-child(48) .drive.-up {
  -webkit-animation-delay: -83833ms;
          animation-delay: -83833ms;
}
.star:nth-child(48) .drive.-scale {
  -webkit-animation-delay: -83833ms;
          animation-delay: -83833ms;
}
.star:nth-child(48) .drive.-rotate, .star:nth-child(48) .drive.-reverse, .star:nth-child(48) .drive.-angle, .star:nth-child(48) .drive.-rubber {
  -webkit-animation-delay: -2337ms;
          animation-delay: -2337ms;
}
.star:nth-child(48) .drive.-radius {
  transform: translateX(171px);
}
.star:nth-child(48) .graphic {
  background: rgba(158, 201, 238, 0.7);
}
.star:nth-child(49) .drive.-up {
  -webkit-animation-delay: -10035ms;
          animation-delay: -10035ms;
}
.star:nth-child(49) .drive.-scale {
  -webkit-animation-delay: -10035ms;
          animation-delay: -10035ms;
}
.star:nth-child(49) .drive.-rotate, .star:nth-child(49) .drive.-reverse, .star:nth-child(49) .drive.-angle, .star:nth-child(49) .drive.-rubber {
  -webkit-animation-delay: -42893ms;
          animation-delay: -42893ms;
}
.star:nth-child(49) .drive.-radius {
  transform: translateX(156px);
}
.star:nth-child(49) .graphic {
  background: rgba(160, 227, 220, 0.7);
}
.star:nth-child(50) .drive.-up {
  -webkit-animation-delay: -28439ms;
          animation-delay: -28439ms;
}
.star:nth-child(50) .drive.-scale {
  -webkit-animation-delay: -28439ms;
          animation-delay: -28439ms;
}
.star:nth-child(50) .drive.-rotate, .star:nth-child(50) .drive.-reverse, .star:nth-child(50) .drive.-angle, .star:nth-child(50) .drive.-rubber {
  -webkit-animation-delay: -27710ms;
          animation-delay: -27710ms;
}
.star:nth-child(50) .drive.-radius {
  transform: translateX(295px);
}
.star:nth-child(50) .graphic {
  background: rgba(222, 248, 241, 0.7);
}
.star:nth-child(51) .drive.-up {
  -webkit-animation-delay: -77181ms;
          animation-delay: -77181ms;
}
.star:nth-child(51) .drive.-scale {
  -webkit-animation-delay: -77181ms;
          animation-delay: -77181ms;
}
.star:nth-child(51) .drive.-rotate, .star:nth-child(51) .drive.-reverse, .star:nth-child(51) .drive.-angle, .star:nth-child(51) .drive.-rubber {
  -webkit-animation-delay: -2358ms;
          animation-delay: -2358ms;
}
.star:nth-child(51) .drive.-radius {
  transform: translateX(201px);
}
.star:nth-child(51) .graphic {
  background: rgba(140, 124, 217, 0.7);
}
.star:nth-child(52) .drive.-up {
  -webkit-animation-delay: -84071ms;
          animation-delay: -84071ms;
}
.star:nth-child(52) .drive.-scale {
  -webkit-animation-delay: -84071ms;
          animation-delay: -84071ms;
}
.star:nth-child(52) .drive.-rotate, .star:nth-child(52) .drive.-reverse, .star:nth-child(52) .drive.-angle, .star:nth-child(52) .drive.-rubber {
  -webkit-animation-delay: -94328ms;
          animation-delay: -94328ms;
}
.star:nth-child(52) .drive.-radius {
  transform: translateX(142px);
}
.star:nth-child(52) .graphic {
  background: rgba(117, 204, 245, 0.7);
}
.star:nth-child(53) .drive.-up {
  -webkit-animation-delay: -86855ms;
          animation-delay: -86855ms;
}
.star:nth-child(53) .drive.-scale {
  -webkit-animation-delay: -86855ms;
          animation-delay: -86855ms;
}
.star:nth-child(53) .drive.-rotate, .star:nth-child(53) .drive.-reverse, .star:nth-child(53) .drive.-angle, .star:nth-child(53) .drive.-rubber {
  -webkit-animation-delay: -37724ms;
          animation-delay: -37724ms;
}
.star:nth-child(53) .drive.-radius {
  transform: translateX(233px);
}
.star:nth-child(53) .graphic {
  background: rgba(195, 194, 205, 0.7);
}
.star:nth-child(54) .drive.-up {
  -webkit-animation-delay: -91306ms;
          animation-delay: -91306ms;
}
.star:nth-child(54) .drive.-scale {
  -webkit-animation-delay: -91306ms;
          animation-delay: -91306ms;
}
.star:nth-child(54) .drive.-rotate, .star:nth-child(54) .drive.-reverse, .star:nth-child(54) .drive.-angle, .star:nth-child(54) .drive.-rubber {
  -webkit-animation-delay: -81761ms;
          animation-delay: -81761ms;
}
.star:nth-child(54) .drive.-radius {
  transform: translateX(183px);
}
.star:nth-child(54) .graphic {
  background: rgba(158, 218, 206, 0.7);
}
.star:nth-child(55) .drive.-up {
  -webkit-animation-delay: -92490ms;
          animation-delay: -92490ms;
}
.star:nth-child(55) .drive.-scale {
  -webkit-animation-delay: -92490ms;
          animation-delay: -92490ms;
}
.star:nth-child(55) .drive.-rotate, .star:nth-child(55) .drive.-reverse, .star:nth-child(55) .drive.-angle, .star:nth-child(55) .drive.-rubber {
  -webkit-animation-delay: -58189ms;
          animation-delay: -58189ms;
}
.star:nth-child(55) .drive.-radius {
  transform: translateX(198px);
}
.star:nth-child(55) .graphic {
  background: rgba(212, 248, 239, 0.7);
}
.star:nth-child(56) .drive.-up {
  -webkit-animation-delay: -15715ms;
          animation-delay: -15715ms;
}
.star:nth-child(56) .drive.-scale {
  -webkit-animation-delay: -15715ms;
          animation-delay: -15715ms;
}
.star:nth-child(56) .drive.-rotate, .star:nth-child(56) .drive.-reverse, .star:nth-child(56) .drive.-angle, .star:nth-child(56) .drive.-rubber {
  -webkit-animation-delay: -15874ms;
          animation-delay: -15874ms;
}
.star:nth-child(56) .drive.-radius {
  transform: translateX(302px);
}
.star:nth-child(56) .graphic {
  background: rgba(109, 134, 238, 0.7);
}
.star:nth-child(57) .drive.-up {
  -webkit-animation-delay: -87398ms;
          animation-delay: -87398ms;
}
.star:nth-child(57) .drive.-scale {
  -webkit-animation-delay: -87398ms;
          animation-delay: -87398ms;
}
.star:nth-child(57) .drive.-rotate, .star:nth-child(57) .drive.-reverse, .star:nth-child(57) .drive.-angle, .star:nth-child(57) .drive.-rubber {
  -webkit-animation-delay: -13107ms;
          animation-delay: -13107ms;
}
.star:nth-child(57) .drive.-radius {
  transform: translateX(203px);
}
.star:nth-child(57) .graphic {
  background: rgba(193, 138, 201, 0.7);
}
.star:nth-child(58) .drive.-up {
  -webkit-animation-delay: -62860ms;
          animation-delay: -62860ms;
}
.star:nth-child(58) .drive.-scale {
  -webkit-animation-delay: -62860ms;
          animation-delay: -62860ms;
}
.star:nth-child(58) .drive.-rotate, .star:nth-child(58) .drive.-reverse, .star:nth-child(58) .drive.-angle, .star:nth-child(58) .drive.-rubber {
  -webkit-animation-delay: -96175ms;
          animation-delay: -96175ms;
}
.star:nth-child(58) .drive.-radius {
  transform: translateX(230px);
}
.star:nth-child(58) .graphic {
  background: rgba(144, 202, 241, 0.7);
}
.star:nth-child(59) .drive.-up {
  -webkit-animation-delay: -464ms;
          animation-delay: -464ms;
}
.star:nth-child(59) .drive.-scale {
  -webkit-animation-delay: -464ms;
          animation-delay: -464ms;
}
.star:nth-child(59) .drive.-rotate, .star:nth-child(59) .drive.-reverse, .star:nth-child(59) .drive.-angle, .star:nth-child(59) .drive.-rubber {
  -webkit-animation-delay: -51589ms;
          animation-delay: -51589ms;
}
.star:nth-child(59) .drive.-radius {
  transform: translateX(228px);
}
.star:nth-child(59) .graphic {
  background: rgba(180, 187, 236, 0.7);
}
.star:nth-child(60) .drive.-up {
  -webkit-animation-delay: -57917ms;
          animation-delay: -57917ms;
}
.star:nth-child(60) .drive.-scale {
  -webkit-animation-delay: -57917ms;
          animation-delay: -57917ms;
}
.star:nth-child(60) .drive.-rotate, .star:nth-child(60) .drive.-reverse, .star:nth-child(60) .drive.-angle, .star:nth-child(60) .drive.-rubber {
  -webkit-animation-delay: -18074ms;
          animation-delay: -18074ms;
}
.star:nth-child(60) .drive.-radius {
  transform: translateX(291px);
}
.star:nth-child(60) .graphic {
  background: rgba(175, 157, 213, 0.7);
}
.star:nth-child(61) .drive.-up {
  -webkit-animation-delay: -71120ms;
          animation-delay: -71120ms;
}
.star:nth-child(61) .drive.-scale {
  -webkit-animation-delay: -71120ms;
          animation-delay: -71120ms;
}
.star:nth-child(61) .drive.-rotate, .star:nth-child(61) .drive.-reverse, .star:nth-child(61) .drive.-angle, .star:nth-child(61) .drive.-rubber {
  -webkit-animation-delay: -59093ms;
          animation-delay: -59093ms;
}
.star:nth-child(61) .drive.-radius {
  transform: translateX(153px);
}
.star:nth-child(61) .graphic {
  background: rgba(108, 215, 217, 0.7);
}
.star:nth-child(62) .drive.-up {
  -webkit-animation-delay: -58116ms;
          animation-delay: -58116ms;
}
.star:nth-child(62) .drive.-scale {
  -webkit-animation-delay: -58116ms;
          animation-delay: -58116ms;
}
.star:nth-child(62) .drive.-rotate, .star:nth-child(62) .drive.-reverse, .star:nth-child(62) .drive.-angle, .star:nth-child(62) .drive.-rubber {
  -webkit-animation-delay: -20275ms;
          animation-delay: -20275ms;
}
.star:nth-child(62) .drive.-radius {
  transform: translateX(196px);
}
.star:nth-child(62) .graphic {
  background: rgba(169, 114, 222, 0.7);
}
.star:nth-child(63) .drive.-up {
  -webkit-animation-delay: -38185ms;
          animation-delay: -38185ms;
}
.star:nth-child(63) .drive.-scale {
  -webkit-animation-delay: -38185ms;
          animation-delay: -38185ms;
}
.star:nth-child(63) .drive.-rotate, .star:nth-child(63) .drive.-reverse, .star:nth-child(63) .drive.-angle, .star:nth-child(63) .drive.-rubber {
  -webkit-animation-delay: -72692ms;
          animation-delay: -72692ms;
}
.star:nth-child(63) .drive.-radius {
  transform: translateX(125px);
}
.star:nth-child(63) .graphic {
  background: rgba(143, 204, 214, 0.7);
}
.star:nth-child(64) .drive.-up {
  -webkit-animation-delay: -35687ms;
          animation-delay: -35687ms;
}
.star:nth-child(64) .drive.-scale {
  -webkit-animation-delay: -35687ms;
          animation-delay: -35687ms;
}
.star:nth-child(64) .drive.-rotate, .star:nth-child(64) .drive.-reverse, .star:nth-child(64) .drive.-angle, .star:nth-child(64) .drive.-rubber {
  -webkit-animation-delay: -43257ms;
          animation-delay: -43257ms;
}
.star:nth-child(64) .drive.-radius {
  transform: translateX(328px);
}
.star:nth-child(64) .graphic {
  background: rgba(164, 191, 247, 0.7);
}
.star:nth-child(65) .drive.-up {
  -webkit-animation-delay: -60954ms;
          animation-delay: -60954ms;
}
.star:nth-child(65) .drive.-scale {
  -webkit-animation-delay: -60954ms;
          animation-delay: -60954ms;
}
.star:nth-child(65) .drive.-rotate, .star:nth-child(65) .drive.-reverse, .star:nth-child(65) .drive.-angle, .star:nth-child(65) .drive.-rubber {
  -webkit-animation-delay: -54918ms;
          animation-delay: -54918ms;
}
.star:nth-child(65) .drive.-radius {
  transform: translateX(253px);
}
.star:nth-child(65) .graphic {
  background: rgba(193, 104, 207, 0.7);
}
.star:nth-child(66) .drive.-up {
  -webkit-animation-delay: -72171ms;
          animation-delay: -72171ms;
}
.star:nth-child(66) .drive.-scale {
  -webkit-animation-delay: -72171ms;
          animation-delay: -72171ms;
}
.star:nth-child(66) .drive.-rotate, .star:nth-child(66) .drive.-reverse, .star:nth-child(66) .drive.-angle, .star:nth-child(66) .drive.-rubber {
  -webkit-animation-delay: -62081ms;
          animation-delay: -62081ms;
}
.star:nth-child(66) .drive.-radius {
  transform: translateX(337px);
}
.star:nth-child(66) .graphic {
  background: rgba(210, 117, 252, 0.7);
}
.star:nth-child(67) .drive.-up {
  -webkit-animation-delay: -21694ms;
          animation-delay: -21694ms;
}
.star:nth-child(67) .drive.-scale {
  -webkit-animation-delay: -21694ms;
          animation-delay: -21694ms;
}
.star:nth-child(67) .drive.-rotate, .star:nth-child(67) .drive.-reverse, .star:nth-child(67) .drive.-angle, .star:nth-child(67) .drive.-rubber {
  -webkit-animation-delay: -19634ms;
          animation-delay: -19634ms;
}
.star:nth-child(67) .drive.-radius {
  transform: translateX(234px);
}
.star:nth-child(67) .graphic {
  background: rgba(165, 110, 207, 0.7);
}
.star:nth-child(68) .drive.-up {
  -webkit-animation-delay: -25769ms;
          animation-delay: -25769ms;
}
.star:nth-child(68) .drive.-scale {
  -webkit-animation-delay: -25769ms;
          animation-delay: -25769ms;
}
.star:nth-child(68) .drive.-rotate, .star:nth-child(68) .drive.-reverse, .star:nth-child(68) .drive.-angle, .star:nth-child(68) .drive.-rubber {
  -webkit-animation-delay: -61217ms;
          animation-delay: -61217ms;
}
.star:nth-child(68) .drive.-radius {
  transform: translateX(164px);
}
.star:nth-child(68) .graphic {
  background: rgba(159, 130, 212, 0.7);
}
.star:nth-child(69) .drive.-up {
  -webkit-animation-delay: -1030ms;
          animation-delay: -1030ms;
}
.star:nth-child(69) .drive.-scale {
  -webkit-animation-delay: -1030ms;
          animation-delay: -1030ms;
}
.star:nth-child(69) .drive.-rotate, .star:nth-child(69) .drive.-reverse, .star:nth-child(69) .drive.-angle, .star:nth-child(69) .drive.-rubber {
  -webkit-animation-delay: -91092ms;
          animation-delay: -91092ms;
}
.star:nth-child(69) .drive.-radius {
  transform: translateX(288px);
}
.star:nth-child(69) .graphic {
  background: rgba(151, 105, 206, 0.7);
}
.star:nth-child(70) .drive.-up {
  -webkit-animation-delay: -75644ms;
          animation-delay: -75644ms;
}
.star:nth-child(70) .drive.-scale {
  -webkit-animation-delay: -75644ms;
          animation-delay: -75644ms;
}
.star:nth-child(70) .drive.-rotate, .star:nth-child(70) .drive.-reverse, .star:nth-child(70) .drive.-angle, .star:nth-child(70) .drive.-rubber {
  -webkit-animation-delay: -82831ms;
          animation-delay: -82831ms;
}
.star:nth-child(70) .drive.-radius {
  transform: translateX(256px);
}
.star:nth-child(70) .graphic {
  background: rgba(179, 220, 225, 0.7);
}
.star:nth-child(71) .drive.-up {
  -webkit-animation-delay: -57758ms;
          animation-delay: -57758ms;
}
.star:nth-child(71) .drive.-scale {
  -webkit-animation-delay: -57758ms;
          animation-delay: -57758ms;
}
.star:nth-child(71) .drive.-rotate, .star:nth-child(71) .drive.-reverse, .star:nth-child(71) .drive.-angle, .star:nth-child(71) .drive.-rubber {
  -webkit-animation-delay: -8315ms;
          animation-delay: -8315ms;
}
.star:nth-child(71) .drive.-radius {
  transform: translateX(186px);
}
.star:nth-child(71) .graphic {
  background: rgba(114, 117, 220, 0.7);
}
.star:nth-child(72) .drive.-up {
  -webkit-animation-delay: -91946ms;
          animation-delay: -91946ms;
}
.star:nth-child(72) .drive.-scale {
  -webkit-animation-delay: -91946ms;
          animation-delay: -91946ms;
}
.star:nth-child(72) .drive.-rotate, .star:nth-child(72) .drive.-reverse, .star:nth-child(72) .drive.-angle, .star:nth-child(72) .drive.-rubber {
  -webkit-animation-delay: -87395ms;
          animation-delay: -87395ms;
}
.star:nth-child(72) .drive.-radius {
  transform: translateX(333px);
}
.star:nth-child(72) .graphic {
  background: rgba(112, 223, 225, 0.7);
}
.star:nth-child(73) .drive.-up {
  -webkit-animation-delay: -89317ms;
          animation-delay: -89317ms;
}
.star:nth-child(73) .drive.-scale {
  -webkit-animation-delay: -89317ms;
          animation-delay: -89317ms;
}
.star:nth-child(73) .drive.-rotate, .star:nth-child(73) .drive.-reverse, .star:nth-child(73) .drive.-angle, .star:nth-child(73) .drive.-rubber {
  -webkit-animation-delay: -16343ms;
          animation-delay: -16343ms;
}
.star:nth-child(73) .drive.-radius {
  transform: translateX(248px);
}
.star:nth-child(73) .graphic {
  background: rgba(103, 127, 221, 0.7);
}
.star:nth-child(74) .drive.-up {
  -webkit-animation-delay: -33852ms;
          animation-delay: -33852ms;
}
.star:nth-child(74) .drive.-scale {
  -webkit-animation-delay: -33852ms;
          animation-delay: -33852ms;
}
.star:nth-child(74) .drive.-rotate, .star:nth-child(74) .drive.-reverse, .star:nth-child(74) .drive.-angle, .star:nth-child(74) .drive.-rubber {
  -webkit-animation-delay: -12095ms;
          animation-delay: -12095ms;
}
.star:nth-child(74) .drive.-radius {
  transform: translateX(338px);
}
.star:nth-child(74) .graphic {
  background: rgba(194, 247, 202, 0.7);
}
.star:nth-child(75) .drive.-up {
  -webkit-animation-delay: -56567ms;
          animation-delay: -56567ms;
}
.star:nth-child(75) .drive.-scale {
  -webkit-animation-delay: -56567ms;
          animation-delay: -56567ms;
}
.star:nth-child(75) .drive.-rotate, .star:nth-child(75) .drive.-reverse, .star:nth-child(75) .drive.-angle, .star:nth-child(75) .drive.-rubber {
  -webkit-animation-delay: -44855ms;
          animation-delay: -44855ms;
}
.star:nth-child(75) .drive.-radius {
  transform: translateX(261px);
}
.star:nth-child(75) .graphic {
  background: rgba(245, 126, 248, 0.7);
}
.star:nth-child(76) .drive.-up {
  -webkit-animation-delay: -85121ms;
          animation-delay: -85121ms;
}
.star:nth-child(76) .drive.-scale {
  -webkit-animation-delay: -85121ms;
          animation-delay: -85121ms;
}
.star:nth-child(76) .drive.-rotate, .star:nth-child(76) .drive.-reverse, .star:nth-child(76) .drive.-angle, .star:nth-child(76) .drive.-rubber {
  -webkit-animation-delay: -10092ms;
          animation-delay: -10092ms;
}
.star:nth-child(76) .drive.-radius {
  transform: translateX(328px);
}
.star:nth-child(76) .graphic {
  background: rgba(148, 141, 212, 0.7);
}
.star:nth-child(77) .drive.-up {
  -webkit-animation-delay: -90861ms;
          animation-delay: -90861ms;
}
.star:nth-child(77) .drive.-scale {
  -webkit-animation-delay: -90861ms;
          animation-delay: -90861ms;
}
.star:nth-child(77) .drive.-rotate, .star:nth-child(77) .drive.-reverse, .star:nth-child(77) .drive.-angle, .star:nth-child(77) .drive.-rubber {
  -webkit-animation-delay: -83814ms;
          animation-delay: -83814ms;
}
.star:nth-child(77) .drive.-radius {
  transform: translateX(305px);
}
.star:nth-child(77) .graphic {
  background: rgba(212, 249, 220, 0.7);
}
.star:nth-child(78) .drive.-up {
  -webkit-animation-delay: -68031ms;
          animation-delay: -68031ms;
}
.star:nth-child(78) .drive.-scale {
  -webkit-animation-delay: -68031ms;
          animation-delay: -68031ms;
}
.star:nth-child(78) .drive.-rotate, .star:nth-child(78) .drive.-reverse, .star:nth-child(78) .drive.-angle, .star:nth-child(78) .drive.-rubber {
  -webkit-animation-delay: -711ms;
          animation-delay: -711ms;
}
.star:nth-child(78) .drive.-radius {
  transform: translateX(120px);
}
.star:nth-child(78) .graphic {
  background: rgba(114, 202, 248, 0.7);
}
.star:nth-child(79) .drive.-up {
  -webkit-animation-delay: -54466ms;
          animation-delay: -54466ms;
}
.star:nth-child(79) .drive.-scale {
  -webkit-animation-delay: -54466ms;
          animation-delay: -54466ms;
}
.star:nth-child(79) .drive.-rotate, .star:nth-child(79) .drive.-reverse, .star:nth-child(79) .drive.-angle, .star:nth-child(79) .drive.-rubber {
  -webkit-animation-delay: -79708ms;
          animation-delay: -79708ms;
}
.star:nth-child(79) .drive.-radius {
  transform: translateX(238px);
}
.star:nth-child(79) .graphic {
  background: rgba(250, 160, 215, 0.7);
}
.star:nth-child(80) .drive.-up {
  -webkit-animation-delay: -56191ms;
          animation-delay: -56191ms;
}
.star:nth-child(80) .drive.-scale {
  -webkit-animation-delay: -56191ms;
          animation-delay: -56191ms;
}
.star:nth-child(80) .drive.-rotate, .star:nth-child(80) .drive.-reverse, .star:nth-child(80) .drive.-angle, .star:nth-child(80) .drive.-rubber {
  -webkit-animation-delay: -99556ms;
          animation-delay: -99556ms;
}
.star:nth-child(80) .drive.-radius {
  transform: translateX(117px);
}
.star:nth-child(80) .graphic {
  background: rgba(223, 102, 254, 0.7);
}
.star:nth-child(81) .drive.-up {
  -webkit-animation-delay: -79593ms;
          animation-delay: -79593ms;
}
.star:nth-child(81) .drive.-scale {
  -webkit-animation-delay: -79593ms;
          animation-delay: -79593ms;
}
.star:nth-child(81) .drive.-rotate, .star:nth-child(81) .drive.-reverse, .star:nth-child(81) .drive.-angle, .star:nth-child(81) .drive.-rubber {
  -webkit-animation-delay: -10781ms;
          animation-delay: -10781ms;
}
.star:nth-child(81) .drive.-radius {
  transform: translateX(341px);
}
.star:nth-child(81) .graphic {
  background: rgba(168, 212, 235, 0.7);
}
.star:nth-child(82) .drive.-up {
  -webkit-animation-delay: -91225ms;
          animation-delay: -91225ms;
}
.star:nth-child(82) .drive.-scale {
  -webkit-animation-delay: -91225ms;
          animation-delay: -91225ms;
}
.star:nth-child(82) .drive.-rotate, .star:nth-child(82) .drive.-reverse, .star:nth-child(82) .drive.-angle, .star:nth-child(82) .drive.-rubber {
  -webkit-animation-delay: -20614ms;
          animation-delay: -20614ms;
}
.star:nth-child(82) .drive.-radius {
  transform: translateX(180px);
}
.star:nth-child(82) .graphic {
  background: rgba(222, 168, 231, 0.7);
}
.star:nth-child(83) .drive.-up {
  -webkit-animation-delay: -39837ms;
          animation-delay: -39837ms;
}
.star:nth-child(83) .drive.-scale {
  -webkit-animation-delay: -39837ms;
          animation-delay: -39837ms;
}
.star:nth-child(83) .drive.-rotate, .star:nth-child(83) .drive.-reverse, .star:nth-child(83) .drive.-angle, .star:nth-child(83) .drive.-rubber {
  -webkit-animation-delay: -32528ms;
          animation-delay: -32528ms;
}
.star:nth-child(83) .drive.-radius {
  transform: translateX(122px);
}
.star:nth-child(83) .graphic {
  background: rgba(127, 226, 218, 0.7);
}
.star:nth-child(84) .drive.-up {
  -webkit-animation-delay: -77308ms;
          animation-delay: -77308ms;
}
.star:nth-child(84) .drive.-scale {
  -webkit-animation-delay: -77308ms;
          animation-delay: -77308ms;
}
.star:nth-child(84) .drive.-rotate, .star:nth-child(84) .drive.-reverse, .star:nth-child(84) .drive.-angle, .star:nth-child(84) .drive.-rubber {
  -webkit-animation-delay: -68140ms;
          animation-delay: -68140ms;
}
.star:nth-child(84) .drive.-radius {
  transform: translateX(279px);
}
.star:nth-child(84) .graphic {
  background: rgba(105, 219, 255, 0.7);
}
.star:nth-child(85) .drive.-up {
  -webkit-animation-delay: -77889ms;
          animation-delay: -77889ms;
}
.star:nth-child(85) .drive.-scale {
  -webkit-animation-delay: -77889ms;
          animation-delay: -77889ms;
}
.star:nth-child(85) .drive.-rotate, .star:nth-child(85) .drive.-reverse, .star:nth-child(85) .drive.-angle, .star:nth-child(85) .drive.-rubber {
  -webkit-animation-delay: -17963ms;
          animation-delay: -17963ms;
}
.star:nth-child(85) .drive.-radius {
  transform: translateX(202px);
}
.star:nth-child(85) .graphic {
  background: rgba(138, 128, 245, 0.7);
}
.star:nth-child(86) .drive.-up {
  -webkit-animation-delay: -36678ms;
          animation-delay: -36678ms;
}
.star:nth-child(86) .drive.-scale {
  -webkit-animation-delay: -36678ms;
          animation-delay: -36678ms;
}
.star:nth-child(86) .drive.-rotate, .star:nth-child(86) .drive.-reverse, .star:nth-child(86) .drive.-angle, .star:nth-child(86) .drive.-rubber {
  -webkit-animation-delay: -54911ms;
          animation-delay: -54911ms;
}
.star:nth-child(86) .drive.-radius {
  transform: translateX(329px);
}
.star:nth-child(86) .graphic {
  background: rgba(104, 162, 230, 0.7);
}
.star:nth-child(87) .drive.-up {
  -webkit-animation-delay: -57646ms;
          animation-delay: -57646ms;
}
.star:nth-child(87) .drive.-scale {
  -webkit-animation-delay: -57646ms;
          animation-delay: -57646ms;
}
.star:nth-child(87) .drive.-rotate, .star:nth-child(87) .drive.-reverse, .star:nth-child(87) .drive.-angle, .star:nth-child(87) .drive.-rubber {
  -webkit-animation-delay: -56835ms;
          animation-delay: -56835ms;
}
.star:nth-child(87) .drive.-radius {
  transform: translateX(174px);
}
.star:nth-child(87) .graphic {
  background: rgba(125, 101, 220, 0.7);
}
.star:nth-child(88) .drive.-up {
  -webkit-animation-delay: -13054ms;
          animation-delay: -13054ms;
}
.star:nth-child(88) .drive.-scale {
  -webkit-animation-delay: -13054ms;
          animation-delay: -13054ms;
}
.star:nth-child(88) .drive.-rotate, .star:nth-child(88) .drive.-reverse, .star:nth-child(88) .drive.-angle, .star:nth-child(88) .drive.-rubber {
  -webkit-animation-delay: -10884ms;
          animation-delay: -10884ms;
}
.star:nth-child(88) .drive.-radius {
  transform: translateX(133px);
}
.star:nth-child(88) .graphic {
  background: rgba(202, 105, 226, 0.7);
}
.star:nth-child(89) .drive.-up {
  -webkit-animation-delay: -54392ms;
          animation-delay: -54392ms;
}
.star:nth-child(89) .drive.-scale {
  -webkit-animation-delay: -54392ms;
          animation-delay: -54392ms;
}
.star:nth-child(89) .drive.-rotate, .star:nth-child(89) .drive.-reverse, .star:nth-child(89) .drive.-angle, .star:nth-child(89) .drive.-rubber {
  -webkit-animation-delay: -87540ms;
          animation-delay: -87540ms;
}
.star:nth-child(89) .drive.-radius {
  transform: translateX(196px);
}
.star:nth-child(89) .graphic {
  background: rgba(137, 139, 211, 0.7);
}
.star:nth-child(90) .drive.-up {
  -webkit-animation-delay: -56216ms;
          animation-delay: -56216ms;
}
.star:nth-child(90) .drive.-scale {
  -webkit-animation-delay: -56216ms;
          animation-delay: -56216ms;
}
.star:nth-child(90) .drive.-rotate, .star:nth-child(90) .drive.-reverse, .star:nth-child(90) .drive.-angle, .star:nth-child(90) .drive.-rubber {
  -webkit-animation-delay: -23840ms;
          animation-delay: -23840ms;
}
.star:nth-child(90) .drive.-radius {
  transform: translateX(140px);
}
.star:nth-child(90) .graphic {
  background: rgba(220, 219, 248, 0.7);
}
.star:nth-child(91) .drive.-up {
  -webkit-animation-delay: -28911ms;
          animation-delay: -28911ms;
}
.star:nth-child(91) .drive.-scale {
  -webkit-animation-delay: -28911ms;
          animation-delay: -28911ms;
}
.star:nth-child(91) .drive.-rotate, .star:nth-child(91) .drive.-reverse, .star:nth-child(91) .drive.-angle, .star:nth-child(91) .drive.-rubber {
  -webkit-animation-delay: -9750ms;
          animation-delay: -9750ms;
}
.star:nth-child(91) .drive.-radius {
  transform: translateX(329px);
}
.star:nth-child(91) .graphic {
  background: rgba(253, 108, 213, 0.7);
}
.star:nth-child(92) .drive.-up {
  -webkit-animation-delay: -17193ms;
          animation-delay: -17193ms;
}
.star:nth-child(92) .drive.-scale {
  -webkit-animation-delay: -17193ms;
          animation-delay: -17193ms;
}
.star:nth-child(92) .drive.-rotate, .star:nth-child(92) .drive.-reverse, .star:nth-child(92) .drive.-angle, .star:nth-child(92) .drive.-rubber {
  -webkit-animation-delay: -58407ms;
          animation-delay: -58407ms;
}
.star:nth-child(92) .drive.-radius {
  transform: translateX(267px);
}
.star:nth-child(92) .graphic {
  background: rgba(211, 181, 254, 0.7);
}
.star:nth-child(93) .drive.-up {
  -webkit-animation-delay: -24613ms;
          animation-delay: -24613ms;
}
.star:nth-child(93) .drive.-scale {
  -webkit-animation-delay: -24613ms;
          animation-delay: -24613ms;
}
.star:nth-child(93) .drive.-rotate, .star:nth-child(93) .drive.-reverse, .star:nth-child(93) .drive.-angle, .star:nth-child(93) .drive.-rubber {
  -webkit-animation-delay: -3546ms;
          animation-delay: -3546ms;
}
.star:nth-child(93) .drive.-radius {
  transform: translateX(347px);
}
.star:nth-child(93) .graphic {
  background: rgba(217, 184, 217, 0.7);
}
.star:nth-child(94) .drive.-up {
  -webkit-animation-delay: -41968ms;
          animation-delay: -41968ms;
}
.star:nth-child(94) .drive.-scale {
  -webkit-animation-delay: -41968ms;
          animation-delay: -41968ms;
}
.star:nth-child(94) .drive.-rotate, .star:nth-child(94) .drive.-reverse, .star:nth-child(94) .drive.-angle, .star:nth-child(94) .drive.-rubber {
  -webkit-animation-delay: -93332ms;
          animation-delay: -93332ms;
}
.star:nth-child(94) .drive.-radius {
  transform: translateX(173px);
}
.star:nth-child(94) .graphic {
  background: rgba(115, 221, 213, 0.7);
}
.star:nth-child(95) .drive.-up {
  -webkit-animation-delay: -21140ms;
          animation-delay: -21140ms;
}
.star:nth-child(95) .drive.-scale {
  -webkit-animation-delay: -21140ms;
          animation-delay: -21140ms;
}
.star:nth-child(95) .drive.-rotate, .star:nth-child(95) .drive.-reverse, .star:nth-child(95) .drive.-angle, .star:nth-child(95) .drive.-rubber {
  -webkit-animation-delay: -65169ms;
          animation-delay: -65169ms;
}
.star:nth-child(95) .drive.-radius {
  transform: translateX(317px);
}
.star:nth-child(95) .graphic {
  background: rgba(138, 200, 208, 0.7);
}
.star:nth-child(96) .drive.-up {
  -webkit-animation-delay: -62870ms;
          animation-delay: -62870ms;
}
.star:nth-child(96) .drive.-scale {
  -webkit-animation-delay: -62870ms;
          animation-delay: -62870ms;
}
.star:nth-child(96) .drive.-rotate, .star:nth-child(96) .drive.-reverse, .star:nth-child(96) .drive.-angle, .star:nth-child(96) .drive.-rubber {
  -webkit-animation-delay: -33194ms;
          animation-delay: -33194ms;
}
.star:nth-child(96) .drive.-radius {
  transform: translateX(327px);
}
.star:nth-child(96) .graphic {
  background: rgba(101, 194, 223, 0.7);
}
.star:nth-child(97) .drive.-up {
  -webkit-animation-delay: -20575ms;
          animation-delay: -20575ms;
}
.star:nth-child(97) .drive.-scale {
  -webkit-animation-delay: -20575ms;
          animation-delay: -20575ms;
}
.star:nth-child(97) .drive.-rotate, .star:nth-child(97) .drive.-reverse, .star:nth-child(97) .drive.-angle, .star:nth-child(97) .drive.-rubber {
  -webkit-animation-delay: -85180ms;
          animation-delay: -85180ms;
}
.star:nth-child(97) .drive.-radius {
  transform: translateX(267px);
}
.star:nth-child(97) .graphic {
  background: rgba(155, 193, 208, 0.7);
}
.star:nth-child(98) .drive.-up {
  -webkit-animation-delay: -46740ms;
          animation-delay: -46740ms;
}
.star:nth-child(98) .drive.-scale {
  -webkit-animation-delay: -46740ms;
          animation-delay: -46740ms;
}
.star:nth-child(98) .drive.-rotate, .star:nth-child(98) .drive.-reverse, .star:nth-child(98) .drive.-angle, .star:nth-child(98) .drive.-rubber {
  -webkit-animation-delay: -59209ms;
          animation-delay: -59209ms;
}
.star:nth-child(98) .drive.-radius {
  transform: translateX(130px);
}
.star:nth-child(98) .graphic {
  background: rgba(188, 193, 234, 0.7);
}
.star:nth-child(99) .drive.-up {
  -webkit-animation-delay: -8941ms;
          animation-delay: -8941ms;
}
.star:nth-child(99) .drive.-scale {
  -webkit-animation-delay: -8941ms;
          animation-delay: -8941ms;
}
.star:nth-child(99) .drive.-rotate, .star:nth-child(99) .drive.-reverse, .star:nth-child(99) .drive.-angle, .star:nth-child(99) .drive.-rubber {
  -webkit-animation-delay: -1722ms;
          animation-delay: -1722ms;
}
.star:nth-child(99) .drive.-radius {
  transform: translateX(212px);
}
.star:nth-child(99) .graphic {
  background: rgba(250, 166, 219, 0.7);
}
.star:nth-child(100) .drive.-up {
  -webkit-animation-delay: -10827ms;
          animation-delay: -10827ms;
}
.star:nth-child(100) .drive.-scale {
  -webkit-animation-delay: -10827ms;
          animation-delay: -10827ms;
}
.star:nth-child(100) .drive.-rotate, .star:nth-child(100) .drive.-reverse, .star:nth-child(100) .drive.-angle, .star:nth-child(100) .drive.-rubber {
  -webkit-animation-delay: -38935ms;
          animation-delay: -38935ms;
}
.star:nth-child(100) .drive.-radius {
  transform: translateX(229px);
}
.star:nth-child(100) .graphic {
  background: rgba(156, 213, 237, 0.7);
}
.star:nth-child(101) .drive.-up {
  -webkit-animation-delay: -27471ms;
          animation-delay: -27471ms;
}
.star:nth-child(101) .drive.-scale {
  -webkit-animation-delay: -27471ms;
          animation-delay: -27471ms;
}
.star:nth-child(101) .drive.-rotate, .star:nth-child(101) .drive.-reverse, .star:nth-child(101) .drive.-angle, .star:nth-child(101) .drive.-rubber {
  -webkit-animation-delay: -11403ms;
          animation-delay: -11403ms;
}
.star:nth-child(101) .drive.-radius {
  transform: translateX(143px);
}
.star:nth-child(101) .graphic {
  background: rgba(156, 245, 225, 0.7);
}
.star:nth-child(102) .drive.-up {
  -webkit-animation-delay: -39712ms;
          animation-delay: -39712ms;
}
.star:nth-child(102) .drive.-scale {
  -webkit-animation-delay: -39712ms;
          animation-delay: -39712ms;
}
.star:nth-child(102) .drive.-rotate, .star:nth-child(102) .drive.-reverse, .star:nth-child(102) .drive.-angle, .star:nth-child(102) .drive.-rubber {
  -webkit-animation-delay: -67037ms;
          animation-delay: -67037ms;
}
.star:nth-child(102) .drive.-radius {
  transform: translateX(249px);
}
.star:nth-child(102) .graphic {
  background: rgba(168, 126, 211, 0.7);
}
.star:nth-child(103) .drive.-up {
  -webkit-animation-delay: -93404ms;
          animation-delay: -93404ms;
}
.star:nth-child(103) .drive.-scale {
  -webkit-animation-delay: -93404ms;
          animation-delay: -93404ms;
}
.star:nth-child(103) .drive.-rotate, .star:nth-child(103) .drive.-reverse, .star:nth-child(103) .drive.-angle, .star:nth-child(103) .drive.-rubber {
  -webkit-animation-delay: -20311ms;
          animation-delay: -20311ms;
}
.star:nth-child(103) .drive.-radius {
  transform: translateX(146px);
}
.star:nth-child(103) .graphic {
  background: rgba(102, 232, 202, 0.7);
}
.star:nth-child(104) .drive.-up {
  -webkit-animation-delay: -64536ms;
          animation-delay: -64536ms;
}
.star:nth-child(104) .drive.-scale {
  -webkit-animation-delay: -64536ms;
          animation-delay: -64536ms;
}
.star:nth-child(104) .drive.-rotate, .star:nth-child(104) .drive.-reverse, .star:nth-child(104) .drive.-angle, .star:nth-child(104) .drive.-rubber {
  -webkit-animation-delay: -20645ms;
          animation-delay: -20645ms;
}
.star:nth-child(104) .drive.-radius {
  transform: translateX(146px);
}
.star:nth-child(104) .graphic {
  background: rgba(246, 250, 253, 0.7);
}
.star:nth-child(105) .drive.-up {
  -webkit-animation-delay: -39624ms;
          animation-delay: -39624ms;
}
.star:nth-child(105) .drive.-scale {
  -webkit-animation-delay: -39624ms;
          animation-delay: -39624ms;
}
.star:nth-child(105) .drive.-rotate, .star:nth-child(105) .drive.-reverse, .star:nth-child(105) .drive.-angle, .star:nth-child(105) .drive.-rubber {
  -webkit-animation-delay: -64452ms;
          animation-delay: -64452ms;
}
.star:nth-child(105) .drive.-radius {
  transform: translateX(244px);
}
.star:nth-child(105) .graphic {
  background: rgba(122, 185, 250, 0.7);
}
.star:nth-child(106) .drive.-up {
  -webkit-animation-delay: -5935ms;
          animation-delay: -5935ms;
}
.star:nth-child(106) .drive.-scale {
  -webkit-animation-delay: -5935ms;
          animation-delay: -5935ms;
}
.star:nth-child(106) .drive.-rotate, .star:nth-child(106) .drive.-reverse, .star:nth-child(106) .drive.-angle, .star:nth-child(106) .drive.-rubber {
  -webkit-animation-delay: -85259ms;
          animation-delay: -85259ms;
}
.star:nth-child(106) .drive.-radius {
  transform: translateX(328px);
}
.star:nth-child(106) .graphic {
  background: rgba(108, 226, 210, 0.7);
}
.star:nth-child(107) .drive.-up {
  -webkit-animation-delay: -77285ms;
          animation-delay: -77285ms;
}
.star:nth-child(107) .drive.-scale {
  -webkit-animation-delay: -77285ms;
          animation-delay: -77285ms;
}
.star:nth-child(107) .drive.-rotate, .star:nth-child(107) .drive.-reverse, .star:nth-child(107) .drive.-angle, .star:nth-child(107) .drive.-rubber {
  -webkit-animation-delay: -49642ms;
          animation-delay: -49642ms;
}
.star:nth-child(107) .drive.-radius {
  transform: translateX(129px);
}
.star:nth-child(107) .graphic {
  background: rgba(189, 128, 220, 0.7);
}
.star:nth-child(108) .drive.-up {
  -webkit-animation-delay: -37999ms;
          animation-delay: -37999ms;
}
.star:nth-child(108) .drive.-scale {
  -webkit-animation-delay: -37999ms;
          animation-delay: -37999ms;
}
.star:nth-child(108) .drive.-rotate, .star:nth-child(108) .drive.-reverse, .star:nth-child(108) .drive.-angle, .star:nth-child(108) .drive.-rubber {
  -webkit-animation-delay: -33414ms;
          animation-delay: -33414ms;
}
.star:nth-child(108) .drive.-radius {
  transform: translateX(138px);
}
.star:nth-child(108) .graphic {
  background: rgba(184, 206, 220, 0.7);
}
.star:nth-child(109) .drive.-up {
  -webkit-animation-delay: -38460ms;
          animation-delay: -38460ms;
}
.star:nth-child(109) .drive.-scale {
  -webkit-animation-delay: -38460ms;
          animation-delay: -38460ms;
}
.star:nth-child(109) .drive.-rotate, .star:nth-child(109) .drive.-reverse, .star:nth-child(109) .drive.-angle, .star:nth-child(109) .drive.-rubber {
  -webkit-animation-delay: -89950ms;
          animation-delay: -89950ms;
}
.star:nth-child(109) .drive.-radius {
  transform: translateX(322px);
}
.star:nth-child(109) .graphic {
  background: rgba(233, 188, 217, 0.7);
}
.star:nth-child(110) .drive.-up {
  -webkit-animation-delay: -71988ms;
          animation-delay: -71988ms;
}
.star:nth-child(110) .drive.-scale {
  -webkit-animation-delay: -71988ms;
          animation-delay: -71988ms;
}
.star:nth-child(110) .drive.-rotate, .star:nth-child(110) .drive.-reverse, .star:nth-child(110) .drive.-angle, .star:nth-child(110) .drive.-rubber {
  -webkit-animation-delay: -65526ms;
          animation-delay: -65526ms;
}
.star:nth-child(110) .drive.-radius {
  transform: translateX(119px);
}
.star:nth-child(110) .graphic {
  background: rgba(235, 177, 242, 0.7);
}
.star:nth-child(111) .drive.-up {
  -webkit-animation-delay: -95193ms;
          animation-delay: -95193ms;
}
.star:nth-child(111) .drive.-scale {
  -webkit-animation-delay: -95193ms;
          animation-delay: -95193ms;
}
.star:nth-child(111) .drive.-rotate, .star:nth-child(111) .drive.-reverse, .star:nth-child(111) .drive.-angle, .star:nth-child(111) .drive.-rubber {
  -webkit-animation-delay: -74904ms;
          animation-delay: -74904ms;
}
.star:nth-child(111) .drive.-radius {
  transform: translateX(280px);
}
.star:nth-child(111) .graphic {
  background: rgba(174, 190, 232, 0.7);
}
.star:nth-child(112) .drive.-up {
  -webkit-animation-delay: -26400ms;
          animation-delay: -26400ms;
}
.star:nth-child(112) .drive.-scale {
  -webkit-animation-delay: -26400ms;
          animation-delay: -26400ms;
}
.star:nth-child(112) .drive.-rotate, .star:nth-child(112) .drive.-reverse, .star:nth-child(112) .drive.-angle, .star:nth-child(112) .drive.-rubber {
  -webkit-animation-delay: -54762ms;
          animation-delay: -54762ms;
}
.star:nth-child(112) .drive.-radius {
  transform: translateX(140px);
}
.star:nth-child(112) .graphic {
  background: rgba(145, 177, 253, 0.7);
}
.star:nth-child(113) .drive.-up {
  -webkit-animation-delay: -18197ms;
          animation-delay: -18197ms;
}
.star:nth-child(113) .drive.-scale {
  -webkit-animation-delay: -18197ms;
          animation-delay: -18197ms;
}
.star:nth-child(113) .drive.-rotate, .star:nth-child(113) .drive.-reverse, .star:nth-child(113) .drive.-angle, .star:nth-child(113) .drive.-rubber {
  -webkit-animation-delay: -27192ms;
          animation-delay: -27192ms;
}
.star:nth-child(113) .drive.-radius {
  transform: translateX(316px);
}
.star:nth-child(113) .graphic {
  background: rgba(187, 147, 219, 0.7);
}
.star:nth-child(114) .drive.-up {
  -webkit-animation-delay: -99782ms;
          animation-delay: -99782ms;
}
.star:nth-child(114) .drive.-scale {
  -webkit-animation-delay: -99782ms;
          animation-delay: -99782ms;
}
.star:nth-child(114) .drive.-rotate, .star:nth-child(114) .drive.-reverse, .star:nth-child(114) .drive.-angle, .star:nth-child(114) .drive.-rubber {
  -webkit-animation-delay: -25446ms;
          animation-delay: -25446ms;
}
.star:nth-child(114) .drive.-radius {
  transform: translateX(334px);
}
.star:nth-child(114) .graphic {
  background: rgba(251, 222, 223, 0.7);
}
.star:nth-child(115) .drive.-up {
  -webkit-animation-delay: -81506ms;
          animation-delay: -81506ms;
}
.star:nth-child(115) .drive.-scale {
  -webkit-animation-delay: -81506ms;
          animation-delay: -81506ms;
}
.star:nth-child(115) .drive.-rotate, .star:nth-child(115) .drive.-reverse, .star:nth-child(115) .drive.-angle, .star:nth-child(115) .drive.-rubber {
  -webkit-animation-delay: -92019ms;
          animation-delay: -92019ms;
}
.star:nth-child(115) .drive.-radius {
  transform: translateX(116px);
}
.star:nth-child(115) .graphic {
  background: rgba(203, 103, 219, 0.7);
}
.star:nth-child(116) .drive.-up {
  -webkit-animation-delay: -69718ms;
          animation-delay: -69718ms;
}
.star:nth-child(116) .drive.-scale {
  -webkit-animation-delay: -69718ms;
          animation-delay: -69718ms;
}
.star:nth-child(116) .drive.-rotate, .star:nth-child(116) .drive.-reverse, .star:nth-child(116) .drive.-angle, .star:nth-child(116) .drive.-rubber {
  -webkit-animation-delay: -2511ms;
          animation-delay: -2511ms;
}
.star:nth-child(116) .drive.-radius {
  transform: translateX(239px);
}
.star:nth-child(116) .graphic {
  background: rgba(203, 179, 247, 0.7);
}
.star:nth-child(117) .drive.-up {
  -webkit-animation-delay: -71972ms;
          animation-delay: -71972ms;
}
.star:nth-child(117) .drive.-scale {
  -webkit-animation-delay: -71972ms;
          animation-delay: -71972ms;
}
.star:nth-child(117) .drive.-rotate, .star:nth-child(117) .drive.-reverse, .star:nth-child(117) .drive.-angle, .star:nth-child(117) .drive.-rubber {
  -webkit-animation-delay: -46965ms;
          animation-delay: -46965ms;
}
.star:nth-child(117) .drive.-radius {
  transform: translateX(140px);
}
.star:nth-child(117) .graphic {
  background: rgba(247, 219, 231, 0.7);
}
.star:nth-child(118) .drive.-up {
  -webkit-animation-delay: -50894ms;
          animation-delay: -50894ms;
}
.star:nth-child(118) .drive.-scale {
  -webkit-animation-delay: -50894ms;
          animation-delay: -50894ms;
}
.star:nth-child(118) .drive.-rotate, .star:nth-child(118) .drive.-reverse, .star:nth-child(118) .drive.-angle, .star:nth-child(118) .drive.-rubber {
  -webkit-animation-delay: -11097ms;
          animation-delay: -11097ms;
}
.star:nth-child(118) .drive.-radius {
  transform: translateX(337px);
}
.star:nth-child(118) .graphic {
  background: rgba(184, 177, 201, 0.7);
}
.star:nth-child(119) .drive.-up {
  -webkit-animation-delay: -36189ms;
          animation-delay: -36189ms;
}
.star:nth-child(119) .drive.-scale {
  -webkit-animation-delay: -36189ms;
          animation-delay: -36189ms;
}
.star:nth-child(119) .drive.-rotate, .star:nth-child(119) .drive.-reverse, .star:nth-child(119) .drive.-angle, .star:nth-child(119) .drive.-rubber {
  -webkit-animation-delay: -67117ms;
          animation-delay: -67117ms;
}
.star:nth-child(119) .drive.-radius {
  transform: translateX(115px);
}
.star:nth-child(119) .graphic {
  background: rgba(215, 243, 211, 0.7);
}
.star:nth-child(120) .drive.-up {
  -webkit-animation-delay: -55497ms;
          animation-delay: -55497ms;
}
.star:nth-child(120) .drive.-scale {
  -webkit-animation-delay: -55497ms;
          animation-delay: -55497ms;
}
.star:nth-child(120) .drive.-rotate, .star:nth-child(120) .drive.-reverse, .star:nth-child(120) .drive.-angle, .star:nth-child(120) .drive.-rubber {
  -webkit-animation-delay: -37561ms;
          animation-delay: -37561ms;
}
.star:nth-child(120) .drive.-radius {
  transform: translateX(262px);
}
.star:nth-child(120) .graphic {
  background: rgba(163, 176, 219, 0.7);
}
.star:nth-child(121) .drive.-up {
  -webkit-animation-delay: -61697ms;
          animation-delay: -61697ms;
}
.star:nth-child(121) .drive.-scale {
  -webkit-animation-delay: -61697ms;
          animation-delay: -61697ms;
}
.star:nth-child(121) .drive.-rotate, .star:nth-child(121) .drive.-reverse, .star:nth-child(121) .drive.-angle, .star:nth-child(121) .drive.-rubber {
  -webkit-animation-delay: -10404ms;
          animation-delay: -10404ms;
}
.star:nth-child(121) .drive.-radius {
  transform: translateX(196px);
}
.star:nth-child(121) .graphic {
  background: rgba(124, 187, 219, 0.7);
}
.star:nth-child(122) .drive.-up {
  -webkit-animation-delay: -29645ms;
          animation-delay: -29645ms;
}
.star:nth-child(122) .drive.-scale {
  -webkit-animation-delay: -29645ms;
          animation-delay: -29645ms;
}
.star:nth-child(122) .drive.-rotate, .star:nth-child(122) .drive.-reverse, .star:nth-child(122) .drive.-angle, .star:nth-child(122) .drive.-rubber {
  -webkit-animation-delay: -83337ms;
          animation-delay: -83337ms;
}
.star:nth-child(122) .drive.-radius {
  transform: translateX(199px);
}
.star:nth-child(122) .graphic {
  background: rgba(238, 238, 203, 0.7);
}
.star:nth-child(123) .drive.-up {
  -webkit-animation-delay: -66339ms;
          animation-delay: -66339ms;
}
.star:nth-child(123) .drive.-scale {
  -webkit-animation-delay: -66339ms;
          animation-delay: -66339ms;
}
.star:nth-child(123) .drive.-rotate, .star:nth-child(123) .drive.-reverse, .star:nth-child(123) .drive.-angle, .star:nth-child(123) .drive.-rubber {
  -webkit-animation-delay: -40175ms;
          animation-delay: -40175ms;
}
.star:nth-child(123) .drive.-radius {
  transform: translateX(212px);
}
.star:nth-child(123) .graphic {
  background: rgba(144, 167, 252, 0.7);
}
.star:nth-child(124) .drive.-up {
  -webkit-animation-delay: -21508ms;
          animation-delay: -21508ms;
}
.star:nth-child(124) .drive.-scale {
  -webkit-animation-delay: -21508ms;
          animation-delay: -21508ms;
}
.star:nth-child(124) .drive.-rotate, .star:nth-child(124) .drive.-reverse, .star:nth-child(124) .drive.-angle, .star:nth-child(124) .drive.-rubber {
  -webkit-animation-delay: -84913ms;
          animation-delay: -84913ms;
}
.star:nth-child(124) .drive.-radius {
  transform: translateX(221px);
}
.star:nth-child(124) .graphic {
  background: rgba(193, 104, 227, 0.7);
}
.star:nth-child(125) .drive.-up {
  -webkit-animation-delay: -79165ms;
          animation-delay: -79165ms;
}
.star:nth-child(125) .drive.-scale {
  -webkit-animation-delay: -79165ms;
          animation-delay: -79165ms;
}
.star:nth-child(125) .drive.-rotate, .star:nth-child(125) .drive.-reverse, .star:nth-child(125) .drive.-angle, .star:nth-child(125) .drive.-rubber {
  -webkit-animation-delay: -688ms;
          animation-delay: -688ms;
}
.star:nth-child(125) .drive.-radius {
  transform: translateX(159px);
}
.star:nth-child(125) .graphic {
  background: rgba(113, 163, 243, 0.7);
}
.star:nth-child(126) .drive.-up {
  -webkit-animation-delay: -99403ms;
          animation-delay: -99403ms;
}
.star:nth-child(126) .drive.-scale {
  -webkit-animation-delay: -99403ms;
          animation-delay: -99403ms;
}
.star:nth-child(126) .drive.-rotate, .star:nth-child(126) .drive.-reverse, .star:nth-child(126) .drive.-angle, .star:nth-child(126) .drive.-rubber {
  -webkit-animation-delay: -34718ms;
          animation-delay: -34718ms;
}
.star:nth-child(126) .drive.-radius {
  transform: translateX(346px);
}
.star:nth-child(126) .graphic {
  background: rgba(180, 249, 239, 0.7);
}
.star:nth-child(127) .drive.-up {
  -webkit-animation-delay: -55265ms;
          animation-delay: -55265ms;
}
.star:nth-child(127) .drive.-scale {
  -webkit-animation-delay: -55265ms;
          animation-delay: -55265ms;
}
.star:nth-child(127) .drive.-rotate, .star:nth-child(127) .drive.-reverse, .star:nth-child(127) .drive.-angle, .star:nth-child(127) .drive.-rubber {
  -webkit-animation-delay: -33338ms;
          animation-delay: -33338ms;
}
.star:nth-child(127) .drive.-radius {
  transform: translateX(197px);
}
.star:nth-child(127) .graphic {
  background: rgba(147, 152, 218, 0.7);
}
.star:nth-child(128) .drive.-up {
  -webkit-animation-delay: -54550ms;
          animation-delay: -54550ms;
}
.star:nth-child(128) .drive.-scale {
  -webkit-animation-delay: -54550ms;
          animation-delay: -54550ms;
}
.star:nth-child(128) .drive.-rotate, .star:nth-child(128) .drive.-reverse, .star:nth-child(128) .drive.-angle, .star:nth-child(128) .drive.-rubber {
  -webkit-animation-delay: -67297ms;
          animation-delay: -67297ms;
}
.star:nth-child(128) .drive.-radius {
  transform: translateX(298px);
}
.star:nth-child(128) .graphic {
  background: rgba(191, 188, 239, 0.7);
}
.star:nth-child(129) .drive.-up {
  -webkit-animation-delay: -21546ms;
          animation-delay: -21546ms;
}
.star:nth-child(129) .drive.-scale {
  -webkit-animation-delay: -21546ms;
          animation-delay: -21546ms;
}
.star:nth-child(129) .drive.-rotate, .star:nth-child(129) .drive.-reverse, .star:nth-child(129) .drive.-angle, .star:nth-child(129) .drive.-rubber {
  -webkit-animation-delay: -63313ms;
          animation-delay: -63313ms;
}
.star:nth-child(129) .drive.-radius {
  transform: translateX(249px);
}
.star:nth-child(129) .graphic {
  background: rgba(236, 223, 248, 0.7);
}
.star:nth-child(130) .drive.-up {
  -webkit-animation-delay: -6082ms;
          animation-delay: -6082ms;
}
.star:nth-child(130) .drive.-scale {
  -webkit-animation-delay: -6082ms;
          animation-delay: -6082ms;
}
.star:nth-child(130) .drive.-rotate, .star:nth-child(130) .drive.-reverse, .star:nth-child(130) .drive.-angle, .star:nth-child(130) .drive.-rubber {
  -webkit-animation-delay: -79536ms;
          animation-delay: -79536ms;
}
.star:nth-child(130) .drive.-radius {
  transform: translateX(198px);
}
.star:nth-child(130) .graphic {
  background: rgba(170, 152, 239, 0.7);
}
.star:nth-child(131) .drive.-up {
  -webkit-animation-delay: -53264ms;
          animation-delay: -53264ms;
}
.star:nth-child(131) .drive.-scale {
  -webkit-animation-delay: -53264ms;
          animation-delay: -53264ms;
}
.star:nth-child(131) .drive.-rotate, .star:nth-child(131) .drive.-reverse, .star:nth-child(131) .drive.-angle, .star:nth-child(131) .drive.-rubber {
  -webkit-animation-delay: -26356ms;
          animation-delay: -26356ms;
}
.star:nth-child(131) .drive.-radius {
  transform: translateX(348px);
}
.star:nth-child(131) .graphic {
  background: rgba(200, 188, 253, 0.7);
}
.star:nth-child(132) .drive.-up {
  -webkit-animation-delay: -36885ms;
          animation-delay: -36885ms;
}
.star:nth-child(132) .drive.-scale {
  -webkit-animation-delay: -36885ms;
          animation-delay: -36885ms;
}
.star:nth-child(132) .drive.-rotate, .star:nth-child(132) .drive.-reverse, .star:nth-child(132) .drive.-angle, .star:nth-child(132) .drive.-rubber {
  -webkit-animation-delay: -68553ms;
          animation-delay: -68553ms;
}
.star:nth-child(132) .drive.-radius {
  transform: translateX(252px);
}
.star:nth-child(132) .graphic {
  background: rgba(106, 101, 245, 0.7);
}
.star:nth-child(133) .drive.-up {
  -webkit-animation-delay: -36924ms;
          animation-delay: -36924ms;
}
.star:nth-child(133) .drive.-scale {
  -webkit-animation-delay: -36924ms;
          animation-delay: -36924ms;
}
.star:nth-child(133) .drive.-rotate, .star:nth-child(133) .drive.-reverse, .star:nth-child(133) .drive.-angle, .star:nth-child(133) .drive.-rubber {
  -webkit-animation-delay: -6335ms;
          animation-delay: -6335ms;
}
.star:nth-child(133) .drive.-radius {
  transform: translateX(304px);
}
.star:nth-child(133) .graphic {
  background: rgba(210, 242, 255, 0.7);
}
.star:nth-child(134) .drive.-up {
  -webkit-animation-delay: -52137ms;
          animation-delay: -52137ms;
}
.star:nth-child(134) .drive.-scale {
  -webkit-animation-delay: -52137ms;
          animation-delay: -52137ms;
}
.star:nth-child(134) .drive.-rotate, .star:nth-child(134) .drive.-reverse, .star:nth-child(134) .drive.-angle, .star:nth-child(134) .drive.-rubber {
  -webkit-animation-delay: -35740ms;
          animation-delay: -35740ms;
}
.star:nth-child(134) .drive.-radius {
  transform: translateX(252px);
}
.star:nth-child(134) .graphic {
  background: rgba(116, 195, 216, 0.7);
}
.star:nth-child(135) .drive.-up {
  -webkit-animation-delay: -26276ms;
          animation-delay: -26276ms;
}
.star:nth-child(135) .drive.-scale {
  -webkit-animation-delay: -26276ms;
          animation-delay: -26276ms;
}
.star:nth-child(135) .drive.-rotate, .star:nth-child(135) .drive.-reverse, .star:nth-child(135) .drive.-angle, .star:nth-child(135) .drive.-rubber {
  -webkit-animation-delay: -83711ms;
          animation-delay: -83711ms;
}
.star:nth-child(135) .drive.-radius {
  transform: translateX(287px);
}
.star:nth-child(135) .graphic {
  background: rgba(188, 226, 244, 0.7);
}
.star:nth-child(136) .drive.-up {
  -webkit-animation-delay: -15314ms;
          animation-delay: -15314ms;
}
.star:nth-child(136) .drive.-scale {
  -webkit-animation-delay: -15314ms;
          animation-delay: -15314ms;
}
.star:nth-child(136) .drive.-rotate, .star:nth-child(136) .drive.-reverse, .star:nth-child(136) .drive.-angle, .star:nth-child(136) .drive.-rubber {
  -webkit-animation-delay: -93507ms;
          animation-delay: -93507ms;
}
.star:nth-child(136) .drive.-radius {
  transform: translateX(286px);
}
.star:nth-child(136) .graphic {
  background: rgba(121, 121, 255, 0.7);
}
.star:nth-child(137) .drive.-up {
  -webkit-animation-delay: -62964ms;
          animation-delay: -62964ms;
}
.star:nth-child(137) .drive.-scale {
  -webkit-animation-delay: -62964ms;
          animation-delay: -62964ms;
}
.star:nth-child(137) .drive.-rotate, .star:nth-child(137) .drive.-reverse, .star:nth-child(137) .drive.-angle, .star:nth-child(137) .drive.-rubber {
  -webkit-animation-delay: -83617ms;
          animation-delay: -83617ms;
}
.star:nth-child(137) .drive.-radius {
  transform: translateX(115px);
}
.star:nth-child(137) .graphic {
  background: rgba(152, 139, 234, 0.7);
}
.star:nth-child(138) .drive.-up {
  -webkit-animation-delay: -55462ms;
          animation-delay: -55462ms;
}
.star:nth-child(138) .drive.-scale {
  -webkit-animation-delay: -55462ms;
          animation-delay: -55462ms;
}
.star:nth-child(138) .drive.-rotate, .star:nth-child(138) .drive.-reverse, .star:nth-child(138) .drive.-angle, .star:nth-child(138) .drive.-rubber {
  -webkit-animation-delay: -77521ms;
          animation-delay: -77521ms;
}
.star:nth-child(138) .drive.-radius {
  transform: translateX(132px);
}
.star:nth-child(138) .graphic {
  background: rgba(147, 140, 230, 0.7);
}
.star:nth-child(139) .drive.-up {
  -webkit-animation-delay: -16455ms;
          animation-delay: -16455ms;
}
.star:nth-child(139) .drive.-scale {
  -webkit-animation-delay: -16455ms;
          animation-delay: -16455ms;
}
.star:nth-child(139) .drive.-rotate, .star:nth-child(139) .drive.-reverse, .star:nth-child(139) .drive.-angle, .star:nth-child(139) .drive.-rubber {
  -webkit-animation-delay: -69320ms;
          animation-delay: -69320ms;
}
.star:nth-child(139) .drive.-radius {
  transform: translateX(162px);
}
.star:nth-child(139) .graphic {
  background: rgba(229, 102, 248, 0.7);
}
.star:nth-child(140) .drive.-up {
  -webkit-animation-delay: -43775ms;
          animation-delay: -43775ms;
}
.star:nth-child(140) .drive.-scale {
  -webkit-animation-delay: -43775ms;
          animation-delay: -43775ms;
}
.star:nth-child(140) .drive.-rotate, .star:nth-child(140) .drive.-reverse, .star:nth-child(140) .drive.-angle, .star:nth-child(140) .drive.-rubber {
  -webkit-animation-delay: -47197ms;
          animation-delay: -47197ms;
}
.star:nth-child(140) .drive.-radius {
  transform: translateX(172px);
}
.star:nth-child(140) .graphic {
  background: rgba(238, 122, 233, 0.7);
}
.star:nth-child(141) .drive.-up {
  -webkit-animation-delay: -89383ms;
          animation-delay: -89383ms;
}
.star:nth-child(141) .drive.-scale {
  -webkit-animation-delay: -89383ms;
          animation-delay: -89383ms;
}
.star:nth-child(141) .drive.-rotate, .star:nth-child(141) .drive.-reverse, .star:nth-child(141) .drive.-angle, .star:nth-child(141) .drive.-rubber {
  -webkit-animation-delay: -69588ms;
          animation-delay: -69588ms;
}
.star:nth-child(141) .drive.-radius {
  transform: translateX(142px);
}
.star:nth-child(141) .graphic {
  background: rgba(130, 178, 219, 0.7);
}
.star:nth-child(142) .drive.-up {
  -webkit-animation-delay: -312ms;
          animation-delay: -312ms;
}
.star:nth-child(142) .drive.-scale {
  -webkit-animation-delay: -312ms;
          animation-delay: -312ms;
}
.star:nth-child(142) .drive.-rotate, .star:nth-child(142) .drive.-reverse, .star:nth-child(142) .drive.-angle, .star:nth-child(142) .drive.-rubber {
  -webkit-animation-delay: -95847ms;
          animation-delay: -95847ms;
}
.star:nth-child(142) .drive.-radius {
  transform: translateX(214px);
}
.star:nth-child(142) .graphic {
  background: rgba(142, 185, 250, 0.7);
}
.star:nth-child(143) .drive.-up {
  -webkit-animation-delay: -20664ms;
          animation-delay: -20664ms;
}
.star:nth-child(143) .drive.-scale {
  -webkit-animation-delay: -20664ms;
          animation-delay: -20664ms;
}
.star:nth-child(143) .drive.-rotate, .star:nth-child(143) .drive.-reverse, .star:nth-child(143) .drive.-angle, .star:nth-child(143) .drive.-rubber {
  -webkit-animation-delay: -58302ms;
          animation-delay: -58302ms;
}
.star:nth-child(143) .drive.-radius {
  transform: translateX(183px);
}
.star:nth-child(143) .graphic {
  background: rgba(175, 107, 221, 0.7);
}
.star:nth-child(144) .drive.-up {
  -webkit-animation-delay: -94057ms;
          animation-delay: -94057ms;
}
.star:nth-child(144) .drive.-scale {
  -webkit-animation-delay: -94057ms;
          animation-delay: -94057ms;
}
.star:nth-child(144) .drive.-rotate, .star:nth-child(144) .drive.-reverse, .star:nth-child(144) .drive.-angle, .star:nth-child(144) .drive.-rubber {
  -webkit-animation-delay: -98873ms;
          animation-delay: -98873ms;
}
.star:nth-child(144) .drive.-radius {
  transform: translateX(316px);
}
.star:nth-child(144) .graphic {
  background: rgba(242, 180, 226, 0.7);
}
.star:nth-child(145) .drive.-up {
  -webkit-animation-delay: -68884ms;
          animation-delay: -68884ms;
}
.star:nth-child(145) .drive.-scale {
  -webkit-animation-delay: -68884ms;
          animation-delay: -68884ms;
}
.star:nth-child(145) .drive.-rotate, .star:nth-child(145) .drive.-reverse, .star:nth-child(145) .drive.-angle, .star:nth-child(145) .drive.-rubber {
  -webkit-animation-delay: -43736ms;
          animation-delay: -43736ms;
}
.star:nth-child(145) .drive.-radius {
  transform: translateX(239px);
}
.star:nth-child(145) .graphic {
  background: rgba(211, 208, 201, 0.7);
}
.star:nth-child(146) .drive.-up {
  -webkit-animation-delay: -51091ms;
          animation-delay: -51091ms;
}
.star:nth-child(146) .drive.-scale {
  -webkit-animation-delay: -51091ms;
          animation-delay: -51091ms;
}
.star:nth-child(146) .drive.-rotate, .star:nth-child(146) .drive.-reverse, .star:nth-child(146) .drive.-angle, .star:nth-child(146) .drive.-rubber {
  -webkit-animation-delay: -25224ms;
          animation-delay: -25224ms;
}
.star:nth-child(146) .drive.-radius {
  transform: translateX(258px);
}
.star:nth-child(146) .graphic {
  background: rgba(185, 144, 237, 0.7);
}
.star:nth-child(147) .drive.-up {
  -webkit-animation-delay: -30882ms;
          animation-delay: -30882ms;
}
.star:nth-child(147) .drive.-scale {
  -webkit-animation-delay: -30882ms;
          animation-delay: -30882ms;
}
.star:nth-child(147) .drive.-rotate, .star:nth-child(147) .drive.-reverse, .star:nth-child(147) .drive.-angle, .star:nth-child(147) .drive.-rubber {
  -webkit-animation-delay: -49072ms;
          animation-delay: -49072ms;
}
.star:nth-child(147) .drive.-radius {
  transform: translateX(176px);
}
.star:nth-child(147) .graphic {
  background: rgba(163, 128, 253, 0.7);
}
.star:nth-child(148) .drive.-up {
  -webkit-animation-delay: -97363ms;
          animation-delay: -97363ms;
}
.star:nth-child(148) .drive.-scale {
  -webkit-animation-delay: -97363ms;
          animation-delay: -97363ms;
}
.star:nth-child(148) .drive.-rotate, .star:nth-child(148) .drive.-reverse, .star:nth-child(148) .drive.-angle, .star:nth-child(148) .drive.-rubber {
  -webkit-animation-delay: -2119ms;
          animation-delay: -2119ms;
}
.star:nth-child(148) .drive.-radius {
  transform: translateX(162px);
}
.star:nth-child(148) .graphic {
  background: rgba(180, 255, 251, 0.7);
}
.star:nth-child(149) .drive.-up {
  -webkit-animation-delay: -51875ms;
          animation-delay: -51875ms;
}
.star:nth-child(149) .drive.-scale {
  -webkit-animation-delay: -51875ms;
          animation-delay: -51875ms;
}
.star:nth-child(149) .drive.-rotate, .star:nth-child(149) .drive.-reverse, .star:nth-child(149) .drive.-angle, .star:nth-child(149) .drive.-rubber {
  -webkit-animation-delay: -26714ms;
          animation-delay: -26714ms;
}
.star:nth-child(149) .drive.-radius {
  transform: translateX(130px);
}
.star:nth-child(149) .graphic {
  background: rgba(202, 200, 248, 0.7);
}
.star:nth-child(150) .drive.-up {
  -webkit-animation-delay: -62605ms;
          animation-delay: -62605ms;
}
.star:nth-child(150) .drive.-scale {
  -webkit-animation-delay: -62605ms;
          animation-delay: -62605ms;
}
.star:nth-child(150) .drive.-rotate, .star:nth-child(150) .drive.-reverse, .star:nth-child(150) .drive.-angle, .star:nth-child(150) .drive.-rubber {
  -webkit-animation-delay: -79102ms;
          animation-delay: -79102ms;
}
.star:nth-child(150) .drive.-radius {
  transform: translateX(324px);
}
.star:nth-child(150) .graphic {
  background: rgba(127, 206, 234, 0.7);
}
.star:nth-child(151) .drive.-up {
  -webkit-animation-delay: -3719ms;
          animation-delay: -3719ms;
}
.star:nth-child(151) .drive.-scale {
  -webkit-animation-delay: -3719ms;
          animation-delay: -3719ms;
}
.star:nth-child(151) .drive.-rotate, .star:nth-child(151) .drive.-reverse, .star:nth-child(151) .drive.-angle, .star:nth-child(151) .drive.-rubber {
  -webkit-animation-delay: -84908ms;
          animation-delay: -84908ms;
}
.star:nth-child(151) .drive.-radius {
  transform: translateX(122px);
}
.star:nth-child(151) .graphic {
  background: rgba(109, 179, 212, 0.7);
}
.star:nth-child(152) .drive.-up {
  -webkit-animation-delay: -91542ms;
          animation-delay: -91542ms;
}
.star:nth-child(152) .drive.-scale {
  -webkit-animation-delay: -91542ms;
          animation-delay: -91542ms;
}
.star:nth-child(152) .drive.-rotate, .star:nth-child(152) .drive.-reverse, .star:nth-child(152) .drive.-angle, .star:nth-child(152) .drive.-rubber {
  -webkit-animation-delay: -68671ms;
          animation-delay: -68671ms;
}
.star:nth-child(152) .drive.-radius {
  transform: translateX(207px);
}
.star:nth-child(152) .graphic {
  background: rgba(145, 226, 216, 0.7);
}
.star:nth-child(153) .drive.-up {
  -webkit-animation-delay: -32673ms;
          animation-delay: -32673ms;
}
.star:nth-child(153) .drive.-scale {
  -webkit-animation-delay: -32673ms;
          animation-delay: -32673ms;
}
.star:nth-child(153) .drive.-rotate, .star:nth-child(153) .drive.-reverse, .star:nth-child(153) .drive.-angle, .star:nth-child(153) .drive.-rubber {
  -webkit-animation-delay: -2591ms;
          animation-delay: -2591ms;
}
.star:nth-child(153) .drive.-radius {
  transform: translateX(222px);
}
.star:nth-child(153) .graphic {
  background: rgba(139, 227, 253, 0.7);
}
.star:nth-child(154) .drive.-up {
  -webkit-animation-delay: -78029ms;
          animation-delay: -78029ms;
}
.star:nth-child(154) .drive.-scale {
  -webkit-animation-delay: -78029ms;
          animation-delay: -78029ms;
}
.star:nth-child(154) .drive.-rotate, .star:nth-child(154) .drive.-reverse, .star:nth-child(154) .drive.-angle, .star:nth-child(154) .drive.-rubber {
  -webkit-animation-delay: -58477ms;
          animation-delay: -58477ms;
}
.star:nth-child(154) .drive.-radius {
  transform: translateX(337px);
}
.star:nth-child(154) .graphic {
  background: rgba(230, 185, 250, 0.7);
}
.star:nth-child(155) .drive.-up {
  -webkit-animation-delay: -56871ms;
          animation-delay: -56871ms;
}
.star:nth-child(155) .drive.-scale {
  -webkit-animation-delay: -56871ms;
          animation-delay: -56871ms;
}
.star:nth-child(155) .drive.-rotate, .star:nth-child(155) .drive.-reverse, .star:nth-child(155) .drive.-angle, .star:nth-child(155) .drive.-rubber {
  -webkit-animation-delay: -47037ms;
          animation-delay: -47037ms;
}
.star:nth-child(155) .drive.-radius {
  transform: translateX(133px);
}
.star:nth-child(155) .graphic {
  background: rgba(163, 150, 213, 0.7);
}
.star:nth-child(156) .drive.-up {
  -webkit-animation-delay: -37182ms;
          animation-delay: -37182ms;
}
.star:nth-child(156) .drive.-scale {
  -webkit-animation-delay: -37182ms;
          animation-delay: -37182ms;
}
.star:nth-child(156) .drive.-rotate, .star:nth-child(156) .drive.-reverse, .star:nth-child(156) .drive.-angle, .star:nth-child(156) .drive.-rubber {
  -webkit-animation-delay: -76851ms;
          animation-delay: -76851ms;
}
.star:nth-child(156) .drive.-radius {
  transform: translateX(186px);
}
.star:nth-child(156) .graphic {
  background: rgba(132, 171, 247, 0.7);
}
.star:nth-child(157) .drive.-up {
  -webkit-animation-delay: -51677ms;
          animation-delay: -51677ms;
}
.star:nth-child(157) .drive.-scale {
  -webkit-animation-delay: -51677ms;
          animation-delay: -51677ms;
}
.star:nth-child(157) .drive.-rotate, .star:nth-child(157) .drive.-reverse, .star:nth-child(157) .drive.-angle, .star:nth-child(157) .drive.-rubber {
  -webkit-animation-delay: -66208ms;
          animation-delay: -66208ms;
}
.star:nth-child(157) .drive.-radius {
  transform: translateX(308px);
}
.star:nth-child(157) .graphic {
  background: rgba(144, 198, 248, 0.7);
}
.star:nth-child(158) .drive.-up {
  -webkit-animation-delay: -6501ms;
          animation-delay: -6501ms;
}
.star:nth-child(158) .drive.-scale {
  -webkit-animation-delay: -6501ms;
          animation-delay: -6501ms;
}
.star:nth-child(158) .drive.-rotate, .star:nth-child(158) .drive.-reverse, .star:nth-child(158) .drive.-angle, .star:nth-child(158) .drive.-rubber {
  -webkit-animation-delay: -49354ms;
          animation-delay: -49354ms;
}
.star:nth-child(158) .drive.-radius {
  transform: translateX(123px);
}
.star:nth-child(158) .graphic {
  background: rgba(207, 226, 222, 0.7);
}
.star:nth-child(159) .drive.-up {
  -webkit-animation-delay: -39165ms;
          animation-delay: -39165ms;
}
.star:nth-child(159) .drive.-scale {
  -webkit-animation-delay: -39165ms;
          animation-delay: -39165ms;
}
.star:nth-child(159) .drive.-rotate, .star:nth-child(159) .drive.-reverse, .star:nth-child(159) .drive.-angle, .star:nth-child(159) .drive.-rubber {
  -webkit-animation-delay: -14022ms;
          animation-delay: -14022ms;
}
.star:nth-child(159) .drive.-radius {
  transform: translateX(164px);
}
.star:nth-child(159) .graphic {
  background: rgba(244, 168, 253, 0.7);
}
.star:nth-child(160) .drive.-up {
  -webkit-animation-delay: -62401ms;
          animation-delay: -62401ms;
}
.star:nth-child(160) .drive.-scale {
  -webkit-animation-delay: -62401ms;
          animation-delay: -62401ms;
}
.star:nth-child(160) .drive.-rotate, .star:nth-child(160) .drive.-reverse, .star:nth-child(160) .drive.-angle, .star:nth-child(160) .drive.-rubber {
  -webkit-animation-delay: -88488ms;
          animation-delay: -88488ms;
}
.star:nth-child(160) .drive.-radius {
  transform: translateX(160px);
}
.star:nth-child(160) .graphic {
  background: rgba(209, 215, 227, 0.7);
}
.star:nth-child(161) .drive.-up {
  -webkit-animation-delay: -98912ms;
          animation-delay: -98912ms;
}
.star:nth-child(161) .drive.-scale {
  -webkit-animation-delay: -98912ms;
          animation-delay: -98912ms;
}
.star:nth-child(161) .drive.-rotate, .star:nth-child(161) .drive.-reverse, .star:nth-child(161) .drive.-angle, .star:nth-child(161) .drive.-rubber {
  -webkit-animation-delay: -61622ms;
          animation-delay: -61622ms;
}
.star:nth-child(161) .drive.-radius {
  transform: translateX(311px);
}
.star:nth-child(161) .graphic {
  background: rgba(223, 196, 247, 0.7);
}
.star:nth-child(162) .drive.-up {
  -webkit-animation-delay: -40289ms;
          animation-delay: -40289ms;
}
.star:nth-child(162) .drive.-scale {
  -webkit-animation-delay: -40289ms;
          animation-delay: -40289ms;
}
.star:nth-child(162) .drive.-rotate, .star:nth-child(162) .drive.-reverse, .star:nth-child(162) .drive.-angle, .star:nth-child(162) .drive.-rubber {
  -webkit-animation-delay: -16000ms;
          animation-delay: -16000ms;
}
.star:nth-child(162) .drive.-radius {
  transform: translateX(225px);
}
.star:nth-child(162) .graphic {
  background: rgba(205, 132, 207, 0.7);
}
.star:nth-child(163) .drive.-up {
  -webkit-animation-delay: -280ms;
          animation-delay: -280ms;
}
.star:nth-child(163) .drive.-scale {
  -webkit-animation-delay: -280ms;
          animation-delay: -280ms;
}
.star:nth-child(163) .drive.-rotate, .star:nth-child(163) .drive.-reverse, .star:nth-child(163) .drive.-angle, .star:nth-child(163) .drive.-rubber {
  -webkit-animation-delay: -46905ms;
          animation-delay: -46905ms;
}
.star:nth-child(163) .drive.-radius {
  transform: translateX(345px);
}
.star:nth-child(163) .graphic {
  background: rgba(201, 254, 217, 0.7);
}
.star:nth-child(164) .drive.-up {
  -webkit-animation-delay: -90550ms;
          animation-delay: -90550ms;
}
.star:nth-child(164) .drive.-scale {
  -webkit-animation-delay: -90550ms;
          animation-delay: -90550ms;
}
.star:nth-child(164) .drive.-rotate, .star:nth-child(164) .drive.-reverse, .star:nth-child(164) .drive.-angle, .star:nth-child(164) .drive.-rubber {
  -webkit-animation-delay: -17996ms;
          animation-delay: -17996ms;
}
.star:nth-child(164) .drive.-radius {
  transform: translateX(275px);
}
.star:nth-child(164) .graphic {
  background: rgba(187, 187, 253, 0.7);
}
.star:nth-child(165) .drive.-up {
  -webkit-animation-delay: -75980ms;
          animation-delay: -75980ms;
}
.star:nth-child(165) .drive.-scale {
  -webkit-animation-delay: -75980ms;
          animation-delay: -75980ms;
}
.star:nth-child(165) .drive.-rotate, .star:nth-child(165) .drive.-reverse, .star:nth-child(165) .drive.-angle, .star:nth-child(165) .drive.-rubber {
  -webkit-animation-delay: -72616ms;
          animation-delay: -72616ms;
}
.star:nth-child(165) .drive.-radius {
  transform: translateX(271px);
}
.star:nth-child(165) .graphic {
  background: rgba(169, 210, 222, 0.7);
}
.star:nth-child(166) .drive.-up {
  -webkit-animation-delay: -20567ms;
          animation-delay: -20567ms;
}
.star:nth-child(166) .drive.-scale {
  -webkit-animation-delay: -20567ms;
          animation-delay: -20567ms;
}
.star:nth-child(166) .drive.-rotate, .star:nth-child(166) .drive.-reverse, .star:nth-child(166) .drive.-angle, .star:nth-child(166) .drive.-rubber {
  -webkit-animation-delay: -57679ms;
          animation-delay: -57679ms;
}
.star:nth-child(166) .drive.-radius {
  transform: translateX(271px);
}
.star:nth-child(166) .graphic {
  background: rgba(247, 184, 231, 0.7);
}
.star:nth-child(167) .drive.-up {
  -webkit-animation-delay: -35152ms;
          animation-delay: -35152ms;
}
.star:nth-child(167) .drive.-scale {
  -webkit-animation-delay: -35152ms;
          animation-delay: -35152ms;
}
.star:nth-child(167) .drive.-rotate, .star:nth-child(167) .drive.-reverse, .star:nth-child(167) .drive.-angle, .star:nth-child(167) .drive.-rubber {
  -webkit-animation-delay: -22739ms;
          animation-delay: -22739ms;
}
.star:nth-child(167) .drive.-radius {
  transform: translateX(205px);
}
.star:nth-child(167) .graphic {
  background: rgba(201, 150, 214, 0.7);
}
.star:nth-child(168) .drive.-up {
  -webkit-animation-delay: -24258ms;
          animation-delay: -24258ms;
}
.star:nth-child(168) .drive.-scale {
  -webkit-animation-delay: -24258ms;
          animation-delay: -24258ms;
}
.star:nth-child(168) .drive.-rotate, .star:nth-child(168) .drive.-reverse, .star:nth-child(168) .drive.-angle, .star:nth-child(168) .drive.-rubber {
  -webkit-animation-delay: -72644ms;
          animation-delay: -72644ms;
}
.star:nth-child(168) .drive.-radius {
  transform: translateX(117px);
}
.star:nth-child(168) .graphic {
  background: rgba(123, 244, 255, 0.7);
}
.star:nth-child(169) .drive.-up {
  -webkit-animation-delay: -46702ms;
          animation-delay: -46702ms;
}
.star:nth-child(169) .drive.-scale {
  -webkit-animation-delay: -46702ms;
          animation-delay: -46702ms;
}
.star:nth-child(169) .drive.-rotate, .star:nth-child(169) .drive.-reverse, .star:nth-child(169) .drive.-angle, .star:nth-child(169) .drive.-rubber {
  -webkit-animation-delay: -93268ms;
          animation-delay: -93268ms;
}
.star:nth-child(169) .drive.-radius {
  transform: translateX(250px);
}
.star:nth-child(169) .graphic {
  background: rgba(228, 250, 208, 0.7);
}
.star:nth-child(170) .drive.-up {
  -webkit-animation-delay: -49758ms;
          animation-delay: -49758ms;
}
.star:nth-child(170) .drive.-scale {
  -webkit-animation-delay: -49758ms;
          animation-delay: -49758ms;
}
.star:nth-child(170) .drive.-rotate, .star:nth-child(170) .drive.-reverse, .star:nth-child(170) .drive.-angle, .star:nth-child(170) .drive.-rubber {
  -webkit-animation-delay: -56237ms;
          animation-delay: -56237ms;
}
.star:nth-child(170) .drive.-radius {
  transform: translateX(289px);
}
.star:nth-child(170) .graphic {
  background: rgba(191, 138, 219, 0.7);
}
.star:nth-child(171) .drive.-up {
  -webkit-animation-delay: -60237ms;
          animation-delay: -60237ms;
}
.star:nth-child(171) .drive.-scale {
  -webkit-animation-delay: -60237ms;
          animation-delay: -60237ms;
}
.star:nth-child(171) .drive.-rotate, .star:nth-child(171) .drive.-reverse, .star:nth-child(171) .drive.-angle, .star:nth-child(171) .drive.-rubber {
  -webkit-animation-delay: -62338ms;
          animation-delay: -62338ms;
}
.star:nth-child(171) .drive.-radius {
  transform: translateX(326px);
}
.star:nth-child(171) .graphic {
  background: rgba(240, 247, 221, 0.7);
}
.star:nth-child(172) .drive.-up {
  -webkit-animation-delay: -75471ms;
          animation-delay: -75471ms;
}
.star:nth-child(172) .drive.-scale {
  -webkit-animation-delay: -75471ms;
          animation-delay: -75471ms;
}
.star:nth-child(172) .drive.-rotate, .star:nth-child(172) .drive.-reverse, .star:nth-child(172) .drive.-angle, .star:nth-child(172) .drive.-rubber {
  -webkit-animation-delay: -25675ms;
          animation-delay: -25675ms;
}
.star:nth-child(172) .drive.-radius {
  transform: translateX(245px);
}
.star:nth-child(172) .graphic {
  background: rgba(205, 135, 215, 0.7);
}
.star:nth-child(173) .drive.-up {
  -webkit-animation-delay: -50934ms;
          animation-delay: -50934ms;
}
.star:nth-child(173) .drive.-scale {
  -webkit-animation-delay: -50934ms;
          animation-delay: -50934ms;
}
.star:nth-child(173) .drive.-rotate, .star:nth-child(173) .drive.-reverse, .star:nth-child(173) .drive.-angle, .star:nth-child(173) .drive.-rubber {
  -webkit-animation-delay: -15393ms;
          animation-delay: -15393ms;
}
.star:nth-child(173) .drive.-radius {
  transform: translateX(298px);
}
.star:nth-child(173) .graphic {
  background: rgba(208, 246, 251, 0.7);
}
.star:nth-child(174) .drive.-up {
  -webkit-animation-delay: -57099ms;
          animation-delay: -57099ms;
}
.star:nth-child(174) .drive.-scale {
  -webkit-animation-delay: -57099ms;
          animation-delay: -57099ms;
}
.star:nth-child(174) .drive.-rotate, .star:nth-child(174) .drive.-reverse, .star:nth-child(174) .drive.-angle, .star:nth-child(174) .drive.-rubber {
  -webkit-animation-delay: -81324ms;
          animation-delay: -81324ms;
}
.star:nth-child(174) .drive.-radius {
  transform: translateX(314px);
}
.star:nth-child(174) .graphic {
  background: rgba(219, 179, 214, 0.7);
}
.star:nth-child(175) .drive.-up {
  -webkit-animation-delay: -24030ms;
          animation-delay: -24030ms;
}
.star:nth-child(175) .drive.-scale {
  -webkit-animation-delay: -24030ms;
          animation-delay: -24030ms;
}
.star:nth-child(175) .drive.-rotate, .star:nth-child(175) .drive.-reverse, .star:nth-child(175) .drive.-angle, .star:nth-child(175) .drive.-rubber {
  -webkit-animation-delay: -37806ms;
          animation-delay: -37806ms;
}
.star:nth-child(175) .drive.-radius {
  transform: translateX(275px);
}
.star:nth-child(175) .graphic {
  background: rgba(148, 196, 247, 0.7);
}
.star:nth-child(176) .drive.-up {
  -webkit-animation-delay: -92616ms;
          animation-delay: -92616ms;
}
.star:nth-child(176) .drive.-scale {
  -webkit-animation-delay: -92616ms;
          animation-delay: -92616ms;
}
.star:nth-child(176) .drive.-rotate, .star:nth-child(176) .drive.-reverse, .star:nth-child(176) .drive.-angle, .star:nth-child(176) .drive.-rubber {
  -webkit-animation-delay: -80860ms;
          animation-delay: -80860ms;
}
.star:nth-child(176) .drive.-radius {
  transform: translateX(105px);
}
.star:nth-child(176) .graphic {
  background: rgba(207, 220, 202, 0.7);
}
.star:nth-child(177) .drive.-up {
  -webkit-animation-delay: -53267ms;
          animation-delay: -53267ms;
}
.star:nth-child(177) .drive.-scale {
  -webkit-animation-delay: -53267ms;
          animation-delay: -53267ms;
}
.star:nth-child(177) .drive.-rotate, .star:nth-child(177) .drive.-reverse, .star:nth-child(177) .drive.-angle, .star:nth-child(177) .drive.-rubber {
  -webkit-animation-delay: -99612ms;
          animation-delay: -99612ms;
}
.star:nth-child(177) .drive.-radius {
  transform: translateX(310px);
}
.star:nth-child(177) .graphic {
  background: rgba(255, 157, 215, 0.7);
}
.star:nth-child(178) .drive.-up {
  -webkit-animation-delay: -96040ms;
          animation-delay: -96040ms;
}
.star:nth-child(178) .drive.-scale {
  -webkit-animation-delay: -96040ms;
          animation-delay: -96040ms;
}
.star:nth-child(178) .drive.-rotate, .star:nth-child(178) .drive.-reverse, .star:nth-child(178) .drive.-angle, .star:nth-child(178) .drive.-rubber {
  -webkit-animation-delay: -88205ms;
          animation-delay: -88205ms;
}
.star:nth-child(178) .drive.-radius {
  transform: translateX(253px);
}
.star:nth-child(178) .graphic {
  background: rgba(238, 111, 240, 0.7);
}
.star:nth-child(179) .drive.-up {
  -webkit-animation-delay: -30281ms;
          animation-delay: -30281ms;
}
.star:nth-child(179) .drive.-scale {
  -webkit-animation-delay: -30281ms;
          animation-delay: -30281ms;
}
.star:nth-child(179) .drive.-rotate, .star:nth-child(179) .drive.-reverse, .star:nth-child(179) .drive.-angle, .star:nth-child(179) .drive.-rubber {
  -webkit-animation-delay: -79972ms;
          animation-delay: -79972ms;
}
.star:nth-child(179) .drive.-radius {
  transform: translateX(345px);
}
.star:nth-child(179) .graphic {
  background: rgba(215, 181, 245, 0.7);
}
.star:nth-child(180) .drive.-up {
  -webkit-animation-delay: -749ms;
          animation-delay: -749ms;
}
.star:nth-child(180) .drive.-scale {
  -webkit-animation-delay: -749ms;
          animation-delay: -749ms;
}
.star:nth-child(180) .drive.-rotate, .star:nth-child(180) .drive.-reverse, .star:nth-child(180) .drive.-angle, .star:nth-child(180) .drive.-rubber {
  -webkit-animation-delay: -91589ms;
          animation-delay: -91589ms;
}
.star:nth-child(180) .drive.-radius {
  transform: translateX(293px);
}
.star:nth-child(180) .graphic {
  background: rgba(142, 189, 238, 0.7);
}
.star:nth-child(181) .drive.-up {
  -webkit-animation-delay: -82350ms;
          animation-delay: -82350ms;
}
.star:nth-child(181) .drive.-scale {
  -webkit-animation-delay: -82350ms;
          animation-delay: -82350ms;
}
.star:nth-child(181) .drive.-rotate, .star:nth-child(181) .drive.-reverse, .star:nth-child(181) .drive.-angle, .star:nth-child(181) .drive.-rubber {
  -webkit-animation-delay: -49926ms;
          animation-delay: -49926ms;
}
.star:nth-child(181) .drive.-radius {
  transform: translateX(117px);
}
.star:nth-child(181) .graphic {
  background: rgba(167, 145, 242, 0.7);
}
.star:nth-child(182) .drive.-up {
  -webkit-animation-delay: -41931ms;
          animation-delay: -41931ms;
}
.star:nth-child(182) .drive.-scale {
  -webkit-animation-delay: -41931ms;
          animation-delay: -41931ms;
}
.star:nth-child(182) .drive.-rotate, .star:nth-child(182) .drive.-reverse, .star:nth-child(182) .drive.-angle, .star:nth-child(182) .drive.-rubber {
  -webkit-animation-delay: -3068ms;
          animation-delay: -3068ms;
}
.star:nth-child(182) .drive.-radius {
  transform: translateX(185px);
}
.star:nth-child(182) .graphic {
  background: rgba(188, 215, 220, 0.7);
}
.star:nth-child(183) .drive.-up {
  -webkit-animation-delay: -65937ms;
          animation-delay: -65937ms;
}
.star:nth-child(183) .drive.-scale {
  -webkit-animation-delay: -65937ms;
          animation-delay: -65937ms;
}
.star:nth-child(183) .drive.-rotate, .star:nth-child(183) .drive.-reverse, .star:nth-child(183) .drive.-angle, .star:nth-child(183) .drive.-rubber {
  -webkit-animation-delay: -64341ms;
          animation-delay: -64341ms;
}
.star:nth-child(183) .drive.-radius {
  transform: translateX(199px);
}
.star:nth-child(183) .graphic {
  background: rgba(206, 134, 243, 0.7);
}
.star:nth-child(184) .drive.-up {
  -webkit-animation-delay: -73859ms;
          animation-delay: -73859ms;
}
.star:nth-child(184) .drive.-scale {
  -webkit-animation-delay: -73859ms;
          animation-delay: -73859ms;
}
.star:nth-child(184) .drive.-rotate, .star:nth-child(184) .drive.-reverse, .star:nth-child(184) .drive.-angle, .star:nth-child(184) .drive.-rubber {
  -webkit-animation-delay: -51591ms;
          animation-delay: -51591ms;
}
.star:nth-child(184) .drive.-radius {
  transform: translateX(134px);
}
.star:nth-child(184) .graphic {
  background: rgba(129, 190, 247, 0.7);
}
.star:nth-child(185) .drive.-up {
  -webkit-animation-delay: -6262ms;
          animation-delay: -6262ms;
}
.star:nth-child(185) .drive.-scale {
  -webkit-animation-delay: -6262ms;
          animation-delay: -6262ms;
}
.star:nth-child(185) .drive.-rotate, .star:nth-child(185) .drive.-reverse, .star:nth-child(185) .drive.-angle, .star:nth-child(185) .drive.-rubber {
  -webkit-animation-delay: -37162ms;
          animation-delay: -37162ms;
}
.star:nth-child(185) .drive.-radius {
  transform: translateX(295px);
}
.star:nth-child(185) .graphic {
  background: rgba(203, 123, 229, 0.7);
}
.star:nth-child(186) .drive.-up {
  -webkit-animation-delay: -91500ms;
          animation-delay: -91500ms;
}
.star:nth-child(186) .drive.-scale {
  -webkit-animation-delay: -91500ms;
          animation-delay: -91500ms;
}
.star:nth-child(186) .drive.-rotate, .star:nth-child(186) .drive.-reverse, .star:nth-child(186) .drive.-angle, .star:nth-child(186) .drive.-rubber {
  -webkit-animation-delay: -8894ms;
          animation-delay: -8894ms;
}
.star:nth-child(186) .drive.-radius {
  transform: translateX(303px);
}
.star:nth-child(186) .graphic {
  background: rgba(174, 153, 236, 0.7);
}
.star:nth-child(187) .drive.-up {
  -webkit-animation-delay: -31316ms;
          animation-delay: -31316ms;
}
.star:nth-child(187) .drive.-scale {
  -webkit-animation-delay: -31316ms;
          animation-delay: -31316ms;
}
.star:nth-child(187) .drive.-rotate, .star:nth-child(187) .drive.-reverse, .star:nth-child(187) .drive.-angle, .star:nth-child(187) .drive.-rubber {
  -webkit-animation-delay: -76738ms;
          animation-delay: -76738ms;
}
.star:nth-child(187) .drive.-radius {
  transform: translateX(267px);
}
.star:nth-child(187) .graphic {
  background: rgba(158, 176, 235, 0.7);
}
.star:nth-child(188) .drive.-up {
  -webkit-animation-delay: -1742ms;
          animation-delay: -1742ms;
}
.star:nth-child(188) .drive.-scale {
  -webkit-animation-delay: -1742ms;
          animation-delay: -1742ms;
}
.star:nth-child(188) .drive.-rotate, .star:nth-child(188) .drive.-reverse, .star:nth-child(188) .drive.-angle, .star:nth-child(188) .drive.-rubber {
  -webkit-animation-delay: -22480ms;
          animation-delay: -22480ms;
}
.star:nth-child(188) .drive.-radius {
  transform: translateX(143px);
}
.star:nth-child(188) .graphic {
  background: rgba(222, 179, 212, 0.7);
}
.star:nth-child(189) .drive.-up {
  -webkit-animation-delay: -57305ms;
          animation-delay: -57305ms;
}
.star:nth-child(189) .drive.-scale {
  -webkit-animation-delay: -57305ms;
          animation-delay: -57305ms;
}
.star:nth-child(189) .drive.-rotate, .star:nth-child(189) .drive.-reverse, .star:nth-child(189) .drive.-angle, .star:nth-child(189) .drive.-rubber {
  -webkit-animation-delay: -46083ms;
          animation-delay: -46083ms;
}
.star:nth-child(189) .drive.-radius {
  transform: translateX(256px);
}
.star:nth-child(189) .graphic {
  background: rgba(205, 129, 214, 0.7);
}
.star:nth-child(190) .drive.-up {
  -webkit-animation-delay: -64515ms;
          animation-delay: -64515ms;
}
.star:nth-child(190) .drive.-scale {
  -webkit-animation-delay: -64515ms;
          animation-delay: -64515ms;
}
.star:nth-child(190) .drive.-rotate, .star:nth-child(190) .drive.-reverse, .star:nth-child(190) .drive.-angle, .star:nth-child(190) .drive.-rubber {
  -webkit-animation-delay: -47501ms;
          animation-delay: -47501ms;
}
.star:nth-child(190) .drive.-radius {
  transform: translateX(207px);
}
.star:nth-child(190) .graphic {
  background: rgba(235, 236, 243, 0.7);
}
.star:nth-child(191) .drive.-up {
  -webkit-animation-delay: -87306ms;
          animation-delay: -87306ms;
}
.star:nth-child(191) .drive.-scale {
  -webkit-animation-delay: -87306ms;
          animation-delay: -87306ms;
}
.star:nth-child(191) .drive.-rotate, .star:nth-child(191) .drive.-reverse, .star:nth-child(191) .drive.-angle, .star:nth-child(191) .drive.-rubber {
  -webkit-animation-delay: -40600ms;
          animation-delay: -40600ms;
}
.star:nth-child(191) .drive.-radius {
  transform: translateX(193px);
}
.star:nth-child(191) .graphic {
  background: rgba(228, 218, 249, 0.7);
}
.star:nth-child(192) .drive.-up {
  -webkit-animation-delay: -59383ms;
          animation-delay: -59383ms;
}
.star:nth-child(192) .drive.-scale {
  -webkit-animation-delay: -59383ms;
          animation-delay: -59383ms;
}
.star:nth-child(192) .drive.-rotate, .star:nth-child(192) .drive.-reverse, .star:nth-child(192) .drive.-angle, .star:nth-child(192) .drive.-rubber {
  -webkit-animation-delay: -97336ms;
          animation-delay: -97336ms;
}
.star:nth-child(192) .drive.-radius {
  transform: translateX(304px);
}
.star:nth-child(192) .graphic {
  background: rgba(243, 220, 234, 0.7);
}
.star:nth-child(193) .drive.-up {
  -webkit-animation-delay: -18661ms;
          animation-delay: -18661ms;
}
.star:nth-child(193) .drive.-scale {
  -webkit-animation-delay: -18661ms;
          animation-delay: -18661ms;
}
.star:nth-child(193) .drive.-rotate, .star:nth-child(193) .drive.-reverse, .star:nth-child(193) .drive.-angle, .star:nth-child(193) .drive.-rubber {
  -webkit-animation-delay: -55829ms;
          animation-delay: -55829ms;
}
.star:nth-child(193) .drive.-radius {
  transform: translateX(220px);
}
.star:nth-child(193) .graphic {
  background: rgba(188, 143, 205, 0.7);
}
.star:nth-child(194) .drive.-up {
  -webkit-animation-delay: -8904ms;
          animation-delay: -8904ms;
}
.star:nth-child(194) .drive.-scale {
  -webkit-animation-delay: -8904ms;
          animation-delay: -8904ms;
}
.star:nth-child(194) .drive.-rotate, .star:nth-child(194) .drive.-reverse, .star:nth-child(194) .drive.-angle, .star:nth-child(194) .drive.-rubber {
  -webkit-animation-delay: -41354ms;
          animation-delay: -41354ms;
}
.star:nth-child(194) .drive.-radius {
  transform: translateX(230px);
}
.star:nth-child(194) .graphic {
  background: rgba(200, 165, 237, 0.7);
}
.star:nth-child(195) .drive.-up {
  -webkit-animation-delay: -90907ms;
          animation-delay: -90907ms;
}
.star:nth-child(195) .drive.-scale {
  -webkit-animation-delay: -90907ms;
          animation-delay: -90907ms;
}
.star:nth-child(195) .drive.-rotate, .star:nth-child(195) .drive.-reverse, .star:nth-child(195) .drive.-angle, .star:nth-child(195) .drive.-rubber {
  -webkit-animation-delay: -22099ms;
          animation-delay: -22099ms;
}
.star:nth-child(195) .drive.-radius {
  transform: translateX(198px);
}
.star:nth-child(195) .graphic {
  background: rgba(208, 102, 252, 0.7);
}
.star:nth-child(196) .drive.-up {
  -webkit-animation-delay: -78441ms;
          animation-delay: -78441ms;
}
.star:nth-child(196) .drive.-scale {
  -webkit-animation-delay: -78441ms;
          animation-delay: -78441ms;
}
.star:nth-child(196) .drive.-rotate, .star:nth-child(196) .drive.-reverse, .star:nth-child(196) .drive.-angle, .star:nth-child(196) .drive.-rubber {
  -webkit-animation-delay: -47755ms;
          animation-delay: -47755ms;
}
.star:nth-child(196) .drive.-radius {
  transform: translateX(210px);
}
.star:nth-child(196) .graphic {
  background: rgba(114, 183, 254, 0.7);
}
.star:nth-child(197) .drive.-up {
  -webkit-animation-delay: -96374ms;
          animation-delay: -96374ms;
}
.star:nth-child(197) .drive.-scale {
  -webkit-animation-delay: -96374ms;
          animation-delay: -96374ms;
}
.star:nth-child(197) .drive.-rotate, .star:nth-child(197) .drive.-reverse, .star:nth-child(197) .drive.-angle, .star:nth-child(197) .drive.-rubber {
  -webkit-animation-delay: -20944ms;
          animation-delay: -20944ms;
}
.star:nth-child(197) .drive.-radius {
  transform: translateX(347px);
}
.star:nth-child(197) .graphic {
  background: rgba(122, 101, 207, 0.7);
}
.star:nth-child(198) .drive.-up {
  -webkit-animation-delay: -50843ms;
          animation-delay: -50843ms;
}
.star:nth-child(198) .drive.-scale {
  -webkit-animation-delay: -50843ms;
          animation-delay: -50843ms;
}
.star:nth-child(198) .drive.-rotate, .star:nth-child(198) .drive.-reverse, .star:nth-child(198) .drive.-angle, .star:nth-child(198) .drive.-rubber {
  -webkit-animation-delay: -24807ms;
          animation-delay: -24807ms;
}
.star:nth-child(198) .drive.-radius {
  transform: translateX(228px);
}
.star:nth-child(198) .graphic {
  background: rgba(210, 226, 207, 0.7);
}
.star:nth-child(199) .drive.-up {
  -webkit-animation-delay: -73093ms;
          animation-delay: -73093ms;
}
.star:nth-child(199) .drive.-scale {
  -webkit-animation-delay: -73093ms;
          animation-delay: -73093ms;
}
.star:nth-child(199) .drive.-rotate, .star:nth-child(199) .drive.-reverse, .star:nth-child(199) .drive.-angle, .star:nth-child(199) .drive.-rubber {
  -webkit-animation-delay: -63946ms;
          animation-delay: -63946ms;
}
.star:nth-child(199) .drive.-radius {
  transform: translateX(241px);
}
.star:nth-child(199) .graphic {
  background: rgba(244, 101, 239, 0.7);
}
.star:nth-child(200) .drive.-up {
  -webkit-animation-delay: -83864ms;
          animation-delay: -83864ms;
}
.star:nth-child(200) .drive.-scale {
  -webkit-animation-delay: -83864ms;
          animation-delay: -83864ms;
}
.star:nth-child(200) .drive.-rotate, .star:nth-child(200) .drive.-reverse, .star:nth-child(200) .drive.-angle, .star:nth-child(200) .drive.-rubber {
  -webkit-animation-delay: -53935ms;
          animation-delay: -53935ms;
}
.star:nth-child(200) .drive.-radius {
  transform: translateX(334px);
}
.star:nth-child(200) .graphic {
  background: rgba(247, 186, 251, 0.7);
}
.star:nth-child(201) .drive.-up {
  -webkit-animation-delay: -87466ms;
          animation-delay: -87466ms;
}
.star:nth-child(201) .drive.-scale {
  -webkit-animation-delay: -87466ms;
          animation-delay: -87466ms;
}
.star:nth-child(201) .drive.-rotate, .star:nth-child(201) .drive.-reverse, .star:nth-child(201) .drive.-angle, .star:nth-child(201) .drive.-rubber {
  -webkit-animation-delay: -65741ms;
          animation-delay: -65741ms;
}
.star:nth-child(201) .drive.-radius {
  transform: translateX(143px);
}
.star:nth-child(201) .graphic {
  background: rgba(135, 177, 221, 0.7);
}
.star:nth-child(202) .drive.-up {
  -webkit-animation-delay: -56225ms;
          animation-delay: -56225ms;
}
.star:nth-child(202) .drive.-scale {
  -webkit-animation-delay: -56225ms;
          animation-delay: -56225ms;
}
.star:nth-child(202) .drive.-rotate, .star:nth-child(202) .drive.-reverse, .star:nth-child(202) .drive.-angle, .star:nth-child(202) .drive.-rubber {
  -webkit-animation-delay: -33289ms;
          animation-delay: -33289ms;
}
.star:nth-child(202) .drive.-radius {
  transform: translateX(174px);
}
.star:nth-child(202) .graphic {
  background: rgba(152, 159, 232, 0.7);
}
.star:nth-child(203) .drive.-up {
  -webkit-animation-delay: -61471ms;
          animation-delay: -61471ms;
}
.star:nth-child(203) .drive.-scale {
  -webkit-animation-delay: -61471ms;
          animation-delay: -61471ms;
}
.star:nth-child(203) .drive.-rotate, .star:nth-child(203) .drive.-reverse, .star:nth-child(203) .drive.-angle, .star:nth-child(203) .drive.-rubber {
  -webkit-animation-delay: -40413ms;
          animation-delay: -40413ms;
}
.star:nth-child(203) .drive.-radius {
  transform: translateX(273px);
}
.star:nth-child(203) .graphic {
  background: rgba(159, 106, 240, 0.7);
}
.star:nth-child(204) .drive.-up {
  -webkit-animation-delay: -57479ms;
          animation-delay: -57479ms;
}
.star:nth-child(204) .drive.-scale {
  -webkit-animation-delay: -57479ms;
          animation-delay: -57479ms;
}
.star:nth-child(204) .drive.-rotate, .star:nth-child(204) .drive.-reverse, .star:nth-child(204) .drive.-angle, .star:nth-child(204) .drive.-rubber {
  -webkit-animation-delay: -28689ms;
          animation-delay: -28689ms;
}
.star:nth-child(204) .drive.-radius {
  transform: translateX(207px);
}
.star:nth-child(204) .graphic {
  background: rgba(250, 136, 228, 0.7);
}
.star:nth-child(205) .drive.-up {
  -webkit-animation-delay: -80268ms;
          animation-delay: -80268ms;
}
.star:nth-child(205) .drive.-scale {
  -webkit-animation-delay: -80268ms;
          animation-delay: -80268ms;
}
.star:nth-child(205) .drive.-rotate, .star:nth-child(205) .drive.-reverse, .star:nth-child(205) .drive.-angle, .star:nth-child(205) .drive.-rubber {
  -webkit-animation-delay: -74322ms;
          animation-delay: -74322ms;
}
.star:nth-child(205) .drive.-radius {
  transform: translateX(288px);
}
.star:nth-child(205) .graphic {
  background: rgba(116, 246, 245, 0.7);
}
.star:nth-child(206) .drive.-up {
  -webkit-animation-delay: -15596ms;
          animation-delay: -15596ms;
}
.star:nth-child(206) .drive.-scale {
  -webkit-animation-delay: -15596ms;
          animation-delay: -15596ms;
}
.star:nth-child(206) .drive.-rotate, .star:nth-child(206) .drive.-reverse, .star:nth-child(206) .drive.-angle, .star:nth-child(206) .drive.-rubber {
  -webkit-animation-delay: -38975ms;
          animation-delay: -38975ms;
}
.star:nth-child(206) .drive.-radius {
  transform: translateX(219px);
}
.star:nth-child(206) .graphic {
  background: rgba(172, 102, 249, 0.7);
}
.star:nth-child(207) .drive.-up {
  -webkit-animation-delay: -96390ms;
          animation-delay: -96390ms;
}
.star:nth-child(207) .drive.-scale {
  -webkit-animation-delay: -96390ms;
          animation-delay: -96390ms;
}
.star:nth-child(207) .drive.-rotate, .star:nth-child(207) .drive.-reverse, .star:nth-child(207) .drive.-angle, .star:nth-child(207) .drive.-rubber {
  -webkit-animation-delay: -9517ms;
          animation-delay: -9517ms;
}
.star:nth-child(207) .drive.-radius {
  transform: translateX(323px);
}
.star:nth-child(207) .graphic {
  background: rgba(150, 126, 218, 0.7);
}
.star:nth-child(208) .drive.-up {
  -webkit-animation-delay: -28928ms;
          animation-delay: -28928ms;
}
.star:nth-child(208) .drive.-scale {
  -webkit-animation-delay: -28928ms;
          animation-delay: -28928ms;
}
.star:nth-child(208) .drive.-rotate, .star:nth-child(208) .drive.-reverse, .star:nth-child(208) .drive.-angle, .star:nth-child(208) .drive.-rubber {
  -webkit-animation-delay: -39687ms;
          animation-delay: -39687ms;
}
.star:nth-child(208) .drive.-radius {
  transform: translateX(309px);
}
.star:nth-child(208) .graphic {
  background: rgba(169, 235, 250, 0.7);
}
.star:nth-child(209) .drive.-up {
  -webkit-animation-delay: -73801ms;
          animation-delay: -73801ms;
}
.star:nth-child(209) .drive.-scale {
  -webkit-animation-delay: -73801ms;
          animation-delay: -73801ms;
}
.star:nth-child(209) .drive.-rotate, .star:nth-child(209) .drive.-reverse, .star:nth-child(209) .drive.-angle, .star:nth-child(209) .drive.-rubber {
  -webkit-animation-delay: -33803ms;
          animation-delay: -33803ms;
}
.star:nth-child(209) .drive.-radius {
  transform: translateX(317px);
}
.star:nth-child(209) .graphic {
  background: rgba(149, 141, 227, 0.7);
}
.star:nth-child(210) .drive.-up {
  -webkit-animation-delay: -53474ms;
          animation-delay: -53474ms;
}
.star:nth-child(210) .drive.-scale {
  -webkit-animation-delay: -53474ms;
          animation-delay: -53474ms;
}
.star:nth-child(210) .drive.-rotate, .star:nth-child(210) .drive.-reverse, .star:nth-child(210) .drive.-angle, .star:nth-child(210) .drive.-rubber {
  -webkit-animation-delay: -18004ms;
          animation-delay: -18004ms;
}
.star:nth-child(210) .drive.-radius {
  transform: translateX(135px);
}
.star:nth-child(210) .graphic {
  background: rgba(236, 188, 255, 0.7);
}
.star:nth-child(211) .drive.-up {
  -webkit-animation-delay: -23918ms;
          animation-delay: -23918ms;
}
.star:nth-child(211) .drive.-scale {
  -webkit-animation-delay: -23918ms;
          animation-delay: -23918ms;
}
.star:nth-child(211) .drive.-rotate, .star:nth-child(211) .drive.-reverse, .star:nth-child(211) .drive.-angle, .star:nth-child(211) .drive.-rubber {
  -webkit-animation-delay: -34025ms;
          animation-delay: -34025ms;
}
.star:nth-child(211) .drive.-radius {
  transform: translateX(161px);
}
.star:nth-child(211) .graphic {
  background: rgba(249, 196, 247, 0.7);
}
.star:nth-child(212) .drive.-up {
  -webkit-animation-delay: -58165ms;
          animation-delay: -58165ms;
}
.star:nth-child(212) .drive.-scale {
  -webkit-animation-delay: -58165ms;
          animation-delay: -58165ms;
}
.star:nth-child(212) .drive.-rotate, .star:nth-child(212) .drive.-reverse, .star:nth-child(212) .drive.-angle, .star:nth-child(212) .drive.-rubber {
  -webkit-animation-delay: -35509ms;
          animation-delay: -35509ms;
}
.star:nth-child(212) .drive.-radius {
  transform: translateX(311px);
}
.star:nth-child(212) .graphic {
  background: rgba(236, 177, 206, 0.7);
}
.star:nth-child(213) .drive.-up {
  -webkit-animation-delay: -84980ms;
          animation-delay: -84980ms;
}
.star:nth-child(213) .drive.-scale {
  -webkit-animation-delay: -84980ms;
          animation-delay: -84980ms;
}
.star:nth-child(213) .drive.-rotate, .star:nth-child(213) .drive.-reverse, .star:nth-child(213) .drive.-angle, .star:nth-child(213) .drive.-rubber {
  -webkit-animation-delay: -19064ms;
          animation-delay: -19064ms;
}
.star:nth-child(213) .drive.-radius {
  transform: translateX(349px);
}
.star:nth-child(213) .graphic {
  background: rgba(193, 105, 221, 0.7);
}
.star:nth-child(214) .drive.-up {
  -webkit-animation-delay: -54441ms;
          animation-delay: -54441ms;
}
.star:nth-child(214) .drive.-scale {
  -webkit-animation-delay: -54441ms;
          animation-delay: -54441ms;
}
.star:nth-child(214) .drive.-rotate, .star:nth-child(214) .drive.-reverse, .star:nth-child(214) .drive.-angle, .star:nth-child(214) .drive.-rubber {
  -webkit-animation-delay: -2357ms;
          animation-delay: -2357ms;
}
.star:nth-child(214) .drive.-radius {
  transform: translateX(174px);
}
.star:nth-child(214) .graphic {
  background: rgba(196, 255, 250, 0.7);
}
.star:nth-child(215) .drive.-up {
  -webkit-animation-delay: -40699ms;
          animation-delay: -40699ms;
}
.star:nth-child(215) .drive.-scale {
  -webkit-animation-delay: -40699ms;
          animation-delay: -40699ms;
}
.star:nth-child(215) .drive.-rotate, .star:nth-child(215) .drive.-reverse, .star:nth-child(215) .drive.-angle, .star:nth-child(215) .drive.-rubber {
  -webkit-animation-delay: -40339ms;
          animation-delay: -40339ms;
}
.star:nth-child(215) .drive.-radius {
  transform: translateX(260px);
}
.star:nth-child(215) .graphic {
  background: rgba(115, 228, 235, 0.7);
}
.star:nth-child(216) .drive.-up {
  -webkit-animation-delay: -81949ms;
          animation-delay: -81949ms;
}
.star:nth-child(216) .drive.-scale {
  -webkit-animation-delay: -81949ms;
          animation-delay: -81949ms;
}
.star:nth-child(216) .drive.-rotate, .star:nth-child(216) .drive.-reverse, .star:nth-child(216) .drive.-angle, .star:nth-child(216) .drive.-rubber {
  -webkit-animation-delay: -1323ms;
          animation-delay: -1323ms;
}
.star:nth-child(216) .drive.-radius {
  transform: translateX(326px);
}
.star:nth-child(216) .graphic {
  background: rgba(125, 255, 219, 0.7);
}
.star:nth-child(217) .drive.-up {
  -webkit-animation-delay: -1738ms;
          animation-delay: -1738ms;
}
.star:nth-child(217) .drive.-scale {
  -webkit-animation-delay: -1738ms;
          animation-delay: -1738ms;
}
.star:nth-child(217) .drive.-rotate, .star:nth-child(217) .drive.-reverse, .star:nth-child(217) .drive.-angle, .star:nth-child(217) .drive.-rubber {
  -webkit-animation-delay: -88746ms;
          animation-delay: -88746ms;
}
.star:nth-child(217) .drive.-radius {
  transform: translateX(266px);
}
.star:nth-child(217) .graphic {
  background: rgba(230, 230, 205, 0.7);
}
.star:nth-child(218) .drive.-up {
  -webkit-animation-delay: -80989ms;
          animation-delay: -80989ms;
}
.star:nth-child(218) .drive.-scale {
  -webkit-animation-delay: -80989ms;
          animation-delay: -80989ms;
}
.star:nth-child(218) .drive.-rotate, .star:nth-child(218) .drive.-reverse, .star:nth-child(218) .drive.-angle, .star:nth-child(218) .drive.-rubber {
  -webkit-animation-delay: -47662ms;
          animation-delay: -47662ms;
}
.star:nth-child(218) .drive.-radius {
  transform: translateX(190px);
}
.star:nth-child(218) .graphic {
  background: rgba(245, 129, 242, 0.7);
}
.star:nth-child(219) .drive.-up {
  -webkit-animation-delay: -92158ms;
          animation-delay: -92158ms;
}
.star:nth-child(219) .drive.-scale {
  -webkit-animation-delay: -92158ms;
          animation-delay: -92158ms;
}
.star:nth-child(219) .drive.-rotate, .star:nth-child(219) .drive.-reverse, .star:nth-child(219) .drive.-angle, .star:nth-child(219) .drive.-rubber {
  -webkit-animation-delay: -61749ms;
          animation-delay: -61749ms;
}
.star:nth-child(219) .drive.-radius {
  transform: translateX(154px);
}
.star:nth-child(219) .graphic {
  background: rgba(107, 182, 223, 0.7);
}
.star:nth-child(220) .drive.-up {
  -webkit-animation-delay: -3712ms;
          animation-delay: -3712ms;
}
.star:nth-child(220) .drive.-scale {
  -webkit-animation-delay: -3712ms;
          animation-delay: -3712ms;
}
.star:nth-child(220) .drive.-rotate, .star:nth-child(220) .drive.-reverse, .star:nth-child(220) .drive.-angle, .star:nth-child(220) .drive.-rubber {
  -webkit-animation-delay: -8432ms;
          animation-delay: -8432ms;
}
.star:nth-child(220) .drive.-radius {
  transform: translateX(137px);
}
.star:nth-child(220) .graphic {
  background: rgba(223, 255, 235, 0.7);
}
.star:nth-child(221) .drive.-up {
  -webkit-animation-delay: -87323ms;
          animation-delay: -87323ms;
}
.star:nth-child(221) .drive.-scale {
  -webkit-animation-delay: -87323ms;
          animation-delay: -87323ms;
}
.star:nth-child(221) .drive.-rotate, .star:nth-child(221) .drive.-reverse, .star:nth-child(221) .drive.-angle, .star:nth-child(221) .drive.-rubber {
  -webkit-animation-delay: -56741ms;
          animation-delay: -56741ms;
}
.star:nth-child(221) .drive.-radius {
  transform: translateX(299px);
}
.star:nth-child(221) .graphic {
  background: rgba(223, 252, 210, 0.7);
}
.star:nth-child(222) .drive.-up {
  -webkit-animation-delay: -60011ms;
          animation-delay: -60011ms;
}
.star:nth-child(222) .drive.-scale {
  -webkit-animation-delay: -60011ms;
          animation-delay: -60011ms;
}
.star:nth-child(222) .drive.-rotate, .star:nth-child(222) .drive.-reverse, .star:nth-child(222) .drive.-angle, .star:nth-child(222) .drive.-rubber {
  -webkit-animation-delay: -81103ms;
          animation-delay: -81103ms;
}
.star:nth-child(222) .drive.-radius {
  transform: translateX(288px);
}
.star:nth-child(222) .graphic {
  background: rgba(199, 196, 239, 0.7);
}
.star:nth-child(223) .drive.-up {
  -webkit-animation-delay: -97794ms;
          animation-delay: -97794ms;
}
.star:nth-child(223) .drive.-scale {
  -webkit-animation-delay: -97794ms;
          animation-delay: -97794ms;
}
.star:nth-child(223) .drive.-rotate, .star:nth-child(223) .drive.-reverse, .star:nth-child(223) .drive.-angle, .star:nth-child(223) .drive.-rubber {
  -webkit-animation-delay: -37328ms;
          animation-delay: -37328ms;
}
.star:nth-child(223) .drive.-radius {
  transform: translateX(113px);
}
.star:nth-child(223) .graphic {
  background: rgba(195, 238, 250, 0.7);
}
.star:nth-child(224) .drive.-up {
  -webkit-animation-delay: -75419ms;
          animation-delay: -75419ms;
}
.star:nth-child(224) .drive.-scale {
  -webkit-animation-delay: -75419ms;
          animation-delay: -75419ms;
}
.star:nth-child(224) .drive.-rotate, .star:nth-child(224) .drive.-reverse, .star:nth-child(224) .drive.-angle, .star:nth-child(224) .drive.-rubber {
  -webkit-animation-delay: -75229ms;
          animation-delay: -75229ms;
}
.star:nth-child(224) .drive.-radius {
  transform: translateX(203px);
}
.star:nth-child(224) .graphic {
  background: rgba(144, 188, 241, 0.7);
}
.star:nth-child(225) .drive.-up {
  -webkit-animation-delay: -14775ms;
          animation-delay: -14775ms;
}
.star:nth-child(225) .drive.-scale {
  -webkit-animation-delay: -14775ms;
          animation-delay: -14775ms;
}
.star:nth-child(225) .drive.-rotate, .star:nth-child(225) .drive.-reverse, .star:nth-child(225) .drive.-angle, .star:nth-child(225) .drive.-rubber {
  -webkit-animation-delay: -66645ms;
          animation-delay: -66645ms;
}
.star:nth-child(225) .drive.-radius {
  transform: translateX(350px);
}
.star:nth-child(225) .graphic {
  background: rgba(239, 125, 202, 0.7);
}
.star:nth-child(226) .drive.-up {
  -webkit-animation-delay: -52651ms;
          animation-delay: -52651ms;
}
.star:nth-child(226) .drive.-scale {
  -webkit-animation-delay: -52651ms;
          animation-delay: -52651ms;
}
.star:nth-child(226) .drive.-rotate, .star:nth-child(226) .drive.-reverse, .star:nth-child(226) .drive.-angle, .star:nth-child(226) .drive.-rubber {
  -webkit-animation-delay: -5238ms;
          animation-delay: -5238ms;
}
.star:nth-child(226) .drive.-radius {
  transform: translateX(137px);
}
.star:nth-child(226) .graphic {
  background: rgba(186, 127, 225, 0.7);
}
.star:nth-child(227) .drive.-up {
  -webkit-animation-delay: -39701ms;
          animation-delay: -39701ms;
}
.star:nth-child(227) .drive.-scale {
  -webkit-animation-delay: -39701ms;
          animation-delay: -39701ms;
}
.star:nth-child(227) .drive.-rotate, .star:nth-child(227) .drive.-reverse, .star:nth-child(227) .drive.-angle, .star:nth-child(227) .drive.-rubber {
  -webkit-animation-delay: -57499ms;
          animation-delay: -57499ms;
}
.star:nth-child(227) .drive.-radius {
  transform: translateX(148px);
}
.star:nth-child(227) .graphic {
  background: rgba(138, 240, 201, 0.7);
}
.star:nth-child(228) .drive.-up {
  -webkit-animation-delay: -27028ms;
          animation-delay: -27028ms;
}
.star:nth-child(228) .drive.-scale {
  -webkit-animation-delay: -27028ms;
          animation-delay: -27028ms;
}
.star:nth-child(228) .drive.-rotate, .star:nth-child(228) .drive.-reverse, .star:nth-child(228) .drive.-angle, .star:nth-child(228) .drive.-rubber {
  -webkit-animation-delay: -57290ms;
          animation-delay: -57290ms;
}
.star:nth-child(228) .drive.-radius {
  transform: translateX(121px);
}
.star:nth-child(228) .graphic {
  background: rgba(199, 201, 219, 0.7);
}
.star:nth-child(229) .drive.-up {
  -webkit-animation-delay: -93056ms;
          animation-delay: -93056ms;
}
.star:nth-child(229) .drive.-scale {
  -webkit-animation-delay: -93056ms;
          animation-delay: -93056ms;
}
.star:nth-child(229) .drive.-rotate, .star:nth-child(229) .drive.-reverse, .star:nth-child(229) .drive.-angle, .star:nth-child(229) .drive.-rubber {
  -webkit-animation-delay: -54753ms;
          animation-delay: -54753ms;
}
.star:nth-child(229) .drive.-radius {
  transform: translateX(153px);
}
.star:nth-child(229) .graphic {
  background: rgba(181, 108, 245, 0.7);
}
.star:nth-child(230) .drive.-up {
  -webkit-animation-delay: -92289ms;
          animation-delay: -92289ms;
}
.star:nth-child(230) .drive.-scale {
  -webkit-animation-delay: -92289ms;
          animation-delay: -92289ms;
}
.star:nth-child(230) .drive.-rotate, .star:nth-child(230) .drive.-reverse, .star:nth-child(230) .drive.-angle, .star:nth-child(230) .drive.-rubber {
  -webkit-animation-delay: -27055ms;
          animation-delay: -27055ms;
}
.star:nth-child(230) .drive.-radius {
  transform: translateX(167px);
}
.star:nth-child(230) .graphic {
  background: rgba(186, 227, 236, 0.7);
}
.star:nth-child(231) .drive.-up {
  -webkit-animation-delay: -50859ms;
          animation-delay: -50859ms;
}
.star:nth-child(231) .drive.-scale {
  -webkit-animation-delay: -50859ms;
          animation-delay: -50859ms;
}
.star:nth-child(231) .drive.-rotate, .star:nth-child(231) .drive.-reverse, .star:nth-child(231) .drive.-angle, .star:nth-child(231) .drive.-rubber {
  -webkit-animation-delay: -21056ms;
          animation-delay: -21056ms;
}
.star:nth-child(231) .drive.-radius {
  transform: translateX(144px);
}
.star:nth-child(231) .graphic {
  background: rgba(148, 172, 252, 0.7);
}
.star:nth-child(232) .drive.-up {
  -webkit-animation-delay: -94751ms;
          animation-delay: -94751ms;
}
.star:nth-child(232) .drive.-scale {
  -webkit-animation-delay: -94751ms;
          animation-delay: -94751ms;
}
.star:nth-child(232) .drive.-rotate, .star:nth-child(232) .drive.-reverse, .star:nth-child(232) .drive.-angle, .star:nth-child(232) .drive.-rubber {
  -webkit-animation-delay: -35238ms;
          animation-delay: -35238ms;
}
.star:nth-child(232) .drive.-radius {
  transform: translateX(113px);
}
.star:nth-child(232) .graphic {
  background: rgba(207, 193, 209, 0.7);
}
.star:nth-child(233) .drive.-up {
  -webkit-animation-delay: -59566ms;
          animation-delay: -59566ms;
}
.star:nth-child(233) .drive.-scale {
  -webkit-animation-delay: -59566ms;
          animation-delay: -59566ms;
}
.star:nth-child(233) .drive.-rotate, .star:nth-child(233) .drive.-reverse, .star:nth-child(233) .drive.-angle, .star:nth-child(233) .drive.-rubber {
  -webkit-animation-delay: -19991ms;
          animation-delay: -19991ms;
}
.star:nth-child(233) .drive.-radius {
  transform: translateX(194px);
}
.star:nth-child(233) .graphic {
  background: rgba(187, 177, 219, 0.7);
}
.star:nth-child(234) .drive.-up {
  -webkit-animation-delay: -61257ms;
          animation-delay: -61257ms;
}
.star:nth-child(234) .drive.-scale {
  -webkit-animation-delay: -61257ms;
          animation-delay: -61257ms;
}
.star:nth-child(234) .drive.-rotate, .star:nth-child(234) .drive.-reverse, .star:nth-child(234) .drive.-angle, .star:nth-child(234) .drive.-rubber {
  -webkit-animation-delay: -72956ms;
          animation-delay: -72956ms;
}
.star:nth-child(234) .drive.-radius {
  transform: translateX(218px);
}
.star:nth-child(234) .graphic {
  background: rgba(243, 137, 252, 0.7);
}
.star:nth-child(235) .drive.-up {
  -webkit-animation-delay: -37924ms;
          animation-delay: -37924ms;
}
.star:nth-child(235) .drive.-scale {
  -webkit-animation-delay: -37924ms;
          animation-delay: -37924ms;
}
.star:nth-child(235) .drive.-rotate, .star:nth-child(235) .drive.-reverse, .star:nth-child(235) .drive.-angle, .star:nth-child(235) .drive.-rubber {
  -webkit-animation-delay: -34979ms;
          animation-delay: -34979ms;
}
.star:nth-child(235) .drive.-radius {
  transform: translateX(185px);
}
.star:nth-child(235) .graphic {
  background: rgba(175, 218, 209, 0.7);
}
.star:nth-child(236) .drive.-up {
  -webkit-animation-delay: -58803ms;
          animation-delay: -58803ms;
}
.star:nth-child(236) .drive.-scale {
  -webkit-animation-delay: -58803ms;
          animation-delay: -58803ms;
}
.star:nth-child(236) .drive.-rotate, .star:nth-child(236) .drive.-reverse, .star:nth-child(236) .drive.-angle, .star:nth-child(236) .drive.-rubber {
  -webkit-animation-delay: -78424ms;
          animation-delay: -78424ms;
}
.star:nth-child(236) .drive.-radius {
  transform: translateX(148px);
}
.star:nth-child(236) .graphic {
  background: rgba(219, 238, 253, 0.7);
}
.star:nth-child(237) .drive.-up {
  -webkit-animation-delay: -6703ms;
          animation-delay: -6703ms;
}
.star:nth-child(237) .drive.-scale {
  -webkit-animation-delay: -6703ms;
          animation-delay: -6703ms;
}
.star:nth-child(237) .drive.-rotate, .star:nth-child(237) .drive.-reverse, .star:nth-child(237) .drive.-angle, .star:nth-child(237) .drive.-rubber {
  -webkit-animation-delay: -6371ms;
          animation-delay: -6371ms;
}
.star:nth-child(237) .drive.-radius {
  transform: translateX(324px);
}
.star:nth-child(237) .graphic {
  background: rgba(163, 144, 235, 0.7);
}
.star:nth-child(238) .drive.-up {
  -webkit-animation-delay: -91154ms;
          animation-delay: -91154ms;
}
.star:nth-child(238) .drive.-scale {
  -webkit-animation-delay: -91154ms;
          animation-delay: -91154ms;
}
.star:nth-child(238) .drive.-rotate, .star:nth-child(238) .drive.-reverse, .star:nth-child(238) .drive.-angle, .star:nth-child(238) .drive.-rubber {
  -webkit-animation-delay: -84976ms;
          animation-delay: -84976ms;
}
.star:nth-child(238) .drive.-radius {
  transform: translateX(253px);
}
.star:nth-child(238) .graphic {
  background: rgba(107, 127, 220, 0.7);
}
.star:nth-child(239) .drive.-up {
  -webkit-animation-delay: -30256ms;
          animation-delay: -30256ms;
}
.star:nth-child(239) .drive.-scale {
  -webkit-animation-delay: -30256ms;
          animation-delay: -30256ms;
}
.star:nth-child(239) .drive.-rotate, .star:nth-child(239) .drive.-reverse, .star:nth-child(239) .drive.-angle, .star:nth-child(239) .drive.-rubber {
  -webkit-animation-delay: -44554ms;
          animation-delay: -44554ms;
}
.star:nth-child(239) .drive.-radius {
  transform: translateX(130px);
}
.star:nth-child(239) .graphic {
  background: rgba(156, 137, 210, 0.7);
}
.star:nth-child(240) .drive.-up {
  -webkit-animation-delay: -13227ms;
          animation-delay: -13227ms;
}
.star:nth-child(240) .drive.-scale {
  -webkit-animation-delay: -13227ms;
          animation-delay: -13227ms;
}
.star:nth-child(240) .drive.-rotate, .star:nth-child(240) .drive.-reverse, .star:nth-child(240) .drive.-angle, .star:nth-child(240) .drive.-rubber {
  -webkit-animation-delay: -59182ms;
          animation-delay: -59182ms;
}
.star:nth-child(240) .drive.-radius {
  transform: translateX(285px);
}
.star:nth-child(240) .graphic {
  background: rgba(103, 224, 207, 0.7);
}
.star:nth-child(241) .drive.-up {
  -webkit-animation-delay: -77002ms;
          animation-delay: -77002ms;
}
.star:nth-child(241) .drive.-scale {
  -webkit-animation-delay: -77002ms;
          animation-delay: -77002ms;
}
.star:nth-child(241) .drive.-rotate, .star:nth-child(241) .drive.-reverse, .star:nth-child(241) .drive.-angle, .star:nth-child(241) .drive.-rubber {
  -webkit-animation-delay: -29809ms;
          animation-delay: -29809ms;
}
.star:nth-child(241) .drive.-radius {
  transform: translateX(114px);
}
.star:nth-child(241) .graphic {
  background: rgba(246, 105, 209, 0.7);
}
.star:nth-child(242) .drive.-up {
  -webkit-animation-delay: -6956ms;
          animation-delay: -6956ms;
}
.star:nth-child(242) .drive.-scale {
  -webkit-animation-delay: -6956ms;
          animation-delay: -6956ms;
}
.star:nth-child(242) .drive.-rotate, .star:nth-child(242) .drive.-reverse, .star:nth-child(242) .drive.-angle, .star:nth-child(242) .drive.-rubber {
  -webkit-animation-delay: -24416ms;
          animation-delay: -24416ms;
}
.star:nth-child(242) .drive.-radius {
  transform: translateX(121px);
}
.star:nth-child(242) .graphic {
  background: rgba(238, 239, 245, 0.7);
}
.star:nth-child(243) .drive.-up {
  -webkit-animation-delay: -92214ms;
          animation-delay: -92214ms;
}
.star:nth-child(243) .drive.-scale {
  -webkit-animation-delay: -92214ms;
          animation-delay: -92214ms;
}
.star:nth-child(243) .drive.-rotate, .star:nth-child(243) .drive.-reverse, .star:nth-child(243) .drive.-angle, .star:nth-child(243) .drive.-rubber {
  -webkit-animation-delay: -58073ms;
          animation-delay: -58073ms;
}
.star:nth-child(243) .drive.-radius {
  transform: translateX(110px);
}
.star:nth-child(243) .graphic {
  background: rgba(252, 253, 254, 0.7);
}
.star:nth-child(244) .drive.-up {
  -webkit-animation-delay: -35181ms;
          animation-delay: -35181ms;
}
.star:nth-child(244) .drive.-scale {
  -webkit-animation-delay: -35181ms;
          animation-delay: -35181ms;
}
.star:nth-child(244) .drive.-rotate, .star:nth-child(244) .drive.-reverse, .star:nth-child(244) .drive.-angle, .star:nth-child(244) .drive.-rubber {
  -webkit-animation-delay: -46170ms;
          animation-delay: -46170ms;
}
.star:nth-child(244) .drive.-radius {
  transform: translateX(210px);
}
.star:nth-child(244) .graphic {
  background: rgba(116, 148, 211, 0.7);
}
.star:nth-child(245) .drive.-up {
  -webkit-animation-delay: -14777ms;
          animation-delay: -14777ms;
}
.star:nth-child(245) .drive.-scale {
  -webkit-animation-delay: -14777ms;
          animation-delay: -14777ms;
}
.star:nth-child(245) .drive.-rotate, .star:nth-child(245) .drive.-reverse, .star:nth-child(245) .drive.-angle, .star:nth-child(245) .drive.-rubber {
  -webkit-animation-delay: -73215ms;
          animation-delay: -73215ms;
}
.star:nth-child(245) .drive.-radius {
  transform: translateX(307px);
}
.star:nth-child(245) .graphic {
  background: rgba(170, 251, 248, 0.7);
}
.star:nth-child(246) .drive.-up {
  -webkit-animation-delay: -36283ms;
          animation-delay: -36283ms;
}
.star:nth-child(246) .drive.-scale {
  -webkit-animation-delay: -36283ms;
          animation-delay: -36283ms;
}
.star:nth-child(246) .drive.-rotate, .star:nth-child(246) .drive.-reverse, .star:nth-child(246) .drive.-angle, .star:nth-child(246) .drive.-rubber {
  -webkit-animation-delay: -94224ms;
          animation-delay: -94224ms;
}
.star:nth-child(246) .drive.-radius {
  transform: translateX(199px);
}
.star:nth-child(246) .graphic {
  background: rgba(102, 167, 230, 0.7);
}
.star:nth-child(247) .drive.-up {
  -webkit-animation-delay: -64061ms;
          animation-delay: -64061ms;
}
.star:nth-child(247) .drive.-scale {
  -webkit-animation-delay: -64061ms;
          animation-delay: -64061ms;
}
.star:nth-child(247) .drive.-rotate, .star:nth-child(247) .drive.-reverse, .star:nth-child(247) .drive.-angle, .star:nth-child(247) .drive.-rubber {
  -webkit-animation-delay: -66736ms;
          animation-delay: -66736ms;
}
.star:nth-child(247) .drive.-radius {
  transform: translateX(146px);
}
.star:nth-child(247) .graphic {
  background: rgba(165, 198, 229, 0.7);
}
.star:nth-child(248) .drive.-up {
  -webkit-animation-delay: -67403ms;
          animation-delay: -67403ms;
}
.star:nth-child(248) .drive.-scale {
  -webkit-animation-delay: -67403ms;
          animation-delay: -67403ms;
}
.star:nth-child(248) .drive.-rotate, .star:nth-child(248) .drive.-reverse, .star:nth-child(248) .drive.-angle, .star:nth-child(248) .drive.-rubber {
  -webkit-animation-delay: -41477ms;
          animation-delay: -41477ms;
}
.star:nth-child(248) .drive.-radius {
  transform: translateX(309px);
}
.star:nth-child(248) .graphic {
  background: rgba(172, 118, 230, 0.7);
}
.star:nth-child(249) .drive.-up {
  -webkit-animation-delay: -56130ms;
          animation-delay: -56130ms;
}
.star:nth-child(249) .drive.-scale {
  -webkit-animation-delay: -56130ms;
          animation-delay: -56130ms;
}
.star:nth-child(249) .drive.-rotate, .star:nth-child(249) .drive.-reverse, .star:nth-child(249) .drive.-angle, .star:nth-child(249) .drive.-rubber {
  -webkit-animation-delay: -69045ms;
          animation-delay: -69045ms;
}
.star:nth-child(249) .drive.-radius {
  transform: translateX(332px);
}
.star:nth-child(249) .graphic {
  background: rgba(166, 105, 204, 0.7);
}
.star:nth-child(250) .drive.-up {
  -webkit-animation-delay: -70534ms;
          animation-delay: -70534ms;
}
.star:nth-child(250) .drive.-scale {
  -webkit-animation-delay: -70534ms;
          animation-delay: -70534ms;
}
.star:nth-child(250) .drive.-rotate, .star:nth-child(250) .drive.-reverse, .star:nth-child(250) .drive.-angle, .star:nth-child(250) .drive.-rubber {
  -webkit-animation-delay: -98206ms;
          animation-delay: -98206ms;
}
.star:nth-child(250) .drive.-radius {
  transform: translateX(345px);
}
.star:nth-child(250) .graphic {
  background: rgba(217, 211, 201, 0.7);
}
.star:nth-child(251) .drive.-up {
  -webkit-animation-delay: -31941ms;
          animation-delay: -31941ms;
}
.star:nth-child(251) .drive.-scale {
  -webkit-animation-delay: -31941ms;
          animation-delay: -31941ms;
}
.star:nth-child(251) .drive.-rotate, .star:nth-child(251) .drive.-reverse, .star:nth-child(251) .drive.-angle, .star:nth-child(251) .drive.-rubber {
  -webkit-animation-delay: -51916ms;
          animation-delay: -51916ms;
}
.star:nth-child(251) .drive.-radius {
  transform: translateX(164px);
}
.star:nth-child(251) .graphic {
  background: rgba(202, 243, 211, 0.7);
}
.star:nth-child(252) .drive.-up {
  -webkit-animation-delay: -3064ms;
          animation-delay: -3064ms;
}
.star:nth-child(252) .drive.-scale {
  -webkit-animation-delay: -3064ms;
          animation-delay: -3064ms;
}
.star:nth-child(252) .drive.-rotate, .star:nth-child(252) .drive.-reverse, .star:nth-child(252) .drive.-angle, .star:nth-child(252) .drive.-rubber {
  -webkit-animation-delay: -89835ms;
          animation-delay: -89835ms;
}
.star:nth-child(252) .drive.-radius {
  transform: translateX(119px);
}
.star:nth-child(252) .graphic {
  background: rgba(101, 223, 243, 0.7);
}
.star:nth-child(253) .drive.-up {
  -webkit-animation-delay: -16444ms;
          animation-delay: -16444ms;
}
.star:nth-child(253) .drive.-scale {
  -webkit-animation-delay: -16444ms;
          animation-delay: -16444ms;
}
.star:nth-child(253) .drive.-rotate, .star:nth-child(253) .drive.-reverse, .star:nth-child(253) .drive.-angle, .star:nth-child(253) .drive.-rubber {
  -webkit-animation-delay: -97285ms;
          animation-delay: -97285ms;
}
.star:nth-child(253) .drive.-radius {
  transform: translateX(141px);
}
.star:nth-child(253) .graphic {
  background: rgba(233, 158, 228, 0.7);
}
.star:nth-child(254) .drive.-up {
  -webkit-animation-delay: -97542ms;
          animation-delay: -97542ms;
}
.star:nth-child(254) .drive.-scale {
  -webkit-animation-delay: -97542ms;
          animation-delay: -97542ms;
}
.star:nth-child(254) .drive.-rotate, .star:nth-child(254) .drive.-reverse, .star:nth-child(254) .drive.-angle, .star:nth-child(254) .drive.-rubber {
  -webkit-animation-delay: -72988ms;
          animation-delay: -72988ms;
}
.star:nth-child(254) .drive.-radius {
  transform: translateX(297px);
}
.star:nth-child(254) .graphic {
  background: rgba(234, 107, 209, 0.7);
}
.star:nth-child(255) .drive.-up {
  -webkit-animation-delay: -23552ms;
          animation-delay: -23552ms;
}
.star:nth-child(255) .drive.-scale {
  -webkit-animation-delay: -23552ms;
          animation-delay: -23552ms;
}
.star:nth-child(255) .drive.-rotate, .star:nth-child(255) .drive.-reverse, .star:nth-child(255) .drive.-angle, .star:nth-child(255) .drive.-rubber {
  -webkit-animation-delay: -91078ms;
          animation-delay: -91078ms;
}
.star:nth-child(255) .drive.-radius {
  transform: translateX(320px);
}
.star:nth-child(255) .graphic {
  background: rgba(210, 167, 242, 0.7);
}
.star:nth-child(256) .drive.-up {
  -webkit-animation-delay: -91127ms;
          animation-delay: -91127ms;
}
.star:nth-child(256) .drive.-scale {
  -webkit-animation-delay: -91127ms;
          animation-delay: -91127ms;
}
.star:nth-child(256) .drive.-rotate, .star:nth-child(256) .drive.-reverse, .star:nth-child(256) .drive.-angle, .star:nth-child(256) .drive.-rubber {
  -webkit-animation-delay: -54432ms;
          animation-delay: -54432ms;
}
.star:nth-child(256) .drive.-radius {
  transform: translateX(273px);
}
.star:nth-child(256) .graphic {
  background: rgba(161, 241, 248, 0.7);
}
.star:nth-child(257) .drive.-up {
  -webkit-animation-delay: -98474ms;
          animation-delay: -98474ms;
}
.star:nth-child(257) .drive.-scale {
  -webkit-animation-delay: -98474ms;
          animation-delay: -98474ms;
}
.star:nth-child(257) .drive.-rotate, .star:nth-child(257) .drive.-reverse, .star:nth-child(257) .drive.-angle, .star:nth-child(257) .drive.-rubber {
  -webkit-animation-delay: -66678ms;
          animation-delay: -66678ms;
}
.star:nth-child(257) .drive.-radius {
  transform: translateX(275px);
}
.star:nth-child(257) .graphic {
  background: rgba(239, 127, 209, 0.7);
}
.star:nth-child(258) .drive.-up {
  -webkit-animation-delay: -90036ms;
          animation-delay: -90036ms;
}
.star:nth-child(258) .drive.-scale {
  -webkit-animation-delay: -90036ms;
          animation-delay: -90036ms;
}
.star:nth-child(258) .drive.-rotate, .star:nth-child(258) .drive.-reverse, .star:nth-child(258) .drive.-angle, .star:nth-child(258) .drive.-rubber {
  -webkit-animation-delay: -1897ms;
          animation-delay: -1897ms;
}
.star:nth-child(258) .drive.-radius {
  transform: translateX(114px);
}
.star:nth-child(258) .graphic {
  background: rgba(163, 199, 225, 0.7);
}
.star:nth-child(259) .drive.-up {
  -webkit-animation-delay: -15847ms;
          animation-delay: -15847ms;
}
.star:nth-child(259) .drive.-scale {
  -webkit-animation-delay: -15847ms;
          animation-delay: -15847ms;
}
.star:nth-child(259) .drive.-rotate, .star:nth-child(259) .drive.-reverse, .star:nth-child(259) .drive.-angle, .star:nth-child(259) .drive.-rubber {
  -webkit-animation-delay: -35940ms;
          animation-delay: -35940ms;
}
.star:nth-child(259) .drive.-radius {
  transform: translateX(161px);
}
.star:nth-child(259) .graphic {
  background: rgba(125, 225, 243, 0.7);
}
.star:nth-child(260) .drive.-up {
  -webkit-animation-delay: -16523ms;
          animation-delay: -16523ms;
}
.star:nth-child(260) .drive.-scale {
  -webkit-animation-delay: -16523ms;
          animation-delay: -16523ms;
}
.star:nth-child(260) .drive.-rotate, .star:nth-child(260) .drive.-reverse, .star:nth-child(260) .drive.-angle, .star:nth-child(260) .drive.-rubber {
  -webkit-animation-delay: -60213ms;
          animation-delay: -60213ms;
}
.star:nth-child(260) .drive.-radius {
  transform: translateX(102px);
}
.star:nth-child(260) .graphic {
  background: rgba(194, 178, 245, 0.7);
}
.star:nth-child(261) .drive.-up {
  -webkit-animation-delay: -96827ms;
          animation-delay: -96827ms;
}
.star:nth-child(261) .drive.-scale {
  -webkit-animation-delay: -96827ms;
          animation-delay: -96827ms;
}
.star:nth-child(261) .drive.-rotate, .star:nth-child(261) .drive.-reverse, .star:nth-child(261) .drive.-angle, .star:nth-child(261) .drive.-rubber {
  -webkit-animation-delay: -69906ms;
          animation-delay: -69906ms;
}
.star:nth-child(261) .drive.-radius {
  transform: translateX(214px);
}
.star:nth-child(261) .graphic {
  background: rgba(132, 107, 205, 0.7);
}
.star:nth-child(262) .drive.-up {
  -webkit-animation-delay: -74586ms;
          animation-delay: -74586ms;
}
.star:nth-child(262) .drive.-scale {
  -webkit-animation-delay: -74586ms;
          animation-delay: -74586ms;
}
.star:nth-child(262) .drive.-rotate, .star:nth-child(262) .drive.-reverse, .star:nth-child(262) .drive.-angle, .star:nth-child(262) .drive.-rubber {
  -webkit-animation-delay: -24877ms;
          animation-delay: -24877ms;
}
.star:nth-child(262) .drive.-radius {
  transform: translateX(334px);
}
.star:nth-child(262) .graphic {
  background: rgba(217, 212, 214, 0.7);
}
.star:nth-child(263) .drive.-up {
  -webkit-animation-delay: -54189ms;
          animation-delay: -54189ms;
}
.star:nth-child(263) .drive.-scale {
  -webkit-animation-delay: -54189ms;
          animation-delay: -54189ms;
}
.star:nth-child(263) .drive.-rotate, .star:nth-child(263) .drive.-reverse, .star:nth-child(263) .drive.-angle, .star:nth-child(263) .drive.-rubber {
  -webkit-animation-delay: -46607ms;
          animation-delay: -46607ms;
}
.star:nth-child(263) .drive.-radius {
  transform: translateX(286px);
}
.star:nth-child(263) .graphic {
  background: rgba(207, 185, 244, 0.7);
}
.star:nth-child(264) .drive.-up {
  -webkit-animation-delay: -3600ms;
          animation-delay: -3600ms;
}
.star:nth-child(264) .drive.-scale {
  -webkit-animation-delay: -3600ms;
          animation-delay: -3600ms;
}
.star:nth-child(264) .drive.-rotate, .star:nth-child(264) .drive.-reverse, .star:nth-child(264) .drive.-angle, .star:nth-child(264) .drive.-rubber {
  -webkit-animation-delay: -43747ms;
          animation-delay: -43747ms;
}
.star:nth-child(264) .drive.-radius {
  transform: translateX(311px);
}
.star:nth-child(264) .graphic {
  background: rgba(199, 123, 224, 0.7);
}
.star:nth-child(265) .drive.-up {
  -webkit-animation-delay: -82545ms;
          animation-delay: -82545ms;
}
.star:nth-child(265) .drive.-scale {
  -webkit-animation-delay: -82545ms;
          animation-delay: -82545ms;
}
.star:nth-child(265) .drive.-rotate, .star:nth-child(265) .drive.-reverse, .star:nth-child(265) .drive.-angle, .star:nth-child(265) .drive.-rubber {
  -webkit-animation-delay: -15983ms;
          animation-delay: -15983ms;
}
.star:nth-child(265) .drive.-radius {
  transform: translateX(253px);
}
.star:nth-child(265) .graphic {
  background: rgba(209, 105, 253, 0.7);
}
.star:nth-child(266) .drive.-up {
  -webkit-animation-delay: -28098ms;
          animation-delay: -28098ms;
}
.star:nth-child(266) .drive.-scale {
  -webkit-animation-delay: -28098ms;
          animation-delay: -28098ms;
}
.star:nth-child(266) .drive.-rotate, .star:nth-child(266) .drive.-reverse, .star:nth-child(266) .drive.-angle, .star:nth-child(266) .drive.-rubber {
  -webkit-animation-delay: -96323ms;
          animation-delay: -96323ms;
}
.star:nth-child(266) .drive.-radius {
  transform: translateX(232px);
}
.star:nth-child(266) .graphic {
  background: rgba(225, 102, 228, 0.7);
}
.star:nth-child(267) .drive.-up {
  -webkit-animation-delay: -31009ms;
          animation-delay: -31009ms;
}
.star:nth-child(267) .drive.-scale {
  -webkit-animation-delay: -31009ms;
          animation-delay: -31009ms;
}
.star:nth-child(267) .drive.-rotate, .star:nth-child(267) .drive.-reverse, .star:nth-child(267) .drive.-angle, .star:nth-child(267) .drive.-rubber {
  -webkit-animation-delay: -9906ms;
          animation-delay: -9906ms;
}
.star:nth-child(267) .drive.-radius {
  transform: translateX(139px);
}
.star:nth-child(267) .graphic {
  background: rgba(156, 236, 246, 0.7);
}
.star:nth-child(268) .drive.-up {
  -webkit-animation-delay: -30025ms;
          animation-delay: -30025ms;
}
.star:nth-child(268) .drive.-scale {
  -webkit-animation-delay: -30025ms;
          animation-delay: -30025ms;
}
.star:nth-child(268) .drive.-rotate, .star:nth-child(268) .drive.-reverse, .star:nth-child(268) .drive.-angle, .star:nth-child(268) .drive.-rubber {
  -webkit-animation-delay: -59495ms;
          animation-delay: -59495ms;
}
.star:nth-child(268) .drive.-radius {
  transform: translateX(153px);
}
.star:nth-child(268) .graphic {
  background: rgba(125, 152, 245, 0.7);
}
.star:nth-child(269) .drive.-up {
  -webkit-animation-delay: -85970ms;
          animation-delay: -85970ms;
}
.star:nth-child(269) .drive.-scale {
  -webkit-animation-delay: -85970ms;
          animation-delay: -85970ms;
}
.star:nth-child(269) .drive.-rotate, .star:nth-child(269) .drive.-reverse, .star:nth-child(269) .drive.-angle, .star:nth-child(269) .drive.-rubber {
  -webkit-animation-delay: -5394ms;
          animation-delay: -5394ms;
}
.star:nth-child(269) .drive.-radius {
  transform: translateX(248px);
}
.star:nth-child(269) .graphic {
  background: rgba(161, 140, 237, 0.7);
}
.star:nth-child(270) .drive.-up {
  -webkit-animation-delay: -98859ms;
          animation-delay: -98859ms;
}
.star:nth-child(270) .drive.-scale {
  -webkit-animation-delay: -98859ms;
          animation-delay: -98859ms;
}
.star:nth-child(270) .drive.-rotate, .star:nth-child(270) .drive.-reverse, .star:nth-child(270) .drive.-angle, .star:nth-child(270) .drive.-rubber {
  -webkit-animation-delay: -67161ms;
          animation-delay: -67161ms;
}
.star:nth-child(270) .drive.-radius {
  transform: translateX(210px);
}
.star:nth-child(270) .graphic {
  background: rgba(199, 181, 202, 0.7);
}
.star:nth-child(271) .drive.-up {
  -webkit-animation-delay: -29786ms;
          animation-delay: -29786ms;
}
.star:nth-child(271) .drive.-scale {
  -webkit-animation-delay: -29786ms;
          animation-delay: -29786ms;
}
.star:nth-child(271) .drive.-rotate, .star:nth-child(271) .drive.-reverse, .star:nth-child(271) .drive.-angle, .star:nth-child(271) .drive.-rubber {
  -webkit-animation-delay: -59564ms;
          animation-delay: -59564ms;
}
.star:nth-child(271) .drive.-radius {
  transform: translateX(151px);
}
.star:nth-child(271) .graphic {
  background: rgba(110, 213, 219, 0.7);
}
.star:nth-child(272) .drive.-up {
  -webkit-animation-delay: -66067ms;
          animation-delay: -66067ms;
}
.star:nth-child(272) .drive.-scale {
  -webkit-animation-delay: -66067ms;
          animation-delay: -66067ms;
}
.star:nth-child(272) .drive.-rotate, .star:nth-child(272) .drive.-reverse, .star:nth-child(272) .drive.-angle, .star:nth-child(272) .drive.-rubber {
  -webkit-animation-delay: -95113ms;
          animation-delay: -95113ms;
}
.star:nth-child(272) .drive.-radius {
  transform: translateX(288px);
}
.star:nth-child(272) .graphic {
  background: rgba(219, 193, 231, 0.7);
}
.star:nth-child(273) .drive.-up {
  -webkit-animation-delay: -84614ms;
          animation-delay: -84614ms;
}
.star:nth-child(273) .drive.-scale {
  -webkit-animation-delay: -84614ms;
          animation-delay: -84614ms;
}
.star:nth-child(273) .drive.-rotate, .star:nth-child(273) .drive.-reverse, .star:nth-child(273) .drive.-angle, .star:nth-child(273) .drive.-rubber {
  -webkit-animation-delay: -99179ms;
          animation-delay: -99179ms;
}
.star:nth-child(273) .drive.-radius {
  transform: translateX(146px);
}
.star:nth-child(273) .graphic {
  background: rgba(166, 162, 251, 0.7);
}
.star:nth-child(274) .drive.-up {
  -webkit-animation-delay: -4651ms;
          animation-delay: -4651ms;
}
.star:nth-child(274) .drive.-scale {
  -webkit-animation-delay: -4651ms;
          animation-delay: -4651ms;
}
.star:nth-child(274) .drive.-rotate, .star:nth-child(274) .drive.-reverse, .star:nth-child(274) .drive.-angle, .star:nth-child(274) .drive.-rubber {
  -webkit-animation-delay: -45626ms;
          animation-delay: -45626ms;
}
.star:nth-child(274) .drive.-radius {
  transform: translateX(313px);
}
.star:nth-child(274) .graphic {
  background: rgba(228, 126, 243, 0.7);
}
.star:nth-child(275) .drive.-up {
  -webkit-animation-delay: -92347ms;
          animation-delay: -92347ms;
}
.star:nth-child(275) .drive.-scale {
  -webkit-animation-delay: -92347ms;
          animation-delay: -92347ms;
}
.star:nth-child(275) .drive.-rotate, .star:nth-child(275) .drive.-reverse, .star:nth-child(275) .drive.-angle, .star:nth-child(275) .drive.-rubber {
  -webkit-animation-delay: -48542ms;
          animation-delay: -48542ms;
}
.star:nth-child(275) .drive.-radius {
  transform: translateX(111px);
}
.star:nth-child(275) .graphic {
  background: rgba(112, 111, 201, 0.7);
}
.star:nth-child(276) .drive.-up {
  -webkit-animation-delay: -89337ms;
          animation-delay: -89337ms;
}
.star:nth-child(276) .drive.-scale {
  -webkit-animation-delay: -89337ms;
          animation-delay: -89337ms;
}
.star:nth-child(276) .drive.-rotate, .star:nth-child(276) .drive.-reverse, .star:nth-child(276) .drive.-angle, .star:nth-child(276) .drive.-rubber {
  -webkit-animation-delay: -39458ms;
          animation-delay: -39458ms;
}
.star:nth-child(276) .drive.-radius {
  transform: translateX(296px);
}
.star:nth-child(276) .graphic {
  background: rgba(115, 239, 233, 0.7);
}
.star:nth-child(277) .drive.-up {
  -webkit-animation-delay: -91237ms;
          animation-delay: -91237ms;
}
.star:nth-child(277) .drive.-scale {
  -webkit-animation-delay: -91237ms;
          animation-delay: -91237ms;
}
.star:nth-child(277) .drive.-rotate, .star:nth-child(277) .drive.-reverse, .star:nth-child(277) .drive.-angle, .star:nth-child(277) .drive.-rubber {
  -webkit-animation-delay: -56891ms;
          animation-delay: -56891ms;
}
.star:nth-child(277) .drive.-radius {
  transform: translateX(250px);
}
.star:nth-child(277) .graphic {
  background: rgba(156, 159, 246, 0.7);
}
.star:nth-child(278) .drive.-up {
  -webkit-animation-delay: -88249ms;
          animation-delay: -88249ms;
}
.star:nth-child(278) .drive.-scale {
  -webkit-animation-delay: -88249ms;
          animation-delay: -88249ms;
}
.star:nth-child(278) .drive.-rotate, .star:nth-child(278) .drive.-reverse, .star:nth-child(278) .drive.-angle, .star:nth-child(278) .drive.-rubber {
  -webkit-animation-delay: -39178ms;
          animation-delay: -39178ms;
}
.star:nth-child(278) .drive.-radius {
  transform: translateX(140px);
}
.star:nth-child(278) .graphic {
  background: rgba(205, 185, 223, 0.7);
}
.star:nth-child(279) .drive.-up {
  -webkit-animation-delay: -46162ms;
          animation-delay: -46162ms;
}
.star:nth-child(279) .drive.-scale {
  -webkit-animation-delay: -46162ms;
          animation-delay: -46162ms;
}
.star:nth-child(279) .drive.-rotate, .star:nth-child(279) .drive.-reverse, .star:nth-child(279) .drive.-angle, .star:nth-child(279) .drive.-rubber {
  -webkit-animation-delay: -47239ms;
          animation-delay: -47239ms;
}
.star:nth-child(279) .drive.-radius {
  transform: translateX(167px);
}
.star:nth-child(279) .graphic {
  background: rgba(203, 122, 217, 0.7);
}
.star:nth-child(280) .drive.-up {
  -webkit-animation-delay: -69861ms;
          animation-delay: -69861ms;
}
.star:nth-child(280) .drive.-scale {
  -webkit-animation-delay: -69861ms;
          animation-delay: -69861ms;
}
.star:nth-child(280) .drive.-rotate, .star:nth-child(280) .drive.-reverse, .star:nth-child(280) .drive.-angle, .star:nth-child(280) .drive.-rubber {
  -webkit-animation-delay: -11903ms;
          animation-delay: -11903ms;
}
.star:nth-child(280) .drive.-radius {
  transform: translateX(184px);
}
.star:nth-child(280) .graphic {
  background: rgba(224, 244, 205, 0.7);
}
.star:nth-child(281) .drive.-up {
  -webkit-animation-delay: -16986ms;
          animation-delay: -16986ms;
}
.star:nth-child(281) .drive.-scale {
  -webkit-animation-delay: -16986ms;
          animation-delay: -16986ms;
}
.star:nth-child(281) .drive.-rotate, .star:nth-child(281) .drive.-reverse, .star:nth-child(281) .drive.-angle, .star:nth-child(281) .drive.-rubber {
  -webkit-animation-delay: -86996ms;
          animation-delay: -86996ms;
}
.star:nth-child(281) .drive.-radius {
  transform: translateX(204px);
}
.star:nth-child(281) .graphic {
  background: rgba(208, 242, 237, 0.7);
}
.star:nth-child(282) .drive.-up {
  -webkit-animation-delay: -16921ms;
          animation-delay: -16921ms;
}
.star:nth-child(282) .drive.-scale {
  -webkit-animation-delay: -16921ms;
          animation-delay: -16921ms;
}
.star:nth-child(282) .drive.-rotate, .star:nth-child(282) .drive.-reverse, .star:nth-child(282) .drive.-angle, .star:nth-child(282) .drive.-rubber {
  -webkit-animation-delay: -10259ms;
          animation-delay: -10259ms;
}
.star:nth-child(282) .drive.-radius {
  transform: translateX(149px);
}
.star:nth-child(282) .graphic {
  background: rgba(107, 210, 232, 0.7);
}
.star:nth-child(283) .drive.-up {
  -webkit-animation-delay: -48486ms;
          animation-delay: -48486ms;
}
.star:nth-child(283) .drive.-scale {
  -webkit-animation-delay: -48486ms;
          animation-delay: -48486ms;
}
.star:nth-child(283) .drive.-rotate, .star:nth-child(283) .drive.-reverse, .star:nth-child(283) .drive.-angle, .star:nth-child(283) .drive.-rubber {
  -webkit-animation-delay: -57018ms;
          animation-delay: -57018ms;
}
.star:nth-child(283) .drive.-radius {
  transform: translateX(292px);
}
.star:nth-child(283) .graphic {
  background: rgba(214, 249, 213, 0.7);
}
.star:nth-child(284) .drive.-up {
  -webkit-animation-delay: -27550ms;
          animation-delay: -27550ms;
}
.star:nth-child(284) .drive.-scale {
  -webkit-animation-delay: -27550ms;
          animation-delay: -27550ms;
}
.star:nth-child(284) .drive.-rotate, .star:nth-child(284) .drive.-reverse, .star:nth-child(284) .drive.-angle, .star:nth-child(284) .drive.-rubber {
  -webkit-animation-delay: -36852ms;
          animation-delay: -36852ms;
}
.star:nth-child(284) .drive.-radius {
  transform: translateX(172px);
}
.star:nth-child(284) .graphic {
  background: rgba(179, 102, 240, 0.7);
}
.star:nth-child(285) .drive.-up {
  -webkit-animation-delay: -4112ms;
          animation-delay: -4112ms;
}
.star:nth-child(285) .drive.-scale {
  -webkit-animation-delay: -4112ms;
          animation-delay: -4112ms;
}
.star:nth-child(285) .drive.-rotate, .star:nth-child(285) .drive.-reverse, .star:nth-child(285) .drive.-angle, .star:nth-child(285) .drive.-rubber {
  -webkit-animation-delay: -86696ms;
          animation-delay: -86696ms;
}
.star:nth-child(285) .drive.-radius {
  transform: translateX(112px);
}
.star:nth-child(285) .graphic {
  background: rgba(192, 228, 213, 0.7);
}
.star:nth-child(286) .drive.-up {
  -webkit-animation-delay: -88575ms;
          animation-delay: -88575ms;
}
.star:nth-child(286) .drive.-scale {
  -webkit-animation-delay: -88575ms;
          animation-delay: -88575ms;
}
.star:nth-child(286) .drive.-rotate, .star:nth-child(286) .drive.-reverse, .star:nth-child(286) .drive.-angle, .star:nth-child(286) .drive.-rubber {
  -webkit-animation-delay: -6988ms;
          animation-delay: -6988ms;
}
.star:nth-child(286) .drive.-radius {
  transform: translateX(341px);
}
.star:nth-child(286) .graphic {
  background: rgba(140, 217, 219, 0.7);
}
.star:nth-child(287) .drive.-up {
  -webkit-animation-delay: -70522ms;
          animation-delay: -70522ms;
}
.star:nth-child(287) .drive.-scale {
  -webkit-animation-delay: -70522ms;
          animation-delay: -70522ms;
}
.star:nth-child(287) .drive.-rotate, .star:nth-child(287) .drive.-reverse, .star:nth-child(287) .drive.-angle, .star:nth-child(287) .drive.-rubber {
  -webkit-animation-delay: -36386ms;
          animation-delay: -36386ms;
}
.star:nth-child(287) .drive.-radius {
  transform: translateX(348px);
}
.star:nth-child(287) .graphic {
  background: rgba(216, 225, 249, 0.7);
}
.star:nth-child(288) .drive.-up {
  -webkit-animation-delay: -63567ms;
          animation-delay: -63567ms;
}
.star:nth-child(288) .drive.-scale {
  -webkit-animation-delay: -63567ms;
          animation-delay: -63567ms;
}
.star:nth-child(288) .drive.-rotate, .star:nth-child(288) .drive.-reverse, .star:nth-child(288) .drive.-angle, .star:nth-child(288) .drive.-rubber {
  -webkit-animation-delay: -50701ms;
          animation-delay: -50701ms;
}
.star:nth-child(288) .drive.-radius {
  transform: translateX(333px);
}
.star:nth-child(288) .graphic {
  background: rgba(245, 159, 232, 0.7);
}
.star:nth-child(289) .drive.-up {
  -webkit-animation-delay: -42269ms;
          animation-delay: -42269ms;
}
.star:nth-child(289) .drive.-scale {
  -webkit-animation-delay: -42269ms;
          animation-delay: -42269ms;
}
.star:nth-child(289) .drive.-rotate, .star:nth-child(289) .drive.-reverse, .star:nth-child(289) .drive.-angle, .star:nth-child(289) .drive.-rubber {
  -webkit-animation-delay: -26584ms;
          animation-delay: -26584ms;
}
.star:nth-child(289) .drive.-radius {
  transform: translateX(342px);
}
.star:nth-child(289) .graphic {
  background: rgba(169, 114, 216, 0.7);
}
.star:nth-child(290) .drive.-up {
  -webkit-animation-delay: -856ms;
          animation-delay: -856ms;
}
.star:nth-child(290) .drive.-scale {
  -webkit-animation-delay: -856ms;
          animation-delay: -856ms;
}
.star:nth-child(290) .drive.-rotate, .star:nth-child(290) .drive.-reverse, .star:nth-child(290) .drive.-angle, .star:nth-child(290) .drive.-rubber {
  -webkit-animation-delay: -159ms;
          animation-delay: -159ms;
}
.star:nth-child(290) .drive.-radius {
  transform: translateX(290px);
}
.star:nth-child(290) .graphic {
  background: rgba(177, 118, 242, 0.7);
}
.star:nth-child(291) .drive.-up {
  -webkit-animation-delay: -18289ms;
          animation-delay: -18289ms;
}
.star:nth-child(291) .drive.-scale {
  -webkit-animation-delay: -18289ms;
          animation-delay: -18289ms;
}
.star:nth-child(291) .drive.-rotate, .star:nth-child(291) .drive.-reverse, .star:nth-child(291) .drive.-angle, .star:nth-child(291) .drive.-rubber {
  -webkit-animation-delay: -69117ms;
          animation-delay: -69117ms;
}
.star:nth-child(291) .drive.-radius {
  transform: translateX(154px);
}
.star:nth-child(291) .graphic {
  background: rgba(116, 161, 250, 0.7);
}
.star:nth-child(292) .drive.-up {
  -webkit-animation-delay: -48357ms;
          animation-delay: -48357ms;
}
.star:nth-child(292) .drive.-scale {
  -webkit-animation-delay: -48357ms;
          animation-delay: -48357ms;
}
.star:nth-child(292) .drive.-rotate, .star:nth-child(292) .drive.-reverse, .star:nth-child(292) .drive.-angle, .star:nth-child(292) .drive.-rubber {
  -webkit-animation-delay: -65414ms;
          animation-delay: -65414ms;
}
.star:nth-child(292) .drive.-radius {
  transform: translateX(150px);
}
.star:nth-child(292) .graphic {
  background: rgba(149, 240, 220, 0.7);
}
.star:nth-child(293) .drive.-up {
  -webkit-animation-delay: -50400ms;
          animation-delay: -50400ms;
}
.star:nth-child(293) .drive.-scale {
  -webkit-animation-delay: -50400ms;
          animation-delay: -50400ms;
}
.star:nth-child(293) .drive.-rotate, .star:nth-child(293) .drive.-reverse, .star:nth-child(293) .drive.-angle, .star:nth-child(293) .drive.-rubber {
  -webkit-animation-delay: -99252ms;
          animation-delay: -99252ms;
}
.star:nth-child(293) .drive.-radius {
  transform: translateX(156px);
}
.star:nth-child(293) .graphic {
  background: rgba(131, 215, 247, 0.7);
}
.star:nth-child(294) .drive.-up {
  -webkit-animation-delay: -89844ms;
          animation-delay: -89844ms;
}
.star:nth-child(294) .drive.-scale {
  -webkit-animation-delay: -89844ms;
          animation-delay: -89844ms;
}
.star:nth-child(294) .drive.-rotate, .star:nth-child(294) .drive.-reverse, .star:nth-child(294) .drive.-angle, .star:nth-child(294) .drive.-rubber {
  -webkit-animation-delay: -41388ms;
          animation-delay: -41388ms;
}
.star:nth-child(294) .drive.-radius {
  transform: translateX(285px);
}
.star:nth-child(294) .graphic {
  background: rgba(231, 228, 202, 0.7);
}
.star:nth-child(295) .drive.-up {
  -webkit-animation-delay: -68578ms;
          animation-delay: -68578ms;
}
.star:nth-child(295) .drive.-scale {
  -webkit-animation-delay: -68578ms;
          animation-delay: -68578ms;
}
.star:nth-child(295) .drive.-rotate, .star:nth-child(295) .drive.-reverse, .star:nth-child(295) .drive.-angle, .star:nth-child(295) .drive.-rubber {
  -webkit-animation-delay: -75123ms;
          animation-delay: -75123ms;
}
.star:nth-child(295) .drive.-radius {
  transform: translateX(167px);
}
.star:nth-child(295) .graphic {
  background: rgba(206, 176, 215, 0.7);
}
.star:nth-child(296) .drive.-up {
  -webkit-animation-delay: -64733ms;
          animation-delay: -64733ms;
}
.star:nth-child(296) .drive.-scale {
  -webkit-animation-delay: -64733ms;
          animation-delay: -64733ms;
}
.star:nth-child(296) .drive.-rotate, .star:nth-child(296) .drive.-reverse, .star:nth-child(296) .drive.-angle, .star:nth-child(296) .drive.-rubber {
  -webkit-animation-delay: -53636ms;
          animation-delay: -53636ms;
}
.star:nth-child(296) .drive.-radius {
  transform: translateX(138px);
}
.star:nth-child(296) .graphic {
  background: rgba(146, 167, 241, 0.7);
}
.star:nth-child(297) .drive.-up {
  -webkit-animation-delay: -82782ms;
          animation-delay: -82782ms;
}
.star:nth-child(297) .drive.-scale {
  -webkit-animation-delay: -82782ms;
          animation-delay: -82782ms;
}
.star:nth-child(297) .drive.-rotate, .star:nth-child(297) .drive.-reverse, .star:nth-child(297) .drive.-angle, .star:nth-child(297) .drive.-rubber {
  -webkit-animation-delay: -67542ms;
          animation-delay: -67542ms;
}
.star:nth-child(297) .drive.........完整代码请登录后点击上方下载按钮下载查看

网友评论0