/*!
 * Effect.css
 * Version: 1.0
 * Author: COP
 * Effect.css Copyright COP 2022
 */.bg-effect ul{margin-bottom:auto!important}.bg-effect ul li{list-style:none;margin-bottom:auto!important;margin-left:auto!important;}.effect-bubbles li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:rgba(255,255,255,.2);bottom:-150px}.effect-bubbles li:nth-child(1){left:25%;width:80px;height:80px;animation-delay:0s}.effect-bubbles li:nth-child(2){left:10%;width:20px;height:20px;animation-delay:2s;animation-duration:12s}.effect-bubbles li:nth-child(3){left:70%;width:20px;height:20px;animation-delay:4s}.effect-bubbles li:nth-child(4){left:40%;width:60px;height:60px;animation-delay:0s;animation-duration:18s}.effect-bubbles li:nth-child(5){left:65%;width:20px;height:20px;animation-delay:0s}.effect-bubbles li:nth-child(6){left:75%;width:110px;height:110px;animation-delay:3s}.effect-bubbles li:nth-child(7){left:35%;width:150px;height:150px;animation-delay:7s}.effect-bubbles li:nth-child(8){left:50%;width:25px;height:25px;animation-delay:15s;animation-duration:45s}.effect-bubbles li:nth-child(9){left:20%;width:15px;height:15px;animation-delay:2s;animation-duration:35s}.effect-bubbles li:nth-child(10){left:85%;width:150px;height:150px;animation-delay:0s;animation-duration:11s}.bubbles-square li{-webkit-animation:bubbles-square 25s linear infinite;animation:bubbles-square 25s linear infinite}@-webkit-keyframes bubbles-square{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-700px) rotate(600deg);transform:translateY(-700px) rotate(600deg)}}@keyframes bubbles-square{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{-webkit-transform:translateY(-700px) rotate(600deg);transform:translateY(-700px) rotate(600deg)}}.bubbles-round li{-webkit-animation:bubbles-round 25s linear infinite;animation:bubbles-round 25s linear infinite}@-webkit-keyframes bubbles-round{0%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1;border-radius:0}100%{-webkit-transform:translateY(-1000px) rotate(720deg);transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}@keyframes bubbles-round{0%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1;border-radius:0}100%{-webkit-transform:translateY(-1000px) rotate(720deg);transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:50%}}.bubbles-circle li{-webkit-animation:bubbles-circle 25s linear infinite;animation:bubbles-circle 25s linear infinite}@-webkit-keyframes bubbles-circle{0%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1;border-radius:100%}100%{-webkit-transform:translateY(-1000px) rotate(720deg);transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:100%}}@keyframes bubbles-circle{0%{-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);opacity:1;border-radius:100%}100%{-webkit-transform:translateY(-1000px) rotate(720deg);transform:translateY(-1000px) rotate(720deg);opacity:0;border-radius:100%}}.effect-cube li{position:absolute;top:80vh;left:45vw;width:10px;height:10px;border:solid 1px rgba(255,255,255,.15);transform-origin:top left;transform:scale(0) rotate(0) translate(-50%,-50%)}.effect-cube li:nth-child(2n){border-color:rgba(255,255,255,.15)}.effect-cube li:nth-child(2){-webkit-animation-delay:2s;animation-delay:2s;left:25vw;top:40vh}.effect-cube li:nth-child(3){-webkit-animation-delay:4s;animation-delay:4s;left:75vw;top:50vh}.effect-cube li:nth-child(4){-webkit-animation-delay:6s;animation-delay:6s;left:90vw;top:10vh}.effect-cube li:nth-child(5){-webkit-animation-delay:8s;animation-delay:8s;left:10vw;top:85vh}.effect-cube li:nth-child(6){-webkit-animation-delay:10s;animation-delay:10s;left:50vw;top:10vh}.cube-circle li{-webkit-animation:cube-circle 12s ease-in forwards infinite;animation:cube-circle 12s ease-in forwards infinite}@-webkit-keyframes cube-circle{from{transform:scale(0) rotate(0) translate(-50%,-50%);opacity:1;border-radius:100%}to{transform:scale(20) rotate(960deg) translate(-50%,-50%);opacity:0;border-radius:100%}}@keyframes cube-circle{from{transform:scale(0) rotate(0) translate(-50%,-50%);opacity:1;border-radius:100%}to{transform:scale(20) rotate(960deg) translate(-50%,-50%);opacity:0;border-radius:100%}}.cube-square li{-webkit-animation:cube-square 12s ease-in forwards infinite;animation:cube-square 12s ease-in forwards infinite}@-webkit-keyframes cube-square{from{transform:scale(0) rotate(0) translate(-50%,-50%);opacity:1}to{transform:scale(20) rotate(960deg) translate(-50%,-50%);opacity:0}}@keyframes cube-square{from{transform:scale(0) rotate(0) translate(-50%,-50%);opacity:1}to{transform:scale(20) rotate(960deg) translate(-50%,-50%);opacity:0}}.effect-random li{position:absolute;display:block;width:40px;height:40px;background-color:rgba(255,255,255,.15);bottom:60px;-webkit-animation:square-effect-random 25s infinite;animation:random-effect 25s infinite;-webkit-transition-timing-function:linear;transition-timing-function:linear;opacity:0}.effect-random li:nth-child(1){left:3%;border-radius:50em;background:0 0;border:4px solid rgba(255,255,255,.15)}.effect-random li:nth-child(2){left:6%;width:75px;height:75px;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-duration:17s;animation-duration:17s}.effect-random li:nth-child(3){left:15%;width:175px;height:175px;-webkit-animation-delay:4s;animation-delay:4s}.effect-random li:nth-child(4){left:40%;width:90px;height:90px;-webkit-animation-duration:22s;animation-duration:22s}.effect-random li:nth-child(5){left:70%;background:0 0;border:4px solid rgba(255,255,255,.15)}.effect-random li:nth-child(6){left:90%;width:90px;height:90px;-webkit-animation-delay:3s;animation-delay:3s;border-radius:50em;background:0 0;border:4px solid rgba(255,255,255,.15)}.effect-random li:nth-child(7){left:32%;width:60px;height:60px;-webkit-animation-delay:7s;animation-delay:7s;background:0 0;border:4px solid rgba(255,255,255,.15)}.effect-random li:nth-child(8){left:55%;width:50px;height:50px;-webkit-animation-delay:15s;animation-delay:15s;-webkit-animation-duration:40s;animation-duration:40s}.effect-random li:nth-child(9){left:30%;width:140px;height:140px;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-duration:40s;animation-duration:40s;border-radius:50em;background:0 0;border:4px solid rgba(255,255,255,.15)}.effect-random li:nth-child(10){left:90%;width:60px;height:60px;-webkit-animation-delay:11s;animation-delay:11s}.effect-random li:nth-child(11){left:10%;width:40px;height:40px;-webkit-animation-delay:13s;animation-delay:13s;border-radius:50em}.effect-random li:nth-child(12){left:55%;width:175px;height:175px;-webkit-animation-delay:7s;animation-delay:7s;background:0 0;border:4px solid rgba(255,255,255,.15)}.effect-random li:nth-child(13){left:65%;width:100px;height:100px;-webkit-animation-delay:8s;animation-delay:8s;border-radius:50em}@-webkit-keyframes random-effect{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}50%{opacity:1}100%{-webkit-transform:translateY(-700px) rotate(600deg);transform:translateY(-700px) rotate(600deg);opacity:1}}@keyframes random-effect{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}50%{opacity:1}100%{-webkit-transform:translateY(-700px) rotate(600deg);transform:translateY(-700px) rotate(600deg);opacity:0}}.effect-waves ul{height:80px;width:100%;position:absolute;bottom:0;left:0;right:0;overflow-x:hidden;top:unset}.effect-waves ul,.effect-waves ul li{list-style:none;margin-bottom:0}.waves-one li:nth-of-type(1),.waves-three li:nth-of-type(1),.waves-three li:nth-of-type(2),.waves-three li:nth-of-type(3),.waves-two li:nth-of-type(1),.waves-two li:nth-of-type(2){background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23FFFFFF'/%3E%3C/svg%3E");position:absolute;width:200%;height:100%;animation:waves-effect 10s -3s linear infinite;transform:translate3d(0,0,0);opacity:.8}.waves-three li:nth-of-type(2),.waves-two li:nth-of-type(2){bottom:0;animation:waves-effect 18s linear reverse infinite;opacity:.5}.waves-three li:nth-of-type(3){bottom:0;animation:waves-effect 20s -1s linear infinite;opacity:.5}@keyframes waves-effect{0%{transform:translateX(0)}50%{transform:translateX(-25%)}100%{transform:translateX(-50%)}}.effect-sliding ul,.effect-sliding ul li{list-style:none;margin-bottom:0}.effect-sliding li:nth-of-type(1),.effect-sliding li:nth-of-type(2),.effect-sliding li:nth-of-type(3){bottom:0;left:-50%;opacity:.5;position:absolute;right:-50%;top:0}.effect-sliding li:nth-of-type(1){animation:sliding 3s ease-in-out infinite alternate}.effect-sliding li:nth-of-type(2){animation:sliding 4s ease-in-out infinite alternate-reverse}.effect-sliding li:nth-of-type(3){animation:sliding 5s ease-in-out infinite alternate}@keyframes sliding{0%{transform:translateX(-25%)}100%{transform:translateX(25%)}}