#news{position:fixed;z-index:2}#news>DIV{position:absolute}#news>DIV:nth-child(1){border:solid 2px #ff682a;box-shadow:2px 2px 14px 2px #121212;background-color:#e5e5e5;z-index:1;right:0px;top:0px;background-image:url(/assets/news/close.svg);background-repeat:no-repeat;background-position:center;background-size:50%;cursor:pointer}#news>DIV:nth-child(2){border:solid 2px #ff682a;box-shadow:2px 2px 14px 2px #121212;background-color:#e5e5e5;overflow:hidden;cursor:pointer}#news>DIV:nth-child(2)>.bell-container{margin-top:10%;height:50%;width:100%;background-image:url(/assets/news/waves.svg);background-repeat:no-repeat;background-size:contain;background-position:50% 0%;overflow:hidden}#news>DIV:nth-child(2)>.bell-container>.bell{position:absolute;top:15%;left:30%;width:40%;height:40%;animation:newsRingAnimation 500ms infinite alternate}#news>DIV:nth-child(2)>.there-are-news{width:100%;height:40%;display:flex;align-items:center;justify-content:center}#news>DIV:nth-child(2)>.there-are-news>*{font-size:inherit}#news>DIV:nth-child(3){border:solid 2px #ff682a;box-shadow:2px 2px 14px 2px #121212;background-color:#FFF;overflow:hidden;display:none}#news.list-news>DIV:nth-child(1){background-color:#FFF}#news.list-news>DIV:nth-child(2){display:none}#news.list-news>DIV:nth-child(3){display:block}#news.list-news>DIV:nth-child(3)>DIV + DIV{border-top:dotted 2px #ff682a}@keyframes newsRingAnimation{0%{transform:rotate(0deg)}25%{transform:rotate(30deg)}50%{transform:rotate(0deg)}75%{transform:rotate(-30deg)}100%{transform:rotate(0deg)}}@media (min-width:1000px){#news{right:-500px;top:calc(100vh - 200px - 70px);height:200px;width:180px}#news>DIV:nth-child(1){height:40px;width:40px;border-radius:40px}#news>DIV:nth-child(2){top:calc(40px / 2.5);width:calc(180px - (40px / 2.5));height:calc(200px - (40px / 2.5));border-radius:15px}#news>DIV:nth-child(2)>.there-are-news{font-size:18px}#news.show-news{right:-1000px;animation:showNewsDesktop 1000ms forwards}#news.hidden-news{right:70px;animation:hiddenNewsDesktop 1000ms forwards}#news.list-news>DIV:nth-child(3){top:calc(40px / 2.5);width:calc(100% - (40px / 2.5));border-radius:15px;max-height:500px;overflow-y:auto}#news.list-news>DIV:nth-child(3)>DIV{padding:20px}#news.list-news>DIV:nth-child(3)>DIV>*:nth-child(1)>SPAN:first-child{font-size:14px}#news.list-news>DIV:nth-child(3)>DIV>*:nth-child(1)>SPAN:last-child{margin-left:20px;font-size:18px}#news.list-news>DIV:nth-child(3)>DIV>*:nth-child(2){margin-top:10px}#news.list-news>DIV:nth-child(3)>DIV>*:nth-child(3){display:block;margin:10px auto 0px auto}#news.list-news.show-list{animation:showNewsListDesktop 1000ms forwards}#news.list-news.hidden-list{width:800px;top:10vh;animation:hiddenNewsListDesktop 1000ms forwards}}@keyframes showNewsDesktop{from{right:-500px}to{right:70px}}@keyframes hiddenNewsDesktop{from{right:70px}to{right:-500px}}@keyframes showNewsListDesktop{from{right:70px;top:calc(100vh - 200px - 70px);width:180px}to{right:calc(50vw - (800px / 2));top:10vh;width:800px}}@keyframes hiddenNewsListDesktop{from{right:calc(50vw - (800px / 2))}to{right:calc(800px * -1.5)}}@media (max-width:1000px){#news{right:-100vw;top:calc(100vh - 170px - 70px);height:170px;width:150px}#news>DIV:nth-child(1){height:30px;width:30px;border-radius:30px}#news>DIV:nth-child(2){top:calc(30px / 2.5);width:calc(150px - (30px / 2.5));height:calc(170px - (30px / 2.5));border-radius:15px}#news>DIV:nth-child(2)>.there-are-news{font-size:16px}#news.show-news{right:-100vw;animation:showNewsMobile 1000ms forwards}#news.hidden-news{right:25px;animation:hiddenNewsMobile 1000ms forwards}#news.list-news>DIV:nth-child(3){top:calc(30px / 2.5);width:calc(100% - (30px / 2.5));border-radius:15px;max-height:75vh;overflow-y:auto}#news.list-news>DIV:nth-child(3)>DIV{padding:20px}#news.list-news>DIV:nth-child(3)>DIV>*:nth-child(1)>SPAN:first-child{font-size:14px}#news.list-news>DIV:nth-child(3)>DIV>*:nth-child(1)>SPAN:last-child{margin-left:20px;font-size:18px}#news.list-news>DIV:nth-child(3)>DIV>*:nth-child(2){margin-top:10px}#news.list-news>DIV:nth-child(3)>DIV>*:nth-child(3){display:block;margin:10px auto 0px auto}#news.list-news.show-list{animation:showNewsListMobile 1000ms forwards}#news.list-news.hidden-list{width:90vw;top:100px;animation:hiddenNewsListMobile 1000ms forwards}}@keyframes showNewsMobile{from{right:-100vw}to{right:25px}}@keyframes hiddenNewsMobile{from{right:25px}to{right:-100vw}}@keyframes showNewsListMobile{from{right:25px;top:calc(100vh - 170px - 70px);width:150px}to{right:calc(50vw - (90vw / 2));top:100px;width:90vw}}@keyframes hiddenNewsListMobile{from{right:calc(50vw - (90vw / 2))}to{right:calc(90vw * -1.5)}}