@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.bouncing-particle{position:fixed;width:8px;height:8px;border-radius:50%;z-index:-1;pointer-events:none;transition:opacity .3s ease;border:1px solid rgba(255,255,255,.2)}.bouncing-particle.hidden{opacity:0;visibility:hidden}.bouncing-particle.visible{opacity:1;visibility:visible}.debris{position:absolute;background:#a2afa1;border-radius:50%;animation:float 6s ease-in-out infinite;opacity:.6}.debris-1{width:4px;height:4px;top:20%;left:10%}.debris-2{width:6px;height:6px;top:60%;right:15%}.debris-3{width:3px;height:3px;top:80%;left:20%}@keyframes float{0%,to{transform:translateY(0) translate(0) rotate(0);opacity:.6}25%{transform:translateY(-20px) translate(10px) rotate(90deg);opacity:.8}50%{transform:translateY(-10px) translate(-15px) rotate(180deg);opacity:.4}75%{transform:translateY(-30px) translate(5px) rotate(270deg);opacity:.7}}.logo-container{display:inline-block;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.logo{height:auto;max-width:400px;width:100%;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}@media (max-width: 600px){.logo{max-width:180px!important}}.contact-link{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:8px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#fff;text-decoration:none;position:relative;overflow:hidden;transition:all .3s ease}.contact-link:hover{transform:translateY(-2px);border-color:#fff6;color:#fff}.contact-link svg{flex-shrink:0}@media (max-width: 600px){.contact-link{font-size:.8rem!important;padding:.4rem .8rem!important}.contact-link svg{width:14px!important;height:14px!important}}.hiring-title{color:#a2afa1;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.1em;margin:2rem 0 1rem;text-transform:uppercase}.tech-stats{display:flex;justify-content:center;gap:2rem;margin:2rem 0;flex-wrap:wrap}.stat-item{background:#a2afa11a;border:1px solid rgba(162,175,161,.3);padding:.5rem 1rem;border-radius:8px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;color:#a2afa1;letter-spacing:.05em;position:relative;overflow:hidden;transition:all .3s ease}@media (max-width: 600px){.tech-stats{gap:.5rem!important}.tech-stats .stat-item{font-size:.8rem!important;padding:.5rem .4rem!important;margin-bottom:.2rem!important}}.newsletter,.newsletter--compact{text-align:center}.newsletter-copy{font-family:Inter,sans-serif;color:#fff9;font-size:.85rem;margin:0 0 1rem;letter-spacing:0}.newsletter-form{display:flex;gap:.5rem;justify-content:center;max-width:440px;margin:0 auto}.newsletter-input{font-family:Inter,sans-serif;font-size:.85rem;padding:.6rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:4px;color:#fff;outline:none;flex:1;min-width:0;transition:border-color .2s ease}.newsletter-input::placeholder{color:#ffffff4d;font-family:Inter,sans-serif}.newsletter-input:focus{border-color:#d8ed5c80}.newsletter-button{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;padding:.6rem 1.25rem;background:#d8ed5c;color:#1e2c22;border:none;border-radius:4px;cursor:pointer;white-space:nowrap;transition:all .2s ease}.newsletter-button:hover{background:#e4f57a}.newsletter-thanks{font-family:Inter,sans-serif;font-size:.85rem;color:#d8ed5c;margin:0}@media (max-width: 480px){.newsletter-form{flex-direction:column}.newsletter-button{width:100%}}.footer{width:calc(100% + 4rem);margin:6rem -2rem 0;padding:3rem 0 2rem;background:#ffffff08;position:relative;border-top:1px solid rgba(255,255,255,.08);z-index:2}.footer-content{max-width:800px;margin:0 auto;padding:0 2rem;text-align:center}.footer-section-title{color:#a2afa1;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.1em;margin:0 0 1rem;text-transform:uppercase;text-align:center}.footer-newsletter{margin-bottom:2rem}.footer-divider{font-family:Inter,sans-serif;color:#ffffff1a;font-size:.6rem;margin:1.5rem 0;overflow:hidden;white-space:nowrap;text-align:center;-webkit-user-select:none;user-select:none}.footer-info{text-align:center}.footer-company{font-family:Inter,sans-serif;color:#fff9;font-size:.85rem;margin:0 0 .75rem;letter-spacing:0}.footer-contact-row{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.footer-contact-row a{font-family:Inter,sans-serif;font-size:.75rem;color:#ffffff80;text-decoration:none;transition:color .2s ease}.footer-contact-row a:hover{color:#d8ed5c;text-shadow:none;transform:none}.footer-separator{color:#fff3;font-size:.75rem}.footer-legal{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-legal a{font-family:Inter,sans-serif;font-size:.7rem;color:#ffffff59;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#fff9;text-shadow:none;transform:none}.footer-copyright{font-family:Inter,sans-serif;color:#ffffff40;font-size:.7rem;margin:0}@media (max-width: 768px){.footer{margin-top:4rem}.footer-content{padding:0 1.5rem}}@media (max-width: 480px){.footer-contact-row{flex-direction:column;gap:.25rem}.footer-contact-row .footer-separator{display:none}}.toast{position:fixed;top:20px;right:20px;background:linear-gradient(45deg,#d8ed5c,#ff6b6b,#4ecdc4,#45b7d1,#f9ca24,#f0932b,#eb4d4b,#6c5ce7,#d8ed5c,#ff6b6b,#4ecdc4,#45b7d1);background-size:300% 300%;animation:rainbowShimmer 3s ease-in-out infinite;color:#fff;padding:2px;border-radius:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;font-family:Courier New,monospace;font-weight:700;min-width:280px;transition:opacity .3s ease-out,transform .3s ease-out}.toast-inner{background:#000000e6;padding:16px 20px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.toast.toast-entering{animation:toastSlideIn .3s ease-out,rainbowShimmer 3s ease-in-out infinite}.toast.toast-exiting{animation:toastSlideOut .3s ease-out forwards,rainbowShimmer 3s ease-in-out infinite}.toast-content{display:flex;align-items:center;justify-content:center;gap:12px}.toast-emoji{font-size:1.2em;animation:bounce .6s ease-in-out infinite alternate}.toast-message{font-size:.9em;letter-spacing:.5px}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-4px)}}@keyframes rainbowShimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@media (max-width: 768px){.toast{top:10px;right:10px;left:10px;min-width:unset;text-align:center}.toast-content{justify-content:center}.toast-message{font-size:.8em;text-align:center}}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#1e2c22f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06)}.navbar-inner{max-width:1200px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between}.navbar-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.navbar-logo:hover{transform:none;text-shadow:none}.navbar-logo-img{height:32px;width:auto;transition:opacity .3s ease}.navbar-logo:hover .navbar-logo-img{opacity:.8}.navbar-links{display:flex;align-items:center;gap:2rem}.navbar-link{font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;color:#ffffffb3;text-decoration:none;letter-spacing:0;transition:color .2s ease;white-space:nowrap}.navbar-link:hover{color:#fff;text-shadow:none;transform:none}.navbar-link--active,.navbar-link--active:hover{color:#d8ed5c}.navbar-cta{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#1e2c22;background:#d8ed5c;padding:.5rem 1.25rem;border-radius:4px;text-decoration:none;letter-spacing:0;transition:all .2s ease;white-space:nowrap}.navbar-cta:hover{background:#e4f57a;color:#1e2c22;text-shadow:none;transform:none}.navbar-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:101}.hamburger-line{display:block;width:22px;height:2px;background:#fffc;transition:all .3s ease;border-radius:1px}.navbar-hamburger.open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-hamburger.open .hamburger-line:nth-child(2){opacity:0}.navbar-hamburger.open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media (max-width: 768px){.navbar-hamburger{display:flex}.navbar-links{position:fixed;top:64px;left:0;right:0;height:calc(100vh - 64px);background:#1e2c22f7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;justify-content:center;gap:2rem;opacity:0;pointer-events:none;transition:opacity .3s ease}.navbar-links--open{opacity:1;pointer-events:auto}.navbar-link{font-size:1.2rem}.navbar-cta{font-size:1rem;padding:.75rem 2rem}}.site-section{max-width:800px;margin:0 auto;padding:5rem 0;text-align:center}.site-section--full{position:relative;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:center;padding:2rem 0}.site-section--light-green{max-width:none;background-color:#a2afa1;margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem}.site-section.site-section--light-green>*{max-width:800px;margin-left:auto;margin-right:auto}.site-section--light-green .section-title,.site-section--light-green .section-headline,.site-section--light-green .section-subheadline,.site-section--light-green .section-body,.site-section--light-green p,.site-section--light-green .section-emphasis,.site-section--light-green .section-pull-quote,.site-section--light-green .section-link{color:#1e2c22}.site-section--light-green .section-link:hover{color:#000}.site-section--light-green .pillar-diagram{border-color:#1e2c2233}.site-section--light-green .pillar-header{color:#1e2c22;border-color:#1e2c2233}.site-section--light-green .pillar-item{color:#1e2c22}.site-section--light-green .pillar-items{border-color:#1e2c2233}.site-section--light-green .pillar-footer{color:#1e2c2299}.site-section--light-green .principle-item{color:#1e2c22}.site-section--light-green .context-card{border-color:#1e2c2226;border-top-color:#1e2c22;background:#1e2c220d}.site-section--light-green .context-title{color:#1e2c22}.site-section--light-green .context-subtitle{color:#1e2c22b3}.site-section--beige{max-width:none;background-color:#eadec7;margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem}.site-section.site-section--beige>*{max-width:800px;margin-left:auto;margin-right:auto}.site-section--beige .section-title,.site-section--beige .section-headline,.site-section--beige .section-subheadline,.site-section--beige .section-body,.site-section--beige p{color:#1e2c22}.site-section--beige .newsletter-copy{color:#1e2c2299}.site-section--beige .newsletter-input{background:#1e2c2214;border-color:#1e2c2233;color:#1e2c22}.site-section--beige .newsletter-input::placeholder{color:#1e2c2266}.site-section--beige .section-link{color:#1e2c22}.site-section--dark{max-width:none;background-color:#1e2c22;margin-left:-2rem;margin-right:-2rem;padding-left:2rem;padding-right:2rem}.site-section.site-section--dark>*{max-width:800px;margin-left:auto;margin-right:auto}.scroll-arrow{margin-top:2.5rem;display:flex;flex-direction:column;align-items:center;gap:0;animation:scroll-bounce 2s ease-in-out infinite;cursor:pointer}@keyframes scroll-bounce{0%,to{transform:translateY(0);opacity:.85}50%{transform:translateY(8px);opacity:1}}.section-title{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#a2afa1;letter-spacing:.15em;text-transform:uppercase;margin:0 0 1.5rem}.section-title:after{content:none}.section-headline{font-family:Inter,sans-serif;font-size:2.8rem;font-weight:300;color:#fff;line-height:1.15;margin:0 0 2rem;letter-spacing:-.03em}.section-subheadline{font-family:Inter,sans-serif;font-size:1.15rem;font-weight:300;color:#d0d0d0;line-height:1.7;margin:0 0 2rem;max-width:640px;margin-left:auto;margin-right:auto}.section-body{font-family:Inter,sans-serif;font-size:1rem;font-weight:300;color:#d0d0d0;line-height:1.7;margin:0 0 1.5rem;max-width:580px;margin-left:auto;margin-right:auto}.section-emphasis{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:400;color:#fff;line-height:1.5;margin:2rem 0}.section-pull-quote{font-family:Inter,sans-serif;font-size:1.6rem;font-weight:300;color:#fff;line-height:1.4;margin:2.5rem auto;max-width:600px;font-style:italic}.section-cta{display:inline-block;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#1e2c22;background:#d8ed5c;padding:.75rem 2rem;border-radius:4px;text-decoration:none;letter-spacing:0;transition:all .2s ease;margin-top:1rem}.section-cta:hover{background:#e4f57a;color:#1e2c22;text-shadow:none;transform:translateY(-1px)}.section-cta--secondary{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.2)}.section-cta--secondary:hover{background:#ffffff0d;color:#fff;border-color:#fff6;box-shadow:none}.section-link{font-family:Inter,sans-serif;font-size:.85rem;color:#d8ed5c;text-decoration:none;transition:all .2s ease}.section-link:hover{color:#e4f57a}.section-divider{font-family:Inter,sans-serif;color:#ffffff14;font-size:.6rem;margin:3rem 0;overflow:hidden;white-space:nowrap;text-align:center;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.site-section{padding:3rem 0}.section-headline{font-size:2rem}.section-subheadline{font-size:1rem}.section-pull-quote{font-size:1.3rem}.section-emphasis{font-size:1.05rem}}@media (max-width: 480px){.site-section{padding:2.5rem 0}.section-headline{font-size:1.7rem}}.hero-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-headline{font-family:Inter,sans-serif;font-size:3.5rem;font-weight:300;line-height:1.1;color:#fff;letter-spacing:-.03em;margin:0}.pillar-diagram{font-family:Inter,sans-serif;border:1px solid rgba(162,175,161,.3);max-width:500px;margin:2rem auto;text-align:left}.pillar-header{padding:1rem 1.5rem;font-weight:600;font-size:.9rem;letter-spacing:.05em;color:#d8ed5c;border-bottom:1px solid rgba(162,175,161,.3);text-align:center}.pillar-items{display:flex;flex-direction:column;padding:1rem 1.5rem;gap:.5rem;border-bottom:1px solid rgba(162,175,161,.3)}.pillar-item{font-size:.85rem;color:#e0e0e0;letter-spacing:.02em}.pillar-footer{padding:1rem 1.5rem;font-size:.8rem;color:#a0a0a0;text-align:center;font-style:normal}.leverage-list{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:2rem auto 0;font-family:Inter,sans-serif}.leverage-item{display:flex;align-items:baseline;gap:.75rem;font-size:.85rem;flex-wrap:wrap}.leverage-key{color:#a2afa1;white-space:nowrap;min-width:200px;font-weight:500}.leverage-arrow{color:#fff6}.leverage-value{color:#d0d0d0}.contexts-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:0 auto}.context-card{border:1px solid rgba(162,175,161,.2);border-top:2px solid #a2afa1;padding:2rem;text-align:left;background:#a2afa10d}.context-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .25rem}.context-subtitle{font-family:Inter,sans-serif;font-size:.85rem;color:#a2afa1;margin:0 0 1rem;letter-spacing:0}.responsibility-statement{font-family:Inter,sans-serif;font-size:1.6rem;font-weight:300;color:#fff;line-height:1.35;margin:2.5rem 0 0}.principles-list{display:flex;flex-direction:column;gap:.5rem;margin:2.5rem auto;max-width:340px}.principle-item{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#1e2c22;letter-spacing:0;text-align:left;padding:.5rem 0;border-bottom:1px solid rgba(30,44,34,.1)}.growth-statements{margin:2rem auto;max-width:400px}.growth-line{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:400;color:#e0e0e0;margin:0;letter-spacing:0;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.newsletter-link-row{margin-top:1.5rem}.final-cta-section{min-height:60vh;display:flex;flex-direction:column;justify-content:center}.final-cta-row{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:1rem}@media (max-width: 768px){.hero-headline{font-size:2rem}.contexts-grid{grid-template-columns:1fr}.leverage-key{min-width:auto}.leverage-item{flex-direction:column;gap:.25rem}.leverage-arrow{display:none}.responsibility-statement{font-size:1.1rem}.final-cta-row{flex-direction:column}}@media (max-width: 480px){.hero-headline{font-size:1.6rem}.pillar-diagram{margin:1.5rem 0}.context-card{padding:1.5rem}}.pillars-grid{display:flex;flex-direction:column;gap:2rem;max-width:700px;margin:2rem auto}.pillar-card{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;gap:.25rem 1.5rem;text-align:left;padding:1.5rem;border-left:2px solid rgba(162,175,161,.3)}.pillar-number{grid-row:1 / 3;font-family:Inter,sans-serif;font-size:2rem;font-weight:300;color:#a2afa180;align-self:start;line-height:1}.pillar-name{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;color:#fff;margin:0}.pillar-description{font-family:Inter,sans-serif;font-size:.95rem;color:#d0d0d0;line-height:1.5;margin:0}.sc-cta-row{display:flex;gap:1.5rem;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:1rem}@media (max-width: 768px){.pillar-card{grid-template-columns:1fr;grid-template-rows:auto auto auto;gap:.5rem}.pillar-number{grid-row:auto;font-size:1.5rem}.sc-cta-row{flex-direction:column}}.culture-principles{display:flex;flex-direction:column;gap:2.5rem;max-width:700px;margin:2rem auto}.culture-principle{text-align:left;padding:1.5rem 0;border-bottom:1px solid rgba(162,175,161,.15)}.culture-principle:last-child{border-bottom:none}.culture-principle-title{font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#d8ed5c;margin:0 0 .75rem;letter-spacing:0}.culture-principle-description{font-family:Inter,sans-serif;font-size:1rem;color:#d0d0d0;line-height:1.6;margin:0}.culture-promise{font-family:Inter,sans-serif;margin:2rem auto;max-width:400px}.culture-promise p{font-size:1rem;color:#e0e0e0;margin:.5rem 0;letter-spacing:0}@media (max-width: 768px){.culture-principle{padding:1rem 0}}.case-study{max-width:700px;margin:0 auto;text-align:left}.case-block{margin-bottom:2rem}.case-label{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;color:#a2afa1;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem}.case-block--outcome{padding:1.5rem;border-left:2px solid #d8ed5c;background:#d8ed5c08}.case-outcome{font-family:Inter,sans-serif;font-size:1rem;color:#e0e0e0;line-height:1.6;margin:0;font-weight:400}@media (max-width: 768px){.case-block--outcome{padding:1rem}}.articles-list{display:flex;flex-direction:column;gap:0;max-width:700px;margin:0 auto}.article-link{text-decoration:none;color:inherit;display:block}.article-link:hover .article-title{color:#d8ed5c}.article-item{display:grid;grid-template-columns:120px 1fr auto;align-items:baseline;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;cursor:pointer;transition:background .2s ease}.article-link:last-child .article-item{border-bottom:none}.article-date{font-family:Inter,sans-serif;font-size:.8rem;color:gray;white-space:nowrap}.article-title{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:500;color:#e0e0e0;margin:0;line-height:1.4}.article-author{font-family:Inter,sans-serif;font-size:.75rem;color:#606060;white-space:nowrap}.insights-coming-soon{font-family:Inter,sans-serif;font-size:.8rem;color:#606060;margin-top:2rem}@media (max-width: 768px){.article-item{grid-template-columns:1fr;gap:.25rem;padding:1.25rem 0}.article-read-time{order:-1}}.contact-response{font-family:Inter,sans-serif;font-size:.85rem;color:gray;margin-bottom:3rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem 4rem;max-width:700px;margin:0 auto;text-align:left}.contact-block{display:flex;flex-direction:column;gap:.5rem}.contact-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:gray;text-transform:uppercase;letter-spacing:.1em;margin:0}.contact-value{font-family:Inter,sans-serif;font-size:1.05rem;color:#d8ed5c;text-decoration:none;transition:opacity .2s ease}.contact-value:hover{opacity:.8}.contact-divider{font-family:Inter,sans-serif;font-size:.7rem;color:#ffffff1a;margin:3rem 0 2rem;letter-spacing:.05em}.contact-address{font-family:Inter,sans-serif;font-size:.9rem;color:gray;font-style:normal;line-height:1.6}.contact-address strong{color:#d0d0d0}.contact-address-label{color:#a0a0a0;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}@media (max-width: 768px){.contact-grid{grid-template-columns:1fr;gap:2rem}}*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%}html{background-color:#1e2c22}body{min-height:100vh;background-color:#1e2c22;overscroll-behavior-y:none}#root{width:100%;margin:0;padding:2rem 2rem 0;padding-top:80px;text-align:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;min-height:100vh;color:#fff;position:relative;display:flex;flex-direction:column;z-index:1}main{flex:1;position:relative;z-index:2}header{position:relative;z-index:2}.footer{margin-left:-2rem;margin-right:-2rem}h1{font-size:3.5rem;line-height:1.1;margin:1em 0 .5em;color:#fff;font-family:Inter,sans-serif;font-weight:300;letter-spacing:-.02em;position:relative}.tagline{color:#fff;font-weight:400;font-size:1.4rem;margin:.5em 0 1em;font-family:Inter,sans-serif;letter-spacing:-.01em}h3{color:#e0e0e0;font-weight:400;margin:1em 0;font-family:Inter,sans-serif;letter-spacing:0;font-size:1rem}p{color:#d0d0d0;line-height:1.6;margin:1.5em 0;font-weight:300}.read-the-docs{color:#ccc;margin-top:2em;font-style:italic}a{font-weight:500;color:#d8ed5c;text-decoration:inherit;transition:all .3s ease}a:hover{color:#e4f57a}@media (max-width: 600px){h1{font-size:2rem!important}.tagline{font-size:1.1rem!important;margin:.3em 0 .8em!important}.read-the-docs{font-size:.8rem!important}}
