.rippleComponent .ripple{height:1px}.rippleComponent .ripple .waves{position:relative;width:100%;height:15%;margin-bottom:-7px;min-height:80px;max-height:150px;transform:translateY(-100%);z-index:2}.rippleComponent .ripple .parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.rippleComponent .ripple .parallax>use:first-child{animation-delay:-2s;animation-duration:7s}.rippleComponent .ripple .parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.rippleComponent .ripple .parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.rippleComponent .ripple .parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}@media(max-width:768px){.rippleComponent .ripple .waves{height:40px;min-height:40px}.rippleComponent .ripple h1{font-size:24px}}@keyframes Rotate_StarrySky{0%{transform:perspective(400px) rotate(20deg) rotateX(-40deg) rotateY(0)}to{transform:perspective(400px) rotate(20deg) rotateX(-40deg) rotateY(-1turn)}}.StarryComponent .stars_starrySky{transform:perspective(500px);transform-style:preserve-3d;position:absolute;bottom:0;perspective-origin:50% 100%;left:50%;animation:Rotate_StarrySky 90s linear infinite}.StarryComponent .star_starrySky{width:2px;height:2px;background:#f7f7b6;position:absolute;top:0;left:0;transform-origin:0 0 -300px;transform:translateZ(-300px);backface-visibility:hidden}.StarryComponent .table{width:400px;height:350px;margin:80px auto}.StarryComponent .table form{width:100%}.StarryComponent .table .name{width:280px;margin:20px auto 30px;display:block;height:30px;border-radius:20px;border:none;background:rgba(0,0,0,.2);text-indent:.5em}.StarryComponent .table .btn{width:100px;height:30px;background:rgba(0,0,0,.1);border-radius:8px;border:none;color:#fff;margin:0 auto;display:block}