:root{padding:0;margin:0;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;--title-font: "Bebas Neue", sans-serif;--text-font: "Open Sans", sans-serif;--bg-light: #13002A;--bg-dark: #0D001C;--main-blue: #0094FF;--main-purple: #FA00FF}body{background:linear-gradient(var(--bg-light),var(--bg-dark));min-height:100vh;padding:0;margin:0}#app{min-height:100vh;max-width:1280px;margin:auto}.page{min-height:100vh}header>div{position:relative;display:flex;height:40%;margin-top:20vh}header #gradient-cloud{position:absolute;width:60%;height:75%;left:20%;background:linear-gradient(90deg,var(--main-blue),var(--main-purple));filter:blur(120px);z-index:1}header #header-wrapper{position:relative;height:100%;width:100%;display:grid;z-index:2}header img{margin:0 auto;height:calc(100% - 12px)}header h1{margin:0 auto 100px;color:#fff;font-family:var(--title-font);font-size:160px;text-shadow:0px 8px 9.6px #13002A88;text-transform:uppercase}@media screen and (max-width: 876px){header h1{font-size:100px}header #gradient-cloud{filter:blur(70px)}}@media screen and (max-width: 440px){header h1{font-size:64px}header #gradient-cloud{filter:blur(50px)}}#articles{padding:0 10%}#articles>article{margin-bottom:112px}#articles>article>h2{font-family:var(--title-font);font-size:64px;margin-top:0;margin-bottom:12px}#articles>article.right>h2{text-align:right;text-transform:uppercase}#articles>article .content{display:flex;flex-direction:row;gap:32px}#articles>article.right .content{flex-direction:row-reverse}#articles>article .border-wrapper{border-radius:12px;background:linear-gradient(to bottom right,var(--main-blue),var(--main-purple))}#articles>article .text{display:flex;flex-direction:column;height:calc(100% - 4px);box-sizing:border-box;margin:2px;padding:32px 40px;border-radius:12px;background:#1f1033;gap:16px;font-family:var(--text-font)}#articles>article .text>p{margin:0}#articles>article>.content img{object-fit:contain;width:40%}@media screen and (max-width: 1280px){#articles>article>.content img{object-fit:contain;width:30%}}@media screen and (max-width: 1000px){#articles>article{margin-bottom:32px}#articles>article>.content,#articles>article.right>.content{flex-direction:column}#articles>article>.content img{object-fit:contain;max-width:400px;width:100%;margin:auto}}@media screen and (max-width: 520px){#articles>article>h2{font-size:40px}#articles>article .text{padding:20px 28px}}:root{--footer-text-color: #C6CCFF}footer>#footer-line{position:absolute;height:164px;width:100%;left:0;background-color:var(--bg-light)}.footer{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:40px;padding:40px;font-family:var(--text-font);background-color:var(--bg-light);color:var(--footer-text-color);z-index:5}footer .col{display:flex;flex-direction:column}footer .col>*{margin:0;font-size:14px}footer .col>h3{font-weight:700}footer .col>*:link,footer .col>*:visited{color:var(--footer-text-color)}@media screen and (max-width: 610px){.footer{flex-direction:column-reverse;gap:20px}footer .col{max-width:231px;width:100%}}
