#Menu{align-self:flex-end}#Menu button{cursor:pointer;color:#db2f27;border:.03125rem solid #131314;border-radius:62.5rem;padding:.3125rem .625rem;font-size:.75rem;transition:color .3s cubic-bezier(.45,0,.55,1),border-color .3s cubic-bezier(.45,0,.55,1);position:relative;overflow:hidden}@media screen and (min-width:64.0625em){#Menu button{padding:0}}#Menu button .animated_text{padding:.3125rem .625rem}@media screen and (min-width:64.0625em){#Menu .removeCursor:before{content:"";z-index:-1;background-color:#db2f27;width:100%;height:100%;transition:top .3s cubic-bezier(.45,0,.55,1);position:absolute;top:100%;left:0}#Menu .removeCursor:hover{color:#f5f5f7;border-color:#db2f27}#Menu .removeCursor:hover:before{top:0}}#Menu .menu_cont{z-index:999;color:#f5f5f7;width:100vw;max-width:100%;height:100dvh;position:fixed;top:0;right:0;overflow:hidden}#Menu nav{background-color:#131314;flex-direction:column;gap:3.125rem;width:100%;height:100%;padding:6.25rem 4vw;display:flex}@media screen and (min-width:51.25em){#Menu nav{gap:5rem;width:50%;margin-left:auto}}@media screen and (min-width:64.0625em){#Menu nav{width:30%;padding:6.25rem 4vw}}@media screen and (min-width:127.5em){#Menu nav{padding-right:10vw}}#Menu nav .title{justify-content:space-between;display:flex}#Menu nav .title h2{font-size:2rem;line-height:1;font-family:var(--font-rische);font-weight:100}@media screen and (min-width:51.25em){#Menu nav .title h2{max-width:50%}}#Menu nav .title button{border:none;align-self:flex-start}#Menu nav .title button svg{font-size:1.375rem}#Menu nav .links{padding-right:.3125rem;flex-wrap:wrap;gap:.625rem;max-height:50vh;padding-block:.3125rem;display:flex;overflow-y:scroll}#Menu nav .links::-webkit-scrollbar{width:5px}#Menu nav .links::-webkit-scrollbar-track{background:#ffffff26}#Menu nav .links::-webkit-scrollbar-thumb{background-color:#f5f5f7;border-radius:100px}#Menu nav .links{scrollbar-width:5px;scrollbar-color:#f5f5f7 #ffffff26}@media screen and (min-width:51.25em){#Menu nav .links{max-height:60vh}}#Menu nav .links a{border:.03125rem solid #f5f5f7;border-radius:62.5rem;justify-content:space-between;align-items:center;gap:.625rem;padding:.5rem 1rem;font-size:.75rem;display:flex}@media screen and (min-width:64.0625em){#Menu nav .links a{transition:background .3s cubic-bezier(.45,0,.55,1)}#Menu nav .links a:hover{background-color:#ffffff1a}}#Menu nav .links a #star{width:.875rem;height:.875rem;position:absolute}
#star svg{animation:5s linear infinite rotate;display:block;position:relative}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
