#home{width:100vw;height:auto;position:absolute;bottom:0;z-index:999;overflow:hidden}.panel{width:100vw;display:flex;flex-direction:column}.draw-container{margin:auto;width:35vw;height:auto;background-color:rgba(0,0,0,.5);padding:10px;margin-bottom:5px}@media screen and (min-width:1000px){.draw-container{width:35vw}}@media screen and (min-width:600px) and (max-width:1001px){.draw-container{width:50vw}}@media screen and (max-width:601px){.draw-container{width:80vw}}.swiper{height:100%;width:100%;height:300px;margin:20px auto}.swiper-slide{text-align:center;width:70px!important}.swiper-slide .card{width:60px;height:60px;background-color:#fff}.swiper-slide .card img{width:auto;height:100%;-o-object-fit:cover;object-fit:cover}.swiper-slide .card:hover{cursor:pointer}.button-container{margin:auto;display:flex;flex-direction:row;align-items:center;justify-content:center;width:auto;background-color:rgba(0,0,0,.5);padding:10px}.button-icon{width:50px;color:#fff;text-align:center;margin:0 4vw}@media screen and (min-width:1000px){.button-icon{width:50px;margin:0 4vw}}@media screen and (min-width:600px) and (max-width:1001px){.button-icon{width:50px;font-size:medium;margin:0 3vw}}@media screen and (max-width:601px){.button-icon{font-size:small;width:30px;margin:0 2vw}}.button-icon .icon{scale:1.8}.button-icon .icon:hover{cursor:pointer}.button-icon .label{margin:0;margin-top:10px}.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;background:#7171c6}.loader-section{margin:auto;position:absolute;top:50%;width:100%}.loader-section .progress{width:50%;margin:auto}.loader-section .load_title{font-family:Open Sans;color:#fff;font-size:19px;width:100%;text-align:center;z-index:9999999999999;opacity:1;line-height:30px}.loader-section .load_title span{font-weight:400;font-style:italic;font-size:13px;color:#fff;opacity:.5}@media screen and (min-width:1000px){.loader-section .progress{width:50%}}@media screen and (min-width:600px) and (max-width:1001px){.loader-section .progress{width:60%}}@media screen and (max-width:601px){.loader-section .progress{width:80%}}.music{width:32px;height:32px;position:fixed;left:0;top:0;padding-left:20px;padding-top:20px;cursor:pointer}.music img{width:100%;height:auto;pointer-events:none;animation:rotate 2s linear infinite;animation-play-state:paused}#music{display:none}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}