.newsticker-group{height:100%;min-height:100vh;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-top:0;margin-bottom:25px;background-color:#000}.newsticker-title{max-width:1000px;width:96%;color:#c3ffab;text-justify:start;font-size:32px}.newsticker-news-row{width:96%;max-width:1000px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:row;justify-content:flex-end;align-content:center}.newsticker-news-element{aspect-ratio:1/1;max-width:calc(96% / 4);margin:.3%;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;border-radius:3px;font-size:clamp(12px,2vw,20px)}.newsticker-news-element-img{max-width:100%;max-height:100%;scale:130%;margin-top:-90%;margin-left:0}.newsticker-news-element-desc{align-self:start;min-width:100%;min-height:100%;background-color:rgba(0,0,0,.658);display:flex;flex-direction:column;justify-content:flex-end;opacity:0;transition:.2s;z-index:5}.newsticker-news-element:hover .newsticker-news-element-desc{opacity:100%}.newsticker-news-element-desc-box{width:98%;height:-moz-fit-content;height:fit-content;align-self:start;text-align:start;margin:1%}.newsticker-modal-group{position:fixed;inset:0;width:100vw;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:rgba(8,8,8,.767);z-index:10}.newsticker-modal{max-width:1200px;max-height:100%;width:80%;margin:1%;border-radius:3px;box-shadow:10px 10px 10px #000;justify-self:center;align-self:center;flex-direction:column;background-color:#303030;z-index:11}.newsticker-modal,.newsticker-modal-title{height:-moz-fit-content;height:fit-content;display:flex}.newsticker-modal-title{flex-direction:row;justify-content:space-between;width:100%;align-items:center;border:0 solid #666;border-bottom:1px;box-shadow:5px 5px 5px rgba(0,0,0,.158)}.newsticker-modal-title-text{margin:12px;height:-moz-fit-content;height:fit-content;font-size:clamp(12px,4.5vw,32px)}.newsticker-modal-title-button{aspect-ratio:1/1;width:50px;height:50px;align-self:flex-start;text-align:center;align-content:center;justify-content:center;font-size:32px;background-color:#131313;border-radius:6px;color:#f7ebeb}.newsticker-modal-title-button:hover{background-color:#b6b6b6;color:#000}.newsticker-modal-desc{display:flex;flex-direction:row;justify-content:flex-start;width:100%;height:100%;background-color:#1b1b1b}.newsticker-modal-desc-image{width:50%;height:calc(100% -12);margin:12px;border:0 solid #666;border-right:1px;overflow:hidden}.newsticker-modal-desc-image-img{width:-moz-fit-content;width:fit-content;max-width:100%;height:-moz-fit-content;height:fit-content;scale:100%}.newsticker-modal-desc-text{width:50%;margin:12px 12px 12px 0}@media (max-height:500px){.newsticker-modal-group{justify-content:flex-start}.newsticker-modal{margin-top:0;max-height:75%}}@media (max-width:500px){.newsticker-modal{max-width:100%;width:98%}.newsticker-modal-desc-text,.newsticker-modal-title-text{font-size:14px}}.herosection-group{flex:1 1;width:100%;min-height:0;justify-content:center;padding-bottom:30px;box-sizing:border-box}.herosection-group,.herosection-group-content{display:flex;flex-direction:column;align-items:center;gap:24px}.herosection-group-content,.herosection-title{width:96%;max-width:1000px}.herosection-title{margin:0;color:#c3ffab;font-size:clamp(12px,4.5vw,32px)}.herosection-row{width:100%;max-width:1000px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:row;justify-content:space-around;align-content:center;font-size:clamp(10px,4vw,24px)}.herosection-links{gap:20px}.herosection-buttons,.herosection-links{width:100%;max-width:1000px;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:row;justify-content:center}.herosection-buttons{gap:10px}.herosection-links img{max-width:40px}.herosection-links img:hover{opacity:50%;transition:.5s}