form{padding:.5em .9em;display:grid;grid-template-columns:1fr;grid-gap:.9em;box-shadow:0 0 10px #0000001a;border-radius:7px;background:#fff9;width:1000px;margin:0;place-items:center}form span{font-size:1.7em;font-weight:700;color:#0009;place-self:start}form div{display:flex;width:100%;grid-gap:.5em}form div select,form div input{outline:none;padding:.5em .6em;width:100%;border:none;border-radius:7px;font-size:1em;background-color:#0006}form button{background:#00000080;transition:all .3s ease-in;outline:none}form button:hover{background:#ffffffe6;color:#000}.App{width:100%;display:grid;grid-gap:.7em}.about-container{width:100%;margin:0 auto;padding:20px}.about-section{margin-bottom:40px}.about-container h1{color:#855992}.about-section h2{font-size:24px;color:#240e83;margin-bottom:10px}.about-section p{font-size:16px;line-height:1.6;color:#030303}.about-section ul{list-style-type:disc;margin-left:20px}.about-section li{font-size:16px;line-height:1.6;color:#666;margin-bottom:10px}.about-section li strong{color:#333}.home{display:grid;grid-gap:.5em;place-items:center;width:100%;height:100%}.investable{width:80%;height:100%;overflow:auto}table{width:100%;border-collapse:separate;border-spacing:0;border-radius:6px;overflow:hidden;border:1px solid #d1d1d1;color:#000}thead{border-radius:30px}tbody td,thead th{padding:.6em;border-bottom:1px solid #d1d1d1;border-right:1px solid #d1d1d1;position:relative}tbody tr{transition:all .7s ease-in}tbody tr:nth-of-type(odd){background-color:#f2f2f2}tbody td:last-child{border-right:none}tbody tr:last-child td{border-bottom:none}tbody tr td:first-child{color:#ff4500;text-align:left;width:190px}tbody tr td:nth-child(5),tbody tr td:nth-child(6){color:#2beb00}tbody tr:hover,tbody tr:focus{background:#0000004d}td span{position:absolute;padding:0 .3em;top:0;right:0;background:#ff4500;color:#fff;font-weight:700;border-radius:0 0 0 7px}.contact-container{width:100%;margin:0 auto;padding:20px}.contact-card{background-color:#f5f5f5;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;color:#000}.contact-container h1{color:#855992}.contact-section{margin-bottom:30px}.contact-section h2{font-size:24px;margin-bottom:10px;color:#855992}.contact-container p,.contact-section p{font-size:16px;line-height:1.5;margin-bottom:10px;color:#000}.contact-section ul{list-style-type:none;padding:0}.contact-section li{margin-bottom:5px}.contact-section a{text-decoration:double underline}.navbar{width:100%;display:flex;justify-content:space-between;align-items:center;background-color:#855992;color:#f8eded;padding:1.2em;border-radius:7px}.header{font-size:24px;font-weight:700;margin:0}.navbar-links{display:flex;gap:20px}.nav-link{color:#fff;text-decoration:none;font-size:16px;font-weight:500;padding:.5em .9em;transition:all .5s ease;border:1px solid #fff;border-radius:25px}.nav-link:hover,.nav-link:active{margin:0;color:#000;border:none;background:#fff}*{padding:0;margin:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}#root{width:100%;height:100%;padding:.5em;display:flex;justify-content:center;align-items:start;overflow:auto}html,body{width:100%;height:100%;background:#ffffffe6}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}nav{display:flex;justify-content:space-around;align-items:center;background-color:#ac59d8;padding:10px 20px}nav a.active{text-decoration:none;font-weight:700}
