@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=DM+Sans:wght@400;700&display=swap";
*{box-sizing:border-box}body{background-color:#f9fafc;min-width:320px;margin:0}
#root{width:100%;height:100%}
.animated-arrow{stroke-dasharray:100;stroke-dashoffset:100px;transition:stroke-dashoffset .2s cubic-bezier(.4,0,.2,1)}.early-access-container:hover .animated-arrow,.early-access-container-cgt:hover .animated-arrow{stroke-dashoffset:0}
.animated-phone-bg{z-index:0;width:auto;max-width:100%;margin:0 auto;position:absolute;left:0;right:0}
.category-button-container{background-color:#fff;border-radius:9999px;padding:.25rem;display:inline-flex;position:relative;box-shadow:0 0 4px #0000001a}@media (max-width:768px){.category-button-container{display:none}}.category-button-slider{z-index:0;background-color:#cde4ff;border-radius:9999px;width:calc(50% - .25rem);height:calc(100% - .5rem);transition:transform .3s ease-in-out;position:absolute;top:.25rem;left:.25rem}.category-button-slider.slide-right{transform:translate(100%)}.category-button{color:#2d2d2d;cursor:pointer;z-index:1;white-space:nowrap;background-color:#0000;border:none;border-radius:9999px;outline:none;padding:.55rem .4rem;font-family:DM Sans,sans-serif;font-size:.72rem;transition:color .3s;position:relative}.category-button.active{color:#2d2d2d}.category-button:hover{opacity:.8}
.header{z-index:1000;justify-content:space-between;align-items:center;margin:0 auto;padding:2rem;display:flex;position:fixed;top:0;left:0;right:0}.header-logo{align-items:center;display:flex}.logo-image{width:auto;height:60px}.header-nav-desktop{display:block}.header-hamburger{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.hamburger-icon{width:36px;height:26px}@media (max-width:768px){.header{box-shadow:none;background-color:#0000;padding:1rem 2rem}.header.scrolled{background-color:#fff;box-shadow:0 2px 4px #0000001a}.logo-image{height:50px}.hamburger-icon{width:30px;height:22px}.header-nav-desktop{display:none}.header-hamburger{display:block}}
.image-block-section-container{width:100%;padding:4rem 0}.image-block-section-wrapper{gap:2rem;max-width:1200px;margin:0 auto;display:flex}.main-image-container{flex:1;justify-content:center;align-items:center;max-width:600px;display:flex;overflow:hidden}.image-block-section-img{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.column-image-container{justify-content:center;align-items:center;max-width:600px;display:flex;overflow:hidden}.image-column{flex-direction:column;flex:1;gap:2rem;display:flex}.image-block-section-image{object-fit:cover;border-radius:8px;width:100%;height:auto}
.image-carousel-container{width:100%;margin-top:4rem;overflow-x:hidden}.image-carousel-content{flex-direction:row;align-items:stretch;gap:2rem;display:flex}.carousel-item{flex-direction:row;flex:none;align-items:flex-start;gap:1.5rem;height:100%;display:flex}.carousel-image-container{justify-content:center;align-items:center;width:300px;max-width:100%;height:350px;max-height:100%;display:flex;overflow:hidden}.carousel-image{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.carousel-description{color:#2e2e2e;border-radius:20px;flex:1;max-width:200px;padding:1rem 1rem 1.5rem;font-family:DM Sans,sans-serif}@media (max-width:768px){.image-carousel-container{margin-top:2rem}.image-carousel-content{gap:1.5rem;animation:10s linear infinite scroll}.carousel-item{gap:1rem}.carousel-image{width:200px;height:250px}.carousel-description{max-width:180px;font-size:.875rem}}
.mobile-nav-overlay{z-index:2000;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;padding:0 1rem;transition:opacity .3s,visibility .3s;display:flex;position:fixed;inset:0}.mobile-nav-overlay.open{opacity:1;visibility:visible}.mobile-nav-modal{z-index:2001;opacity:0;background:#f6f9ff;border-radius:16px;flex-direction:column;width:100%;max-width:400px;margin:0;padding:1rem;display:flex;transform:scale(.9)}.mobile-nav-overlay.open .mobile-nav-modal{opacity:1}.mobile-nav-title-bar{justify-content:space-between;align-items:center;display:flex}.mobile-nav-close{cursor:pointer;color:#333;background:0 0;border:none;align-self:flex-end;padding:.5rem;font-size:2.5rem;line-height:1}.mobile-nav-content{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.mobile-nav-title{color:#333;margin:0;font-family:DM Sans,sans-serif;font-size:2rem;font-weight:600}.mobile-nav-sections{flex-direction:column;gap:1.5rem;display:flex}.mobile-nav-category-selector{flex-direction:column;gap:1.5rem;margin-top:5rem;display:flex}.mobile-cgt-option{cursor:pointer;color:#333;background:0 0;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:1.5rem;font-family:DM Sans,sans-serif;font-size:1rem;transition:all .2s;display:flex}.mobile-nav-section-label{color:#888;text-transform:uppercase;letter-spacing:.5px;margin:.5rem 0 0;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500}.mobile-nav-option{cursor:pointer;font-size:1rem;font-weight:Medium;color:#2e2e2e;background:linear-gradient(90deg,#2e2e2e54,8px,#0000 3px) bottom/20px 1px repeat-x;border:none;justify-content:center;align-items:center;padding:1.25rem 0;font-family:Inter,sans-serif;transition:all .2s;display:flex}.mobile-cgt-option:hover{background:#e8f0ff}.mobile-cgt-option.selected{color:#2d2d2d;background:#cde4ff}
.social-icons{justify-content:center;align-items:center;gap:6rem;margin:12px 0;display:flex}.social-icon-link{flex-direction:column;justify-content:center;align-items:center;width:55px;height:55px;transition:opacity .2s,transform .2s;display:inline-flex}.social-icon-label{color:#333;text-align:center;margin-left:.5rem;font-size:.875rem}.social-icon-link:hover{opacity:.7;transform:scale(1.1)}.social-icon{object-fit:contain;width:100%;height:100%}@media (max-width:768px){.social-icons{gap:5rem;margin:8px 0}.social-icon-link{width:28px;height:28px}}
.modal-backdrop{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;justify-content:flex-end;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0}.modal-content{background-color:#f6f9ff;border-radius:16px;width:90%;max-width:600px;margin-right:2rem;padding:2.5rem;position:relative}.modal-header{border-bottom:1px dashed #2e2e2e;margin-bottom:1.5rem}.modal-footer-note{color:#464d65;margin-top:.25rem;font-family:Inter,sans-serif;font-size:.875rem}.modal-close{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50px;justify-content:center;align-items:center;width:20px;height:20px;font-size:2rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:#333;background-color:#f0f0f0}.modal-title{color:#2e2e2e;margin:0 0 .5rem;font-family:Inter,sans-serif;font-size:3rem;font-weight:600}.modal-subtitle{color:#2e2e2e;margin:0 0 2rem;font-family:Inter,sans-serif;font-size:1.25rem}.waitlist-form{flex-direction:column;gap:1.5rem;min-height:400px;display:flex}.form-group{flex-direction:column;gap:.5rem;padding-bottom:3rem;display:flex;position:relative}.form-group label{color:#2e2e2e;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.form-group input{color:#2e2e2e;cursor:text;background-color:#f6f9ff;border:none;border-bottom:1px solid #464d65;outline:none;padding:.75rem 0;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .2s}.form-group input:focus{border-color:#6a8dff}.form-group input:disabled{cursor:not-allowed;background-color:#f5f5f5}.form-group input.input-error{border-color:#f44}.error-message{color:#f44;margin-top:.25rem;font-family:Inter,sans-serif;font-size:.875rem;position:absolute;bottom:0;left:0}.submit-message-container{min-height:3rem}.submit-message{text-align:center;border-radius:8px;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.875rem}.submit-message.success{color:#2e7d32;background-color:#e8f5e9;border:1px solid #4caf50}.submit-message.error{color:#c62828;background-color:#ffebee;border:1px solid #f44}.submit-button{color:#fff;cursor:pointer;background-color:#6a8dff;border:none;border-radius:40px;margin-top:7rem;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;transition:all .2s}.submit-button:hover:not(:disabled){background-color:#6384ef}.submit-button:disabled{cursor:not-allowed;background-color:#ccc}.success-title{color:#2e2e2e;margin:0 0 .5rem;font-family:Inter,sans-serif;font-size:3rem;font-weight:600}.success-sub{color:#2e2e2e;margin-bottom:2rem;font-family:Inter,sans-serif;font-size:1rem}.success-innercontent{width:100%;max-width:100%;margin-top:3rem}@media (max-width:768px){.modal-backdrop{width:100%;height:100%}.modal-content{width:95%;max-width:none;margin:1rem;padding:2rem 1.5rem}.modal-title{font-size:2rem}.modal-subtitle{margin-bottom:1.5rem;font-size:.875rem}.waitlist-form{gap:1.25rem}.form-group input{padding:.625rem 0;font-size:16px}.submit-button{margin-top:0;padding:1.25rem;font-size:1rem}.success-title{margin-bottom:.75rem;font-size:2.5rem}.success-sub{margin-bottom:2rem;font-size:1rem}.success-innercontent{margin-top:3rem}}
.landing-container{background-color:#f9fafc;justify-content:center;width:100%;min-height:100vh;display:flex}.landing-content-wrapper{box-sizing:border-box;background-position:50%;background-size:cover;width:100%;max-width:1200px;padding:0 2rem;position:relative;overflow:hidden}.landing-header{box-sizing:border-box;z-index:1000;justify-content:center;align-items:center;width:100%;max-width:1200px;padding-top:2rem;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.init-title-container{word-wrap:normal;margin-top:10rem}.landing-header-content{justify-content:space-between;align-items:center;width:100%;padding:0 2rem;display:flex}.landing-logo{cursor:pointer;width:60px}.early-access-container{cursor:pointer;color:#2e2e2e;border-bottom:3px solid #2e2e2e;justify-content:space-between;align-items:center;width:400px;margin:2rem auto;font-family:DM Sans,sans-serif;display:flex}.animated-arrow{stroke-dasharray:100 100;stroke-dashoffset:100px;transition:stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}.early-access-container:hover .animated-arrow{stroke-dashoffset:0}.early-access-container .arrow{margin-left:1.5rem;font-size:1.5rem}.text-wrap-container{text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:1.75rem;padding:.06em 0;display:flex;overflow:hidden}.text-wrap-container .mD-title{color:#2e2e2e;margin:0;font-family:Inter,sans-serif;font-size:3.5rem;display:inline}.panels-container{pointer-events:none;width:100%;max-width:1200px;height:100%;position:absolute}.bottom-left-panel,.top-left-panel,.top-right-panel,.bottom-right-panel{opacity:0;position:absolute}.bottom-left-panel{background-position:50%;background-size:cover;width:393px;height:93px;top:22rem;left:1.5rem}.top-left-panel{background-position:50%;background-size:cover;width:300px;height:200px;top:2rem;left:2rem}.bottom-right-panel{background-position:50%;background-size:cover;width:350px;height:143.74px;top:22rem;right:3.5rem}.top-right-panel{background-position:50%;background-size:cover;width:216.33px;height:332.47px;top:0;right:12rem}@media (max-width:768px){.text-wrap-container .mD-title{color:#2e2e2e;margin:0;font-family:Inter,sans-serif;font-size:2.5rem;display:inline}.bottom-left-panel,.top-left-panel,.bottom-right-panel,.top-right-panel{display:none}.init-title-container{margin-top:8rem}.landing-content-wrapper{overflow:hidden}.early-access-container{width:90%;font-size:.925rem}}
.cgt-graphic-wrapper{max-width:1200px;margin-left:2rem;padding-top:15rem;display:flex}.categories-content-wrapper{max-width:1200px;margin:0 auto;padding:0 2rem;overflow-x:hidden}.cgt-graphic{justify-content:center;align-items:center;margin-right:2rem}.cgt-title{color:#2e2e2e;font-family:Inter,sans-serif}.cgt-description{color:#2e2e2e;max-width:1050px;margin-top:2rem;font-family:Inter,sans-serif;font-size:2rem;line-height:2rem}.categories-landing-container{background-color:#f6f9ff;width:100%;padding-bottom:8rem;overflow-x:hidden}.early-access-container-cgt{cursor:pointer;color:#2e2e2e;border-bottom:3px solid #2e2e2e;justify-content:space-between;align-items:center;width:400px;margin:4rem auto 2rem;font-family:DM Sans,sans-serif;display:flex}.early-access-container-cgt .arrow{margin-left:1.5rem;font-size:1.5rem}.cgt-bullets-list{flex-flow:wrap;gap:3rem;max-width:1200px;margin-top:2rem;padding-left:1.5rem;display:flex}.cgt-bullet-item{color:#2e2e2e;border-bottom:2px solid #6a8dff;margin-bottom:.5rem;padding-bottom:.5rem;font-family:DM Sans,sans-serif;font-size:1.25rem;font-style:italic;line-height:1.75rem}@media (max-width:768px){.categories-content-wrapper{padding:0 1rem}.cgt-graphic-wrapper{flex-direction:column;margin-left:0;padding-top:8rem}.cgt-graphic{margin-bottom:1.5rem;margin-right:0}.cgt-title{font-size:1.5rem}.cgt-description{margin-top:.75rem;font-size:1.25rem;line-height:1.5rem}.categories-landing-container{padding-bottom:4rem}.cgt-bullet-item{border:none;margin-bottom:0;font-size:1rem}.cgt-bullets-list{gap:1rem}.cgt-graphic-wrapper{align-items:center;gap:1rem;flex-direction:row!important}.cgt-graphic{flex-shrink:0;width:auto;height:1.5rem;margin-bottom:0!important}.cgt-graphic svg,.cgt-graphic img{width:auto;height:1.5rem}.early-access-container-cgt{width:90%}.cgt-description{text-align:center;width:100%}}
.myndhaven-container{background-color:#f6f9ff;width:100%;overflow-x:hidden}.myndhaven-content-wrapper{isolation:isolate;box-sizing:border-box;background:radial-gradient(circle,#b5bfff 0%,#0000 60%);width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;overflow-x:hidden}.myndhaven-content-wrapper:before{content:"";transform-origin:50%;pointer-events:none;z-index:0;background:radial-gradient(circle,#b5bfff 0%,#0000 90%);animation:2s ease-in-out infinite myndhavenGradientPulse;position:absolute}.myndhaven-content-wrapper>*{z-index:1;position:relative}@keyframes myndhavenGradientPulse{0%{opacity:.2;transform:scale(1)}50%{opacity:.45;transform:scale(1.03)}to{opacity:.2;transform:scale(1)}}.mD-wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding-top:8rem;display:flex}.mH-title{color:#2e2e2e;font-family:Inter,sans-serif;font-size:2rem}.mH-subtitle{color:#2e2e2e;background-color:#fff;border-radius:100px;justify-content:center;align-items:center;width:fit-content;margin-top:1rem;padding:.25rem 1rem;font-family:Inter,sans-serif;font-size:1rem;display:inline-flex}.mh-btn-placeholder{background-color:#b5bfff;border-radius:100px;justify-content:center;align-items:center;width:fit-content;margin-left:1rem;padding:1rem;display:inline-flex}.mH-img-container{justify-content:center;align-items:center;margin-top:4rem;display:flex}.mH-ai-image{width:600px;height:auto}.mH-footer-text{color:#2e2e2e;margin-top:2rem;padding-bottom:8rem;font-family:Inter,sans-serif;font-size:1rem}@media (max-width:768px){.myndhaven-content-wrapper{padding:0 1rem;overflow-x:hidden}.mD-wrapper{padding-top:5rem}.mH-title{font-size:1.5rem}.mH-subtitle{padding:.25rem .75rem;font-size:.875rem}.mh-btn-placeholder{margin-left:.5rem;padding:.75rem}.mH-img-container{margin-top:2rem}.mH-ai-image{width:100%;max-width:350px}.mH-footer-text{margin-top:1.5rem;padding-bottom:4rem;font-size:.875rem}}
.questions-container{background-color:#f6f9ff;flex-direction:column;width:100%;padding:8rem 0;display:flex}.questions-content{flex:1}.questions-image-container{justify-content:center;align-items:center;max-width:600px;display:flex;overflow:hidden}.questions-image{object-fit:cover;border-radius:8px;width:100%;height:100%;display:block}.questions-wrapper{align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.questions-list{flex-direction:column;max-width:1200px;margin-top:1rem;display:flex}.questions-title{text-align:center;color:#2e2e2e;font-family:Inter,sans-serif;font-size:3rem;font-weight:400}.questions-subtitle{color:#2e2e2e;cursor:pointer;border-top:1px dashed #b5bfff;border-bottom:1px dashed #b5bfff;justify-content:space-between;align-items:center;width:100%;margin-top:1rem;padding:1rem 0;font-family:DM Sans,"sans-serif";font-size:1.25rem;display:flex}.questions-text{color:#2e2e2e;margin-top:1rem;padding-left:0;font-family:DM Sans,sans-serif;font-size:1rem;transition:max-height .3s,opacity .3s,margin-top .3s}.toggle-icon{width:20px;height:auto;transition:transform .3s}.toggle-icon.expanded{width:20px;height:auto;transform:rotate(45deg)}@media (max-width:768px){.questions-container{padding:4rem 0}.questions-wrapper{flex-direction:column;gap:2.5rem;max-width:768px;padding:0 1.25rem}.questions-image{border-radius:8px;flex:none;width:100%;max-width:100%;height:auto}.questions-content{width:100%}.questions-title{font-size:1.75rem;font-weight:400}.questions-subtitle{border-top:1px dashed #b5bfff;border-bottom:1px dashed #b5bfff;padding:1rem 0;font-size:1.125rem}.toggle-icon{width:20px;height:auto;transition:transform .3s}.question-item{margin-bottom:1.25rem}}

