@import"https://fonts.googleapis.com/css2?family=Inter:wght@300";/**
* Copyright (c) 2026 Lightyear Minds LLC. All rights reserved.
*
* This software is the confidential and proprietary information of Lightyear Minds LLC
* ("Confidential Information"). You shall not disclose such Confidential Information
* and shall use it only in accordance with the terms of the license agreement you
* entered into with Lightyear Minds LLC.
*
* Unless required by applicable law or agreed to in writing, software distributed
* under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied.
*
* @license Proprietary
*/*{padding:0;margin:0;box-sizing:border-box}a{text-decoration:none;color:inherit}body{font-family:Lato,sans-serif;overflow:auto}.layout{font-family:Inter,sans-serif;min-height:100vh;width:100%;display:flex;flex-direction:column}.layout .footBar{background-color:#000;color:#fff}.layout .copyright{display:flex;justify-content:center;align-items:center;text-align:center;width:100%}nav{font-family:Inter,sans-serif;position:sticky;top:0;z-index:100;background:#fff;height:100px;display:flex;justify-content:space-between;align-items:center;padding-left:60px;padding-right:60px}nav .left{flex:2;display:flex;align-items:center;gap:50px;height:100%}nav .left .logo{font-weight:28px;font-size:20px;display:flex;align-items:center;gap:10px}nav .left .logo img{width:36px}nav .right{flex:3;display:flex;align-items:center;justify-content:flex-end;gap:50px;height:100%}nav .hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:20px;background:none;border:none;cursor:pointer;padding:0}nav .hamburger span{display:block;width:100%;height:2px;background-color:#000;border-radius:2px;transition:all .3s ease}nav .hamburger.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}nav .hamburger.open span:nth-child(2){opacity:0}nav .hamburger.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}nav .mobileMenu{display:none;position:absolute;top:100px;left:0;right:0;background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;flex-direction:column;padding:16px 24px;gap:0}nav .mobileMenu a{padding:14px 0;font-size:16px;border-bottom:1px solid #f0f0f0}nav .mobileMenu a:last-child{border-bottom:none}nav .mobileMenu a:hover{opacity:.7}@media (max-width: 738px){nav{padding-left:24px;padding-right:24px}nav .right{display:none}nav .hamburger{display:flex}nav .mobileMenu{display:flex}}.footbar{font-family:Inter,sans-serif;display:flex;flex-wrap:wrap}.footbar .contact-section{flex:3;padding-left:160px;padding-top:60px;padding-bottom:60px}.footbar .contact-section h3{font-size:18px;margin-bottom:40px}.footbar .contact-section p{font-size:14px;margin-bottom:8px}.footbar .contact-section a{font-size:14px;text-decoration:none}.footbar .contact-section a:hover{text-decoration:underline}.footbar .quick-links{flex:2;padding-left:160px;padding-top:60px;padding-bottom:60px}.footbar .quick-links h3{font-size:18px;margin-bottom:40px}.footbar .quick-links ul{list-style:none;padding:0;margin:0}.footbar .quick-links li{margin-bottom:8px}.footbar .quick-links a{text-decoration:underline;font-size:14px}.footbar .quick-links a:hover{opacity:.85}@media (max-width: 738px){.footbar{flex-direction:column}.footbar .contact-section{padding:40px 32px 24px}.footbar .quick-links{padding:0 32px 40px}}.copyright{font-family:Inter,sans-serif;padding-top:8px;padding-bottom:8px;width:100%;text-align:center;font-size:12px}.homePage{font-family:Inter,sans-serif;display:flex;flex-direction:row}.homePage .leftContainer{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.homePage .leftContainer .heroText{padding:150px 150px 20px;font-weight:400;font-size:34px;line-height:1.4;word-break:break-word}.homePage .leftContainer .downloadiOSWrapper{padding:20px 150px 150px}.homePage .leftContainer .downloadiOSWrapper .downloadiOSButton{background-color:#000;color:#fff;font-weight:400;padding:10px 36px;border:1px solid black;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.homePage .leftContainer .downloadiOSWrapper .downloadiOSButton:hover{background-color:#fff;color:#000}.homePage .rightContainer{flex:1;display:flex;flex-direction:row;align-items:flex-start;gap:20px}.homePage .rightContainer .leftImage img,.homePage .rightContainer .rightImage img{width:300px;max-width:100%}@media (max-width: 1024px){.homePage .leftContainer .heroText{padding-top:80px;padding-left:40px;padding-right:40px;font-size:28px}.homePage .leftContainer .downloadiOSWrapper{padding-left:40px;padding-right:40px;padding-bottom:60px}.homePage .rightContainer .leftImage img,.homePage .rightContainer .rightImage img{width:200px}}@media (max-width: 738px){.homePage{flex-direction:column}.homePage .leftContainer .heroText{padding-top:40px;padding-left:24px;padding-right:24px;font-size:24px}.homePage .leftContainer .downloadiOSWrapper{padding-left:24px;padding-right:24px;padding-bottom:40px}.homePage .rightContainer{flex-direction:column;align-items:center;padding-bottom:40px}.homePage .rightContainer .leftImage img,.homePage .rightContainer .rightImage img{width:260px}}.privacy-policy{font-family:Inter,sans-serif;max-width:800px;margin:0 auto;padding:2rem;color:#333;line-height:1.6}.privacy-policy h1{font-size:2.5rem;margin-bottom:1rem}.privacy-policy h2{font-size:1.75rem;margin-top:2rem;margin-bottom:1rem}.privacy-policy h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem}.privacy-policy p{margin-bottom:1rem}.privacy-policy ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.privacy-policy li{margin-bottom:.5rem}/**
 * Copyright (c) 2026 Lightyear Minds LLC. All rights reserved.
 *
 * This software is the confidential and proprietary information of Lightyear Minds LLC
 * ("Confidential Information"). You shall not disclose such Confidential Information
 * and shall use it only in accordance with the terms of the license agreement you
 * entered into with Lightyear Minds LLC.
 *
 * Unless required by applicable law or agreed to in writing, software distributed
 * under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied.
 *
 * @license Proprietary
 */.termsConditionsPage{font-family:Inter,sans-serif;max-width:800px;margin:0 auto;padding:2rem;color:#333;line-height:1.6}.termsConditionsPage h1{font-size:2.5rem;margin-bottom:1rem}.termsConditionsPage h2{font-size:1.75rem;margin-top:2rem;margin-bottom:1rem}.termsConditionsPage h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem}.termsConditionsPage p{margin-bottom:1rem}.termsConditionsPage ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.termsConditionsPage li{margin-bottom:.5rem}.termsConditionsPage a{color:#007bff;text-decoration:none}.termsConditionsPage a:hover{text-decoration:underline}
