@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";.Meeting{display:flex;justify-content:space-between;align-items:center;max-width:100vw;height:90vh}.Meeting article.text{max-width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-left:calc(6vw - 1rem)}.Meeting article.text h1{font-size:4em;font-weight:800;line-height:.8em;margin:0}.Meeting article.text h2{font-size:1.5em;font-weight:lighter;margin-top:6px;margin-bottom:-4px;align-self:flex-end}.Meeting article.text h2:first-child{align-self:flex-start}.Meeting article.circles-container{max-width:50%;display:flex;justify-content:center;flex-wrap:wrap;margin-left:-20vw;padding-right:calc(6vw - 1rem)}.Meeting article.circles{padding:0;max-width:75%;margin-left:-10vw}.Meeting article.circles img{min-width:calc(55vw / 3);min-height:calc(55vw / 3)}.Meeting article.circles div{min-width:calc(55vw / 3);min-height:calc(55vw / 3)}.Meeting article.social-icons{display:flex;align-items:center;justify-content:flex-end;margin-bottom:1rem;gap:1rem;width:100%;padding-right:2rem}.Meeting article.social-icons a{height:1.5rem}.Meeting article.social-icons img{height:100%}.Meeting article.circles{display:flex;justify-content:center;width:100%}@media screen and (max-width: 1023px){.Meeting{display:flex;flex-direction:column;width:100%;gap:4rem;justify-content:center}.Meeting article.text{padding:0;margin:0 auto;max-width:100%}.Meeting article.circles-container{margin:0 auto;padding:0}.Meeting article.circles{padding:0;max-width:75%;margin-left:-10vw}.Meeting article.circles img{min-width:calc(55vw / 3);min-height:calc(55vw / 3);left:10vw}.Meeting article.circles div{min-width:calc(55vw / 3);min-height:calc(55vw / 3)}}@media screen and (max-width: 767px){.Meeting article.circles-container{max-width:60%;margin:0 auto;padding:0}.Meeting article.text h1{font-size:calc(5em / 1.2)}.Meeting article.text h2{font-size:1.25em}.Meeting article.circles img{min-width:25vw;min-height:25vw;left:10vw}.Meeting article.circles div{min-width:25vw;min-height:25vw}.Meeting article.social-icons{padding-right:0}}@media screen and (max-width: 494px){.Meeting{height:calc(90vh - 4rem)}.Meeting article.text{padding:0;margin:0 auto;max-width:95%}.Meeting article.text h1{font-size:calc(5em / 1.8);margin-top:6px}.Meeting article.text h2{font-size:1em}.Meeting article.circles{padding:0;max-width:90%;margin-left:-10vw}.Meeting article.circles img{min-width:calc(80vw / 3);min-height:calc(80vw / 3);left:10vw}.Meeting article.circles div.circle{min-width:calc(80vw / 3);min-height:calc(80vw / 3)}}.Editor{padding:2rem 4rem 4rem;display:flex;justify-content:center;align-items:center;min-height:60vh}.editor-window{width:100%;max-width:900px;background:#1e1e1e;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px -12px #00000080;border:1px solid rgba(255,255,255,.08)}.editor-titlebar{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#323233;border-bottom:1px solid rgba(255,255,255,.06)}.titlebar-buttons{display:flex;gap:.5rem}.titlebar-btn{width:12px;height:12px;border-radius:50%}.titlebar-btn.close{background:#ff5f57}.titlebar-btn.minimize{background:#febc2e}.titlebar-btn.maximize{background:#28c840}.titlebar-title{font-size:.75rem;color:#fff9;margin-left:1rem}.editor-tabs{display:flex;background:#252526;border-bottom:1px solid rgba(255,255,255,.06);padding:0 .5rem 0 0}.editor-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:transparent;border:none;color:#ffffffb3;font-size:.875rem;font-family:SF Mono,Fira Code,Consolas,monospace;cursor:pointer;transition:all .2s ease;border-bottom:2px solid transparent}.editor-tab:hover{color:#ffffffe6;background:#ffffff0d}.editor-tab.active{background:#1e1e1e;color:var(--antiquewhite);border-bottom-color:var(--aquamarine)}.tab-icon{font-size:.7rem;color:var(--aquamarine);text-transform:lowercase}.editor-content{display:flex;min-height:320px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.6}.editor-content--markdown{position:relative;padding:1.5rem 2rem;background:#1e1e1e}.content-copy-btn{position:absolute;top:1rem;right:1rem;padding:.5rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff9;cursor:pointer;transition:all .2s ease}.content-copy-btn:hover{background:#ffffff1f;color:var(--antiquewhite)}.content-markdown{color:#ffffffe6;max-width:100%}.content-markdown blockquote{margin:0 0 1rem;padding:0 0 0 1rem;border-left:4px solid var(--aquamarine);color:var(--mint);font-size:1rem;font-weight:600}.content-markdown ul{margin:0;padding-left:1.5rem;list-style:none}.content-markdown li{margin-bottom:.5rem;position:relative}.content-markdown li::marker{content:none}.content-markdown li{padding-left:0}.content-markdown p{margin:0 0 .75rem}.content-markdown p:last-child{margin-bottom:0}.content-markdown strong{color:var(--antiquewhite);font-weight:600}.content-markdown a{color:var(--mint);text-decoration:none;transition:color .2s ease}.content-markdown a:hover{color:var(--aquamarine);text-decoration:underline}.content-line-numbers{display:flex;flex-direction:column;padding:1rem 1rem 1rem 1.5rem;background:#252526;color:#ffffff4d;text-align:right;-webkit-user-select:none;user-select:none}.content-line-numbers span{min-height:1.6em}.content-code{flex:1;margin:0;padding:1rem 1.5rem;overflow-x:auto;color:#ffffffd9}.content-code code{white-space:pre;font-family:inherit}.content-code .comment{color:#6a9955}@media screen and (max-width: 1023px){.Editor{padding:1.5rem 2rem 3rem}.editor-window{max-width:100%}}@media screen and (max-width: 767px){.Editor{padding:1rem}.editor-tab{padding:.5rem .75rem;font-size:.75rem}.content-code,.content-line-numbers{font-size:.75rem}}.Footer{background:var(--gunmental-gray);color:var(--antiquewhite);padding:3rem 4rem 2rem;border-top:1px solid rgba(255,255,255,.08)}.footer-content{max-width:1200px;margin:0 auto}.footer-title{font-size:2rem;font-weight:700;text-align:center;margin:0 0 2rem;color:var(--antiquewhite)}.footer-main{display:flex;justify-content:space-around;align-items:flex-start;gap:3rem;flex-wrap:wrap}.footer-contact-info{display:flex;flex-direction:column;gap:1.5rem}.footer-contact-info article{display:flex;align-items:center;gap:1rem}.footer-contact-info article img{height:2rem;flex-shrink:0}.footer-contact-info article div{display:flex;flex-direction:column;gap:.25rem}.footer-contact-info h3{margin:0;font-size:1rem;font-weight:600}.footer-contact-info p{margin:0;font-size:.9rem;opacity:.9}.Footer form{display:flex;flex-direction:column;gap:1rem;min-width:280px;max-width:400px}.Footer form input,.Footer form textarea{padding:.75rem 1rem;background:var(--gunmental);color:var(--antiquewhite);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:1rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;outline:none;resize:none}.Footer form input::placeholder,.Footer form textarea::placeholder{color:var(--antiquewhite);opacity:.6}.Footer form textarea{min-height:100px}.Footer form button{padding:.75rem 1.5rem;background:var(--aquamarine);color:var(--gunmental);border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}.Footer form button:hover{background:var(--mint);transform:translateY(-1px)}.footer-credits{margin-top:3rem;padding-top:2rem;text-align:center;font-size:.9rem;opacity:.8;border-top:1px solid rgba(255,255,255,.06)}.footer-credits a{color:var(--mint);text-decoration:none;transition:color .2s ease}.footer-credits a:hover{color:var(--aquamarine);text-decoration:underline}@media screen and (max-width: 767px){.Footer{padding:2rem 1.5rem}.footer-main{flex-direction:column;align-items:center}.footer-contact-info{align-items:center}.Footer form{width:100%;max-width:100%}}.Contact{background:var(--aquamarine);height:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;color:var(--gunmental);min-height:calc(60vh - 6rem);overflow:hidden;padding:3rem 4rem 0}.Contact .title h1{font-size:4rem;font-weight:800;text-align:center;line-height:.8em;max-width:100%;height:auto;margin:0}.Contact .info{margin-top:3rem;display:flex;justify-content:space-around;align-items:center;width:100%}.Contact .info .contact-aside{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:3rem}.Contact .info .contact-aside article{display:flex;justify-content:center;align-items:center;gap:.5rem;width:100%}.Contact .info .contact-aside article div *{margin:0}.Contact .info .contact-aside article div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:0 1rem;min-width:80%;line-height:1.4em}.Contact .info form{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:1.5rem;width:50vw}.Contact .info form input,.Contact .info form textarea{width:50%;padding:1rem;text-indent:1.25em;background-color:var(--gunmental);color:var(--antiquewhite);font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:1em;font-weight:400;border-radius:6px;border:none;outline:none;resize:none}.Contact .info form input::placeholder,.Contact .info form textarea::placeholder{color:var(--antiquewhite);opacity:.9}.Contact .info form textarea{height:4em}.Contact .info form button{display:flex;justify-content:space-around;align-items:center;height:2em;width:20%;margin-right:calc(30% + 2rem);background:var(--antiquewhite);color:var(--gunmental);border:1px solid var(--gunmental);border-bottom-width:4px;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:1.25em;font-weight:600;outline:none;border-radius:6px;transition-duration:.4s}.Contact .info form button img{height:1em}.Contact .info form button:hover{cursor:pointer;background:var(--gunmental);color:var(--antiquewhite);transform:scale(105%);box-shadow:0 0 16px var(--aquamarine-shadow);transition-duration:.4s}.Contact footer{margin-top:5rem;margin-bottom:1rem;text-align:center}.Contact footer a{color:var(--gunmental);opacity:.75;text-decoration:none;transition-duration:.4s}.Contact footer a:hover{text-decoration:underline;transition-duration:.4s}@media screen and (max-width: 1023px){.Contact .info .contact-aside article div *{font-size:1em}.Contact .info .contact-aside article div{padding-left:0}.Contact .info .contact-aside article img{height:3rem}.Contact .info form{width:75vw}.Contact .info form input,.Contact .info form textarea{width:80%}.Contact .info form button{width:40%;margin-right:calc(40% + 2rem)}}@media screen and (max-width: 767px){.Contact .info{display:flex;flex-direction:column;gap:1rem}.Contact .title h1{font-size:2.5rem}.Contact .info .contact-aside article div *{font-size:1.25em}.Contact .info .contact-aside article img{height:3rem}.Contact .info form{justify-content:center;align-items:center}}@media screen and (max-width: 494px){.Contact .title h1{font-size:2.25em}.Contact .info .contact-aside article div *{font-size:1em}.Contact .info .contact-aside article div{padding-left:0}.Contact .info .contact-aside article img{height:2rem}.Contact .info form{width:75vw}.Contact .info form input,.Contact .info form textarea{width:80%}.Contact .info form button{width:40%;margin-right:calc(40% + 2rem)}}:root{--gunmental-gray: #131c2c;--gunmental: #081121;--gunmental-shadow: #0811214b;--antiquewhite: #fff5e9;--persiangreen: #234F95;--aquamarine: #277AFF;--aquamarine-shadow: #277AFFa8;--mint: #66C3FF;--coquelicot: #F34213;--aqua-fade: linear-gradient(180deg, var(--aquamarine), var(--persiangreen));font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--antiquewhite);background-color:var(--gunmental);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,div#root{margin:0;overflow-x:hidden;width:100%;max-width:100vw;min-height:100vh}button{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}
