:root{font-family:Montserrat,sans-serif,system-ui;font-optical-sizing:auto;font-style:normal;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}section#home{--initial-height:100px;gap:3rem;animation:home-fade-in .75s ease-in 1}section#home,section#home hgroup{display:flex;flex-direction:column;align-items:center}section#home hgroup{gap:1rem}section#home div.logo{display:flex;gap:1.25rem;align-items:center}section#home div.logo h1{font-size:3.25rem}section#home div.logo svg{height:4rem;width:4rem}section#home nav{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);width:min(873px,100vw - 2rem);grid-gap:1.25rem;gap:1.25rem}section#home nav a{position:relative;display:flex;flex-direction:column;align-items:start;background-color:#151b35;width:100%;gap:var(--spacing);padding:1.75rem;-webkit-clip-path:polygon(0 20px,20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%);clip-path:polygon(0 20px,20px 0,100% 0,100% calc(100% - 20px),calc(100% - 20px) 100%,0 100%);transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease}section#home nav a p{font-size:.75rem;color:#b0b5db}section#home nav a>svg{position:absolute;right:1.75rem;top:50%;transform:translateY(-50%);width:2rem;height:2rem}section#home nav a hgroup.card-title{display:flex;flex-direction:row;justify-content:start;align-items:center;text-align:start;width:100%;gap:.65rem}section#home nav a hgroup.card-title div{display:inherit;align-items:inherit;gap:.25rem;color:#b0b5db}section#home nav a:hover{background-color:#232844;z-index:50}section#home nav a:active{transform:scale(90%)}@media(max-width:768px){section#home nav a:hover{box-shadow:unset}}section#home p#disclaimer{position:fixed;bottom:0;width:min(840px,100vw);font-size:.75rem;color:#b0b5db;text-align:center;padding:1rem;animation:disclaimer-fade-in 1.5s ease-in 1}@media(max-width:768px){section#home{--initial-height:85px}section#home div.logo{gap:1rem}section#home div.logo h1{font-size:2.5rem}section#home div.logo svg{height:3rem;width:3rem}section#home nav{display:flex;gap:1.25rem;flex-direction:column}section#home p#disclaimer{font-size:.625rem}}@keyframes home-fade-in{0%{overflow:hidden;max-height:var(--initial-height);min-height:0;transform:scale(200%);opacity:0}20%{overflow:hidden;max-height:var(--initial-height);min-height:0;transform:scale(1);opacity:1}to{overflow:hidden;max-height:100vh;min-height:0}}@keyframes disclaimer-fade-in{0%{transform:translateY(100px);opacity:0}40%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}