#news{max-width:var(--max-width);display:flex;flex-direction:column;margin:140px auto 0;align-items:center}#news .news-title{color:#1488cc;font-size:.8rem;font-weight:600;text-transform:uppercase}#news .news-header{font-size:2.6rem;font-weight:500}#news .news-container{width:100%;padding:3rem 0}#news .news-container .latest-news{width:100%;height:60vh!important;border-radius:1rem;overflow:hidden;position:relative;cursor:pointer}#news .news-container .latest-news:hover img{transform:scale(1.05)}#news .news-container .latest-news img{width:100%;height:100%;object-fit:cover;transition:all .2s ease-in-out}#news .news-container .latest-news .latest-info{position:absolute;left:0;bottom:0;width:100%;padding:2rem 3rem;background-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent);color:#fff;display:flex;flex-direction:column;gap:.5rem}#news .news-container .latest-news .latest-info h2{color:#fff!important}#news .news-container .latest-news .latest-info .news-meta{display:flex;align-items:center;gap:.5rem}#news .news-container .latest-news .latest-info .news-meta span{width:6px;height:6px;border-radius:50%;background-color:#fff}#news .news-container .news-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;gap:2rem;padding:2rem 0}#news .news-container .news-list .news-item{display:flex;flex-direction:column;gap:1rem;cursor:pointer;width:100%}#news .news-container .news-list .news-item:hover img{transform:scale(1.05)}#news .news-container .news-list .news-item .image{width:100%;height:200px;overflow:hidden;border-radius:1rem}#news .news-container .news-list .news-item .image img{width:100%;height:100%;object-fit:cover;transition:all .2s ease-in-out}#news .news-container .news-list .news-item .news-meta{display:flex;align-items:center;gap:.5rem}#news .news-container .news-list .news-item .news-meta span{width:6px;height:6px;border-radius:50%;background-color:#000}.get-notified{background-color:#191a1d;border:1px solid #121417;border-radius:1rem;padding:1rem;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;height:300px;text-align:center}.get-notified h2{color:var(--foreground);font-size:2rem}.get-notified>p{color:var(--foreground);opacity:.6}.get-notified>div{display:flex;gap:.5rem;width:100%;justify-content:center;margin-top:25px}.get-notified input{padding:.5rem 1rem;font-size:.8rem;border:1px solid #121417;border-radius:.5rem;background-color:hsla(0,0%,100%,.1);min-width:30%;color:#fff}body{--background:#f5f9fa;--foreground:#fff;--text:#000;--indent:#ebf2f5;--border:#e5e7eb}.imber-button{text-transform:uppercase;font-weight:700;border-radius:.5rem;padding:.8rem 1rem;transition:all .2s ease-in-out;box-sizing:border-box;min-width:100px;border:none;cursor:pointer;flex-direction:row;gap:.5rem;white-space:nowrap}.imber-button,.imber-button span{display:flex;justify-content:center;align-items:center}.imber-button span{font-size:.8rem;color:#fff}.imber-button:disabled{cursor:not-allowed;background-color:var(--indent)!important}.imber-button:disabled p{color:var(--text)!important;opacity:.2!important}.imber-button.primary{background-color:#1488cc}.imber-button.primary>p{color:#fff}.imber-button.primary:not(:disabled):hover{background-color:#29a3ea;box-shadow:0 0 0 5px rgba(20,136,204,.2)}.imber-button.primary:active{background-color:#1279b5;box-shadow:0 0 0 0 rgba(20,136,204,.2)}.imber-button.secondary{background-color:var(--foreground);border:1px solid var(--border)}.imber-button.secondary>p{color:#1488cc}.imber-button.secondary:not(:disabled):hover{box-shadow:0 0 0 5px rgba(20,136,204,.2)}.imber-button.secondary:active{box-shadow:0 0 0 0 rgba(20,136,204,.2)}.imber-button.danger{background-color:var(--foreground);border:1px solid var(--border)}.imber-button.danger>p{color:#ee414c}.imber-button.danger:not(:disabled):hover{box-shadow:0 0 0 5px rgba(238,65,76,.2)}.imber-button.danger:active{box-shadow:0 0 0 0 rgba(238,65,76,.2)}.imber-button>p{font-size:.8rem;transition:all .2s ease-in-out;line-height:1rem}