body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.canvas-wrapper{height:100vh;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100vw;z-index:-1}canvas{display:block;height:100%;width:100%}.header{align-self:center;padding-top:2rem;position:absolute;width:90%;z-index:10}.header .nav{background-color:#ffffffb3;border-radius:25rem;box-shadow:0 1px 5px #2626264d;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:70rem;padding:1rem 2rem;transition:background-color .3s ease}.header .logo,.header .nav{align-items:center;display:flex}.header .logo{border-radius:.5rem;padding:.25rem}.header .logo .logo__img{display:block;height:25px;width:auto}.header .logo:hover{opacity:.75}.header .main-menu{align-items:center;display:flex;gap:2.5rem;list-style:none;padding:0}.header .main-menu li{border-radius:.5rem;padding:.25rem;position:relative}.header .main-menu li .nav-btn{background:none;border:none;cursor:pointer;font-size:1.25rem}.header .main-menu li .nav-btn,.header .main-menu li a{color:#262626;font-weight:550;padding:.5rem .75rem;text-decoration:none}.header .main-menu li a:hover{color:#29ab87}.header .main-menu li .dropdown{background-color:#262626;border-radius:.5rem;display:none;flex-direction:column;gap:.5rem;left:0;min-width:14rem;opacity:0;padding:1rem 1.5rem;pointer-events:none;position:absolute;top:120%;transform:translateY(10px);transition:opacity .3s ease,transform .3s ease;z-index:10}.header .main-menu li .dropdown a{color:#fff;font-weight:400}.header .main-menu li .dropdown a:hover{color:#29ab87}.header .main-menu li:hover .dropdown{display:flex;opacity:1;pointer-events:auto;transform:translateY(0)}.header .cta{align-items:center;display:flex}.header .cta .fb-cta{background-color:#262626;border-radius:1.5rem;box-shadow:0 1px 5px #0000001a;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:center;text-decoration:none;white-space:nowrap}.header .cta .fb-cta:hover{background-color:#29ab87}.header__toggle{cursor:pointer;display:none;flex-direction:column;gap:5px}.header__toggle .bar{background-color:#262626;box-shadow:0 1px 5px #0000001a;height:3px;transform-origin:1px 1.5px;transition:all .3s ease-in-out;width:25px}.header.open .header__toggle .bar:first-child{transform:rotate(45deg)}.header.open .header__toggle .bar:nth-child(2){opacity:0}.header.open .header__toggle .bar:last-child{transform:rotate(-45deg)}.header .mobile-menu{background-color:#262626;border-radius:5px;box-shadow:0 2px 5px #0003;display:flex;flex-direction:column;gap:1rem;left:50%;padding:1.5rem;position:absolute;top:7rem;transform:translateX(-50%);width:calc(90% - 3rem);z-index:100}.header .mobile-menu .menu-toggle{background:none;border:none;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:500;padding:.5rem 0;position:relative;text-align:left}.header .mobile-menu .menu-toggle:after{content:"▼";font-size:.75rem;position:absolute;right:0;transform:rotate(0deg);transition:transform .3s ease}.header .mobile-menu .menu-toggle.active:after{transform:rotate(180deg)}.header .mobile-menu .submenu{display:none;flex-direction:column;gap:.5rem;list-style:none;padding-left:1.125rem}.header .mobile-menu .submenu a{color:#fff;font-size:1.125rem;text-decoration:none}.header .mobile-menu .submenu.expanded{display:flex}.header .mobile-menu .menu-item{color:#fff;font-size:1.125rem;text-decoration:none}.header .mobile-menu .menu-item:hover{color:#fff}@media(max-width:768px){.header .hide-for-mobile{display:none!important}}.header .hide-for-desktop{display:none}@media(max-width:768px){.header .hide-for-desktop{display:flex}}@keyframes slideFadeIn{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.footer{background-color:#262626;color:#eee;padding:4rem 2rem 2rem}.footer .footer-container{margin:0 auto;max-width:1200px}.footer .footer-top{border-bottom:1px solid #444;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-between;padding-bottom:2rem}.footer .footer-brand{max-width:300px}.footer .footer-brand .footer-logo{color:#fff;font-size:1.75rem;font-weight:700;text-decoration:none}.footer .footer-brand .footer-tagline{color:#aaa;font-size:1rem;margin-top:1rem}.footer .footer-links{display:flex;gap:4rem}.footer .footer-links .link-group h4{color:#f1f1f1;font-size:1rem;margin-bottom:1rem}.footer .footer-links .link-group a{color:#bbb;display:block;font-size:.95rem;margin-bottom:.5rem;text-decoration:none}.footer .footer-links .link-group a:hover{color:#29ab87}.footer .footer-bottom{align-items:center;display:flex;flex-wrap:wrap;font-size:.875rem;justify-content:space-between;margin-top:2rem}.footer .footer-bottom .policy-links{display:flex;gap:1rem}.footer .footer-bottom .policy-links a{color:#aaa;text-decoration:none}.footer .footer-bottom .policy-links a:hover{color:#29ab87}@media(max-width:768px){.footer .footer-top{flex-direction:column}.footer .footer-links{flex-direction:column;gap:2rem}.footer .footer-bottom{align-items:flex-start;flex-direction:column;gap:1rem}}.layout{max-width:100vw;width:100%}.layout,.layout .display{display:flex;flex-direction:column;min-height:100vh;position:relative}.layout .display{z-index:1}.hero{padding:5rem 2rem 3rem}.hero .hro-cont{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:70rem;padding-top:7rem}.hero .hro-txt{background-color:#ffffff80;flex:1 1 420px;padding:1rem}.hero .hro-txt h1{color:#262626;font-size:3rem;margin-bottom:1rem}.hero .hro-txt p{color:#555;font-size:1.5rem;margin-bottom:2rem;max-width:600px}.hero .hro-txt .cta-btn{background-color:#262626;border-radius:2rem;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none}.hero .hro-txt .cta-btn:hover{background-color:#29ab87}.hero .hro-img{flex:1 1 35rem;max-height:-webkit-fit-content;max-height:fit-content;position:relative}.hero .hro-img img{border-radius:1rem;object-fit:cover;width:100%}.hero .hro-img .hero-pulse{animation:pulse 2s infinite;background:#ff0;border-radius:50%;box-shadow:0 0 0 #ff06;height:18px;position:absolute;width:18px;z-index:2}.hero .hro-img .hero-overlay-glass{align-items:flex-start;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0006;border:1px solid #ffffff26;border-radius:1rem;color:#fff;display:flex;gap:.75rem;max-width:240px;padding:.85rem 1rem;position:absolute;z-index:3}.hero .hro-img .hero-overlay-glass .overlay-content{display:flex;gap:.75rem}.hero .hro-img .hero-overlay-glass .overlay-content svg{color:#fff;flex-shrink:0}.hero .hro-img .hero-overlay-glass .overlay-content span{font-weight:600}.hero .hro-img .hero-overlay-glass .overlay-content .overlay-source{color:#ccc;font-size:.85rem;margin-top:.25rem}.hero .hro-img .hero-overlay-mobile{display:none}@media(max-width:768px){.hero .hro-cont{flex-direction:column;text-align:center}.hero .hro-img{max-height:-webkit-fit-content;max-height:fit-content}.hero .hro-img .hero-overlay-glass{display:none!important}.hero .hro-img .hero-overlay-mobile{animation:fadeInUp .4s ease-in-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border-radius:1rem;color:#fff;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;margin-inline:auto;max-width:90%;padding:1rem}.hero .hro-img .hero-overlay-mobile .overlay-content{display:flex;gap:.75rem}.hero .hro-img .hero-overlay-mobile .overlay-content svg{color:#fff}.hero .hro-img .hero-overlay-mobile .overlay-content span{font-weight:600}.hero .hro-img .hero-overlay-mobile .overlay-content .overlay-source{color:#ccc;font-size:.875rem;margin-top:.25rem}}@keyframes pulse{0%{box-shadow:0 0 0 0 #ffff0080}70%{box-shadow:0 0 0 15px #ff00}to{box-shadow:0 0 0 0 #ff00}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.icon-circle{align-items:center;animation:popIn .6s ease forwards;border-radius:50%;color:#fff;display:flex;font-size:1.75rem;height:60px;justify-content:center;margin:0 auto 1rem;opacity:0;transform:scale(.85);width:60px}.icon-circle.blue{background-color:#4a90e2}.icon-circle.green{background-color:#29ab87}.icon-circle.purple{background-color:#6a4cbf}@keyframes popIn{to{opacity:1;transform:scale(1)}}.data-section{background-color:#fefefe;padding:5rem 2rem}.data-section .container{gap:3rem;margin:0 auto;max-width:70rem}.data-section .container h2{color:#262626;font-size:2rem;margin-bottom:.5rem;text-align:center}.data-section .container .section-intro{color:#555;font-size:1.5rem;margin:auto;max-width:65rem;padding-bottom:3rem;text-align:center}.data-section .data-flow-cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:4rem}.data-section .data-flow-cards .data-card{background:#fefefecc;border-radius:1rem;box-shadow:0 5px 12px #0000001a;flex:1 1 280px;padding:1rem;text-align:center;transition:transform .3s ease}.data-section .data-flow-cards .data-card:hover{transform:translateY(-5px)}.data-section .data-flow-cards .data-card .icon-circle{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1rem;width:60px}.data-section .data-flow-cards .data-card .icon-circle.blue{background-color:#4a90e2}.data-section .data-flow-cards .data-card .icon-circle.green{background-color:#29ab87}.data-section .data-flow-cards .data-card .icon-circle.purple{background-color:#6a4cbf}.data-section .data-flow-cards .data-card h3{color:#262626;font-size:1.5rem;margin-bottom:.75rem}.data-section .data-flow-cards .data-card p{color:#555;font-size:1.125rem;line-height:1.6}@media(max-width:768px){.data-section .data-flow-cards{align-items:center;flex-direction:column}.data-section .data-flow-cards .data-card{max-width:400px;width:90%}}.section2-visual{margin-top:4rem}.section2-visual .video-container{border-radius:1rem;overflow:hidden;position:relative;width:100%}.section2-visual .video-container .city-video{display:block;height:auto;object-fit:cover;width:100%}.section2-visual .video-container .overlay{animation:fadeInOverlay .6s ease forwards;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#26262680;border:1px solid #ffffff26;border-radius:1rem;box-shadow:0 6px 16px #0003;color:#fff;max-width:300px;opacity:0;padding:1rem 1.25rem;position:absolute;transform:translate(-50%,-50%)}.section2-visual .video-container .overlay .overlay-header{align-items:center;display:flex;gap:.5rem}.section2-visual .video-container .overlay .overlay-header .overlay-icon{color:#fff;flex-shrink:0}.section2-visual .video-container .overlay .overlay-header .overlay-title{font-size:1rem;font-weight:600}.section2-visual .video-container .overlay .overlay-sub{font-size:.85rem;margin-bottom:.25rem;opacity:.85}.section2-visual .video-container .overlay .overlay-detail{font-size:.875rem;margin-top:.25rem}.section2-visual .video-container .overlay .overlay-note{font-size:.75rem;font-style:italic;margin-top:.5rem;opacity:.9}.section2-visual .video-container .overlay .status-container{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem;margin-top:.5rem}.section2-visual .video-container .overlay .status-container .status-bar{background:#ffffff40;border-radius:999px;flex:1 1;height:10px;overflow:hidden}.section2-visual .video-container .overlay .status-container .status-bar .status-fill{background-color:#fff;height:100%;transition:width .4s ease-in-out;width:0}.section2-visual .video-container .overlay .status-container .progress{color:#fff;font-size:.8rem;font-weight:600;white-space:nowrap}.section2-visual .video-container .overlay.delay-1{animation-delay:.3s}.section2-visual .video-container .overlay.delay-2{animation-delay:1s}.section2-visual .video-container .overlay.delay-3{animation-delay:1.8s}.section2-visual .video-container .mobile-notifications{display:none}.section2-visual .video-container .mobile-notifications .notification-list{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffd9;border-radius:0 0 1rem 1rem;list-style:none;margin:0;padding:1rem}.section2-visual .video-container .mobile-notifications .notification-list .notification-item{align-items:center;color:#262626;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.section2-visual .video-container .mobile-notifications .notification-list .notification-item.maintenance{border-left:4px solid #6a4cbf;padding-left:.5rem}.section2-visual .video-container .mobile-notifications .notification-list .notification-item.analysis{border-left:4px solid #e3b93f;padding-left:.5rem}.section2-visual .video-container .mobile-notifications .notification-list .notification-item.alert{border-left:4px solid #c44;padding-left:.5rem}.section2-visual .video-container .desktop-overlays{display:block}@media(max-width:768px){.section2-visual .video-container .desktop-overlays,.section2-visual .video-container .overlay{display:none}.section2-visual .video-container .mobile-notifications{display:block}}.section2-visual .visual-description{margin:3rem auto 0;max-width:800px;padding:0 2rem;text-align:center}.section2-visual .visual-description h3{color:#262626;font-size:2.5rem;margin-bottom:2rem}.section2-visual .visual-description p{color:#555;font-size:1.5rem;line-height:1.6}@keyframes fadeInOverlay{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.suite-section{background-color:#f9f9f9;padding:5rem 2rem}.suite-section .container{margin:0 auto;max-width:70rem}.suite-section h2{color:#262626;font-size:2.5rem;margin-bottom:.5rem}.suite-section .suite-subtitle{color:#555;font-size:1.5rem;margin-bottom:3rem;max-width:700px}.suite-section .suite-list{display:flex;flex-direction:column;gap:5rem}.suite-section .suite-item{align-items:center;display:flex;gap:3rem}.suite-section .suite-item.reverse{flex-direction:row-reverse}.suite-section .suite-item .suite-image{flex:1 1;max-width:500px;position:relative}.suite-section .suite-item .suite-image img{border-radius:1rem;box-shadow:0 4px 12px #0000001a;display:block;width:100%}.suite-section .suite-item .suite-image .product-overlay{align-items:center;animation:fadeSlideIn .6s ease forwards;animation-delay:1s;animation-fill-mode:forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff4d;border-radius:1.5rem;bottom:1rem;box-shadow:0 4px 10px #0000001a;color:#fff;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;left:1rem;opacity:0;padding:.4rem .75rem;position:absolute}.suite-section .suite-item .suite-image .product-overlay svg{stroke:#fff}.suite-section .suite-item .suite-content{flex:1 1}.suite-section .suite-item .suite-content h3{color:#262626;font-size:1.75rem;margin-bottom:.25rem}.suite-section .suite-item .suite-content h4{color:#29ab87;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem}.suite-section .suite-item .suite-content p{color:#555;font-size:1.25rem;font-weight:500;line-height:1.6;margin-bottom:1.5rem}.suite-section .suite-item .suite-content .learn-more-btn{background-color:#262626;border-radius:1.5rem;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:.6rem 1.25rem;text-decoration:none;transition:background-color .3s ease}.suite-section .suite-item .suite-content .learn-more-btn:hover{background-color:#29ab87}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.suite-section .suite-item{flex-direction:column!important}.suite-section .suite-item .suite-content,.suite-section .suite-item .suite-image{flex:1 1 100%;max-width:100%}.suite-section .suite-item .product-overlay{bottom:.75rem;font-size:.8rem;left:.75rem;padding:.3rem .6rem}}.cta-section{background-color:#262626;color:#fff;padding:5rem 2rem;text-align:center}.cta-section .container{margin:0 auto;max-width:40rem}.cta-section h2{font-size:2rem;margin-bottom:1rem}.cta-section .cta-subtitle{color:#ccc;font-size:1.25rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-section .cta-button{background-color:#fefefe;border-radius:2rem;color:#262626;display:inline-block;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.cta-section .cta-button:hover{background-color:#29ab87;color:#fefefe}.channelblue-cta{background:#fff;padding:5rem 2rem;text-align:center}.channelblue-cta h2{color:#262626;font-size:2rem;margin-bottom:1rem}.channelblue-cta p{color:#555;font-size:1.125rem;margin-bottom:2rem;margin-inline:auto;max-width:600px}.channelblue-cta .cta-btn{background-color:#262626;border-radius:1.5rem;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none}.channelblue-cta .cta-btn:hover{background-color:#29ab87}@media(max-width:768px){.channelblue-cta{padding:4rem 1.5rem}.channelblue-cta .container h2{font-size:1.6rem}.channelblue-cta .container p{font-size:1rem}}.channelblue-hero{background-color:#fefefe;padding:4rem 2rem}.channelblue-hero .container{margin:0 auto;max-width:70rem}.channelblue-hero .hero-content{align-items:center;display:flex;flex-wrap:wrap;gap:5rem;justify-content:space-between;padding-top:7rem}.channelblue-hero .hero-content .hero-text{flex:1 1 30rem}.channelblue-hero .hero-content .hero-text h1{color:#262626;font-size:3rem;margin-bottom:1rem}.channelblue-hero .hero-content .hero-text p{color:#555;font-size:1.5rem;margin-bottom:2rem;max-width:550px}.channelblue-hero .hero-content .hero-text .cta-btn{background-color:#262626;border-radius:1.5rem;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.channelblue-hero .hero-content .hero-text .cta-btn:hover{background-color:#29ab87}.channelblue-hero .hero-content .hero-image{flex:1 1 35rem;text-align:center}.channelblue-hero .hero-content .hero-image img{border-radius:1rem;height:auto;max-width:500px;object-fit:contain;width:100%}.channelblue-hero .hero-image{position:relative}.channelblue-hero .hero-image img{border-radius:1rem;object-fit:cover;width:100%}.channelblue-hero .hero-image .hero-overlay-glass{animation:fadeIn .5s ease forwards;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000026;border:1px solid #ffffff4d;border-radius:1rem;color:#fff;display:flex;font-size:.875rem;gap:.75rem;min-width:220px;padding:.75rem 1rem;position:absolute}.channelblue-hero .hero-image .hero-overlay-glass .overlay-content{align-items:center;display:flex;gap:.5rem}.channelblue-hero .hero-image .hero-overlay-glass .overlay-content svg{color:#fff;flex-shrink:0;margin-top:.2rem}.channelblue-hero .hero-image .hero-overlay-glass .overlay-content span{display:block;font-weight:600;line-height:1.2;text-align:left}.channelblue-hero .hero-image .hero-overlay-glass .overlay-content .overlay-source{color:#ddd;font-size:.75rem;margin-top:.25rem;text-align:left}.channelblue-hero .hero-image .overlay-stack{bottom:1rem;display:flex;flex-direction:column;gap:1rem;left:35%;position:absolute;transform:translateX(-50%);width:70%;z-index:10}.channelblue-hero .hero-image .overlay-stack .hero-overlay-glass.stacked{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0006;border:1px solid #fff3;font-size:.8rem;padding:.85rem 1rem;position:static;width:70%}.channelblue-hero .hero-image .overlay-stack .hero-overlay-glass.stacked .overlay-content{align-items:flex-start}.channelblue-hero .hero-image .overlay-stack .hero-overlay-glass.stacked .overlay-content svg{margin-top:.1rem}.channelblue-hero .hero-image .overlay-stack .hero-overlay-glass.stacked .overlay-content span{font-size:.85rem}.channelblue-hero .hero-image .overlay-stack .hero-overlay-glass.stacked .overlay-content .overlay-source{font-size:.7rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.channelblue-features{background-color:#fff;padding:5rem 2rem}.channelblue-features .container{margin:0 auto;max-width:105rem}.channelblue-features .container h2{color:#262626;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.channelblue-features .container .features-subtitle{color:#666;font-size:1.5rem;margin-bottom:3rem;text-align:center}.channelblue-features .container .features-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.channelblue-features .container .features-grid .feature-card{background:#fafafa;border-radius:1rem;box-shadow:0 6px 18px #00000014;flex:1 1 220px;max-width:15rem;padding:2rem;text-align:center;transition:transform .3s ease}.channelblue-features .container .features-grid .feature-card svg{color:#29ab87;margin-bottom:1rem}.channelblue-features .container .features-grid .feature-card h4{color:#262626;font-size:1.125rem;margin-bottom:.5rem}.channelblue-features .container .features-grid .feature-card p{color:#555;font-size:1rem}.channelblue-features .container .features-grid .feature-card:hover{transform:translateY(-4px)}@media(max-width:768px){.channelblue-features .container .features-grid{align-items:center;flex-direction:column}.channelblue-features .container .features-grid .feature-card{max-width:90%}}.channel-blue-video{background-color:#f9f9f9;padding:5rem 2rem}.channel-blue-video .container{margin:0 auto;max-width:80rem}.channel-blue-video .video-wrapper{border-radius:1rem;overflow:hidden;position:relative}.channel-blue-video .video-wrapper .channel-video{border-radius:1rem;box-shadow:0 6px 20px #0000001a;height:auto;object-fit:cover;width:100%}.channel-blue-video .video-wrapper .overlay-card{align-items:flex-start;animation:fadeInOut 15s ease-in-out infinite;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000026;border:1px solid #ffffff40;border-radius:1rem;color:#fff;display:flex;gap:.75rem;max-width:240px;opacity:0;padding:1rem 1.25rem;pointer-events:none;position:absolute}.channel-blue-video .video-wrapper .overlay-card svg{color:#fff;flex-shrink:0}.channel-blue-video .video-wrapper .overlay-card .card-content h5{font-size:1rem;font-weight:600;margin:0}.channel-blue-video .video-wrapper .overlay-card .card-content p{color:#ddd;font-size:.875rem;margin:.25rem 0 0}.channel-blue-video .video-wrapper .overlay-card.delay-1{animation-delay:0s}.channel-blue-video .video-wrapper .overlay-card.delay-2{animation-delay:5s}.channel-blue-video .video-wrapper .overlay-card.delay-3{animation-delay:10s}.channel-blue-video .video-wrapper .overlay-card.delay-4{animation-delay:15s}.channel-blue-video .video-wrapper .overlay-card.delay-5{animation-delay:20s}.channel-blue-video .video-wrapper .overlay-stack{display:none}.channel-blue-video .video-wrapper .desktop-only{display:block}.channel-blue-video .video-wrapper .mobile-only{display:none}@media(max-width:768px){.channel-blue-video .video-wrapper .desktop-only{display:none!important}.channel-blue-video .video-wrapper .mobile-only{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.channel-blue-video .video-wrapper .overlay-card{background:#00000040;border:#0000004d;max-width:100%;padding:.85rem 1rem;position:static}}.storebook-hero{background-color:#fefefe;padding:4rem 2rem}.storebook-hero .container{margin:0 auto;max-width:70rem}.storebook-hero .hero-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding-top:7rem}.storebook-hero .hero-content .text-block{flex:1 1 30rem;max-height:-webkit-fit-content;max-height:fit-content}.storebook-hero .hero-content .text-block h1{color:#262626;font-size:3rem;margin-bottom:1rem}.storebook-hero .hero-content .text-block p{color:#555;font-size:1.5rem;margin-bottom:2rem;max-width:550px}.storebook-hero .hero-content .text-block .cta-btn{background-color:#262626;border-radius:1.5rem;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.storebook-hero .hero-content .text-block .cta-btn:hover{background-color:#29ab87}.storebook-hero .hero-content .hero-image{flex:1 1 35rem;max-height:-webkit-fit-content;max-height:fit-content;position:relative;text-align:center}.storebook-hero .hero-content .hero-image img{border-radius:1rem;height:auto;max-width:500px;object-fit:contain;width:100%}@media(max-width:768px){.storebook-hero .hero-content{align-items:center;flex-direction:column;max-height:-webkit-fit-content;max-height:fit-content}.storebook-hero .text-block{max-width:100%;text-align:center}.storebook-hero .text-block h1{font-size:2rem}.storebook-hero .text-block p{font-size:1.1rem;max-width:100%}.storebook-hero .hero-image img{max-height:-webkit-fit-content;max-height:fit-content}}.storebook-features{background-color:#fff;padding:5rem 2rem}.storebook-features .container{margin:0 auto;max-width:1700px}.storebook-features .container h2{color:#262626;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.storebook-features .container .features-subtitle{color:#666;font-size:1.5rem;margin-bottom:3rem;text-align:center}.storebook-features .container .features-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.storebook-features .container .features-grid .feature-card{background:#fafafa;border-radius:1rem;box-shadow:0 6px 18px #00000014;flex:1 1 220px;max-width:250px;padding:2rem;text-align:center;transition:transform .3s ease}.storebook-features .container .features-grid .feature-card svg{color:#29ab87;margin-bottom:1rem}.storebook-features .container .features-grid .feature-card h4{color:#262626;font-size:1.125rem;margin-bottom:.5rem}.storebook-features .container .features-grid .feature-card p{color:#555;font-size:1rem}.storebook-features .container .features-grid .feature-card:hover{transform:translateY(-4px)}@media(max-width:768px){.storebook-features .features-grid{align-items:center;flex-direction:column}.storebook-features .features-grid .feature-card{max-width:90%}}.storebook-video{background-color:#f3f3f3;padding:5rem 2rem}.storebook-video .container{margin:0 auto;max-width:1100px}.storebook-video .video-wrapper{border-radius:1rem;overflow:hidden;position:relative}.storebook-video .video-wrapper .store-video{border-radius:1rem;box-shadow:0 6px 20px #0000001a;height:auto;object-fit:cover;width:100%}.storebook-video .video-wrapper .overlay-card{align-items:flex-start;animation:fadeInOut 15s ease-in-out infinite;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000026;border:1px solid #ffffff40;border-radius:1rem;color:#fff;display:flex;gap:.75rem;max-width:240px;opacity:0;padding:1rem 1.25rem;pointer-events:none;position:absolute}.storebook-video .video-wrapper .overlay-card svg{color:#fff;flex-shrink:0}.storebook-video .video-wrapper .overlay-card .card-content h5{font-size:1rem;font-weight:600;margin:0}.storebook-video .video-wrapper .overlay-card .card-content p{color:#ddd;font-size:.875rem;margin:.25rem 0 0}.storebook-video .video-wrapper .delay-1{animation-delay:0s}.storebook-video .video-wrapper .delay-2{animation-delay:5s}.storebook-video .video-wrapper .delay-3{animation-delay:10s}.storebook-video .video-wrapper .delay-4{animation-delay:15s}.storebook-video .video-wrapper .delay-5{animation-delay:20s}.storebook-video .video-wrapper .overlay-stack{display:none}.storebook-video .video-wrapper .desktop-only{display:block}.storebook-video .video-wrapper .mobile-only{display:none}@media(max-width:768px){.storebook-video .video-wrapper .desktop-only{display:none!important}.storebook-video .video-wrapper .overlay-stack{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.storebook-video .video-wrapper .overlay-card{background:#00000040;max-width:100%;padding:.85rem 1rem;position:static}}.storebook-impact{background:#fff;padding:5rem 2rem;text-align:center}.storebook-impact .container{margin:0 auto;max-width:900px}.storebook-impact .container h2{color:#262626;font-size:2.5rem;margin-bottom:1rem}.storebook-impact .container p{color:#555;font-size:1.5rem;margin-bottom:2rem}.storebook-impact .container .cta-btn{background-color:#262626;border-radius:1.5rem;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none}.storebook-impact .container .cta-btn:hover{background-color:#29ab87}@media(max-width:768px){.storebook-impact{padding:4rem 1.5rem}.storebook-impact .container h2{font-size:1.6rem}.storebook-impact .container p{font-size:1rem}}.sudo-canary-hero{background-color:#fefefe;padding:4rem 2rem}.sudo-canary-hero .container{margin:0 auto;max-width:70rem}.sudo-canary-hero .hero-content{align-items:center;display:flex;flex-wrap:wrap;gap:4rem;justify-content:space-between;padding-top:7rem}.sudo-canary-hero .hero-content .hero-text{flex:1 1 30rem;max-height:-webkit-fit-content;max-height:fit-content}.sudo-canary-hero .hero-content .hero-text h1{color:#262626;font-size:3rem;margin-bottom:1rem}.sudo-canary-hero .hero-content .hero-text p{color:#555;font-size:1.5rem;margin-bottom:2rem;max-width:550px}.sudo-canary-hero .hero-content .hero-text .cta-btn{background-color:#262626;border-radius:1.5rem;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s ease}.sudo-canary-hero .hero-content .hero-text .cta-btn:hover{background-color:#29ab87}.sudo-canary-hero .hero-content .hero-image{flex:1 1 35rem;max-height:-webkit-fit-content;max-height:fit-content;position:relative}.sudo-canary-hero .hero-content .hero-image img{width:100%}.sudo-canary-hero .hero-content .hero-image .grid-zone{animation:pulseGrid 5s ease-in-out infinite;background-color:#fc0101cc;border:1px solid #ffffff4d;border-radius:50%;height:30px;pointer-events:none;position:absolute;width:30px}.sudo-canary-hero .hero-content .hero-image .hero-overlay-card{align-items:flex-start;animation:fadeInOut 5s ease-in-out;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000004d;border:1px solid #00000026;border-radius:1rem;box-shadow:0 6px 20px #0003;color:#fff;display:flex;gap:.75rem;max-width:220px;opacity:1;padding:1rem 1.25rem;position:absolute}.sudo-canary-hero .hero-content .hero-image .hero-overlay-card svg{color:#fff;flex-shrink:0;margin-top:.15rem}.sudo-canary-hero .hero-content .hero-image .hero-overlay-card .card-text strong{font-size:.95rem}.sudo-canary-hero .hero-content .hero-image .hero-overlay-card .card-text p{color:#ddd;font-size:.8rem;margin:.25rem 0 0}@keyframes pulseGrid{0%,to{opacity:.25;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}@media(max-width:768px){.sudo-canary-hero .hero-content{flex-direction:column}.sudo-canary-hero .hero-content .hero-text{text-align:center}.sudo-canary-hero .hero-content .hero-image .hero-overlay-card{display:block;margin:1rem auto 0;max-width:90%;position:static}.sudo-canary-hero .hero-content .hero-image .grid-zone{display:none}}.sudo-canary-features{background:#fff;padding:5rem 2rem}.sudo-canary-features .container{margin:0 auto;max-width:100rem;text-align:center}.sudo-canary-features .container h2{color:#262626;font-size:2rem;margin-bottom:1rem}.sudo-canary-features .container .subtitle{color:#555;font-size:1.125rem;margin-bottom:3rem}.sudo-canary-features .container .features-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.sudo-canary-features .container .features-grid .feature-card{background:#fafafa;border-radius:1rem;box-shadow:0 6px 18px #00000014;flex:1 1 220px;max-width:15rem;padding:2rem;text-align:center;transition:transform .3s ease}.sudo-canary-features .container .features-grid .feature-card svg{color:#29ab87;margin-bottom:1rem}.sudo-canary-features .container .features-grid .feature-card h4{color:#262626;font-size:1.125rem;margin-bottom:.5rem}.sudo-canary-features .container .features-grid .feature-card p{color:#555;font-size:1rem}.sudo-canary-features .container .features-grid .feature-card:hover{transform:translateY(-4px)}@media(max-width:768px){.sudo-canary-features .container .features-grid{align-items:center;flex-direction:column}.sudo-canary-features .container .features-grid .feature-card{max-width:90%}}.sudo-canary-video{background-color:#f5f5f5;padding:5rem 2rem}.sudo-canary-video .container{margin:0 auto;max-width:80rem}.sudo-canary-video .video-wrapper{border-radius:1rem;overflow:hidden;position:relative}.sudo-canary-video .video-wrapper .canary-video{border-radius:1rem;box-shadow:0 6px 20px #0000001a;height:auto;object-fit:cover;width:100%}.sudo-canary-video .video-wrapper .overlay-card{align-items:flex-start;animation:fadeInOut 15s ease-in-out infinite;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000026;border:1px solid #ffffff40;border-radius:1rem;color:#fff;display:flex;gap:.75rem;max-width:240px;opacity:0;padding:1rem 1.25rem;pointer-events:none;position:absolute}.sudo-canary-video .video-wrapper .overlay-card svg{color:#fff;flex-shrink:0}.sudo-canary-video .video-wrapper .overlay-card .card-content h5{font-size:1rem;font-weight:600;margin:0}.sudo-canary-video .video-wrapper .overlay-card .card-content p{color:#ddd;font-size:.875rem;margin:.25rem 0 0}.sudo-canary-video .video-wrapper .overlay-card.delay-1{animation-delay:0s}.sudo-canary-video .video-wrapper .overlay-card.delay-2{animation-delay:5s}.sudo-canary-video .video-wrapper .overlay-card.delay-3{animation-delay:10s}.sudo-canary-video .video-wrapper .desktop-only{display:block}.sudo-canary-video .video-wrapper .mobile-only,.sudo-canary-video .video-wrapper .overlay-stack{display:none}@media(max-width:768px){.sudo-canary-video .video-wrapper .desktop-only{display:none!important}.sudo-canary-video .video-wrapper .mobile-only{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.sudo-canary-video .video-wrapper .overlay-card{background:#00000040;max-width:100%;padding:.85rem 1rem;position:static}}.sudo-canary-cta{background-color:#fff;padding:5rem 2rem;text-align:center}.sudo-canary-cta .container{margin:auto;max-width:40rem}.sudo-canary-cta .container h2{color:#262626;font-size:2rem;margin-bottom:1rem}.sudo-canary-cta .container p{color:#555;font-size:1.125rem;margin-bottom:2rem}.sudo-canary-cta .container .cta-btn{background-color:#262626;border-radius:1.5rem;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none}.sudo-canary-cta .container .cta-btn:hover{background-color:#29ab87}@media(max-width:768px){.sudo-canary-cta{padding:4rem 1.5rem}.sudo-canary-cta .container h2{font-size:1.6rem}.sudo-canary-cta .container p{font-size:1rem}}.corner-store-hero{background-color:#fefefe;padding:4rem 2rem}.corner-store-hero .container{margin:0 auto;max-width:70rem}.corner-store-hero .hero-content{align-items:center;display:flex;flex-wrap:wrap;gap:5rem;justify-content:space-between;padding-top:7rem}.corner-store-hero .hero-content .hero-text{flex:1 1 30rem;max-height:-webkit-fit-content;max-height:fit-content}.corner-store-hero .hero-content .hero-text h1{color:#262626;font-size:3rem;margin-bottom:1rem}.corner-store-hero .hero-content .hero-text p{color:#555;font-size:2rem;margin-bottom:2rem;max-width:550px}.corner-store-hero .hero-content .hero-text .cta-btn{background-color:#262626;border-radius:1.5rem;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none}.corner-store-hero .hero-content .hero-text .cta-btn:hover{background-color:#29ab87}.corner-store-hero .hero-content .hero-image{flex:1 1 35rem;max-height:-webkit-fit-content;max-height:fit-content;max-width:100%;position:relative}.corner-store-hero .hero-content .hero-image img{border-radius:1rem;width:100%}@media(max-width:768px){.corner-store-hero .hero-content{flex-direction:column}.corner-store-hero .hero-content .hero-text{text-align:center}.corner-store-hero .hero-content .hero-text h1{font-size:2.25rem}.corner-store-hero .hero-content .hero-text p{font-size:1.5rem}}.corner-store-features{background:#fff;padding:5rem 2rem}.corner-store-features .container{margin:0 auto;max-width:105rem}.corner-store-features .container h2{color:#262626;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.corner-store-features .container .features-subtitle{color:#555;font-size:1.5rem;margin-bottom:3rem;text-align:center}.corner-store-features .container .features-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.corner-store-features .container .features-grid .feature-card{background:#fafafa;border-radius:1rem;box-shadow:0 6px 18px #00000014;flex:1 1 220px;max-width:15rem;padding:2rem;text-align:center;transition:transform .3s ease}.corner-store-features .container .features-grid .feature-card svg{color:#29ab87;margin-bottom:1rem}.corner-store-features .container .features-grid .feature-card h4{color:#262626;font-size:1.125rem;margin-bottom:.5rem}.corner-store-features .container .features-grid .feature-card p{color:#555;font-size:1rem}.corner-store-features .container .features-grid .feature-card:hover{transform:translateY(-4px)}@media(max-width:768px){.corner-store-features .container .features-grid{align-items:center;flex-direction:column}.corner-store-features .container .features-grid .feature-card{max-width:90%}}.corner-store-video{background-color:#f3f3f3;padding:5rem 2rem}.corner-store-video .container{margin:0 auto;max-width:80rem}.corner-store-video .video-wrapper{border-radius:1rem;overflow:hidden;position:relative}.corner-store-video .video-wrapper .store-video{border-radius:1rem;box-shadow:0 6px 20px #0000001a;height:auto;object-fit:cover;width:100%}.corner-store-video .video-wrapper .overlay-card{align-items:flex-start;animation:fadeInOut 15s ease-in-out infinite;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#00000026;border:1px solid #ffffff40;border-radius:1rem;color:#fff;display:flex;gap:.75rem;max-width:240px;opacity:0;padding:1rem 1.25rem;pointer-events:none;position:absolute}.corner-store-video .video-wrapper .overlay-card svg{color:#fff;flex-shrink:0}.corner-store-video .video-wrapper .overlay-card .card-content h5{font-size:1rem;font-weight:600;margin:0}.corner-store-video .video-wrapper .overlay-card .card-content p{color:#ddd;font-size:.875rem;margin:.25rem 0 0}.corner-store-video .video-wrapper .overlay-card.delay-1{animation-delay:0s}.corner-store-video .video-wrapper .overlay-card.delay-2{animation-delay:5s}.corner-store-video .video-wrapper .overlay-card.delay-3{animation-delay:10s}.corner-store-video .video-wrapper .overlay-card.delay-4{animation-delay:15s}.corner-store-video .video-wrapper .desktop-only{display:block}.corner-store-video .video-wrapper .mobile-only,.corner-store-video .video-wrapper .overlay-stack{display:none}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}10%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0}}@keyframes slideFade{0%{opacity:0;transform:translateY(10px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0}}@media(max-width:768px){.corner-store-video .video-wrapper .desktop-only{display:none!important}.corner-store-video .video-wrapper .mobile-only{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.corner-store-video .video-wrapper .overlay-card{background:#00000040;max-width:100%;padding:.85rem 1rem;position:static}}.corner-store-cta{background-color:#fff;padding:5rem 2rem}.corner-store-cta .container{margin:0 auto;max-width:60rem;text-align:center}.corner-store-cta .container h2{color:#262626;font-size:2rem;margin-bottom:1rem}.corner-store-cta .container p{color:#555;font-size:1.125rem;margin-bottom:2rem;margin-inline:auto;max-width:600px}.corner-store-cta .container .cta-btn{background-color:#262626;border-radius:1.5rem;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none}.corner-store-cta .container .cta-btn:hover{background-color:#29ab87}.confirmation-message{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:7rem;max-width:30rem;padding:5rem 3rem;text-align:center;width:90%}.confirmation-message h3{color:#29ab87;font-size:2rem;margin-bottom:1rem}.confirmation-message p{color:#262626;font-size:1.125rem;font-weight:500;margin-bottom:0}@media(max-width:768px){.confirmation-message{padding:3rem 1.5rem}.confirmation-message h3{font-size:1.75rem}.confirmation-message p{font-size:1rem}}.notify-page{align-items:center;display:flex;flex-direction:column;margin-top:7rem;padding:5rem 2rem}.notify-page h2{font-size:2.25rem;margin-bottom:.5rem}.notify-page h2,.notify-page p{color:#262626;text-align:center}.notify-page p{font-size:1.125rem;font-weight:500;margin-bottom:2rem;max-width:600px}.notify-page .notify-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff4d;border-radius:.75rem;box-shadow:0 5px 15px #00000026;margin-top:1rem;max-width:600px;padding:4rem 3rem;width:100%}.notify-page .notify-container .interest-form{display:flex;flex-direction:column;gap:1.5rem}.notify-page .notify-container .interest-form input,.notify-page .notify-container .interest-form select,.notify-page .notify-container .interest-form textarea{background-color:#fff;border:1px solid #ccc;border-radius:.5rem;color:#262626;font-family:inherit;font-size:1rem;padding:1rem}.notify-page .notify-container .interest-form .cta-btn{background-color:#262626;border:none;border-radius:1.5rem;color:#fefefe;cursor:pointer;font-size:1.125rem;font-weight:600;padding:.75rem 1.5rem;transition:background-color .3s ease;width:-webkit-fit-content;width:fit-content}.notify-page .notify-container .interest-form .cta-btn:hover{background-color:#29ab87}.notify-page .notify-container .confirmation-message{text-align:center}.notify-page .notify-container .confirmation-message h3{color:#29ab87;font-size:2rem;margin-bottom:1rem}.notify-page .notify-container .confirmation-message p{color:#262626;font-size:1.125rem}@media(max-width:768px){.notify-page{padding:3rem 1.25rem}.notify-page h2{font-size:1.75rem}.notify-page p{font-size:1rem}.notify-page .notify-container{padding:2.5rem 1.5rem}.notify-page .notify-container .interest-form .cta-btn{width:100%}}.about-hero{height:100vh;overflow:hidden;position:relative;width:100%}.about-hero .hero-video-bg{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.about-hero .hero-overlay{align-items:center;background:#0006;display:flex;height:100%;justify-content:center;padding:2rem;position:relative;z-index:1}.about-hero .hero-overlay .container{color:#fff;max-width:900px;text-align:center}.about-hero .hero-overlay .container h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.about-hero .hero-overlay .container p{color:#ddd;font-size:1.75rem;line-height:1.6}@media(max-width:768px){.about-hero .hero-overlay .container h1{font-size:2rem}.about-hero .hero-overlay .container p{font-size:1.05rem}}.about-values{background-color:#f9f9f9;padding:5rem 2rem}.about-values .container{margin:0 auto;max-width:105rem}.about-values h2{color:#262626;font-size:2rem;margin-bottom:3rem;text-align:center}.about-values .values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(17rem,1fr))}.about-values .value-card{background:#fefefe;border-radius:1rem;box-shadow:0 4px 12px #0000000d;padding:2rem;text-align:center;transition:transform .3s ease}.about-values .value-card:hover{box-shadow:0 6px 16px #00000014;transform:translateY(-6px)}.about-values .value-card .icon{align-items:center;background:#29ab87;border-radius:50%;color:#fff;display:flex;height:3rem;justify-content:center;margin:0 auto 1.25rem;width:3rem}.about-values .value-card h4{color:#262626;font-size:1.5rem;margin-bottom:.5rem}.about-values .value-card p{color:#555;font-size:1rem;line-height:1.5}@media(max-width:768px){.about-values{padding:4rem 1.5rem}.about-values h2{font-size:1.75rem}.about-values .value-card{padding:1.5rem}}.about-timeline{background:#f9f9f9;padding:5rem 2rem}.about-timeline .container{margin:0 auto;max-width:1100px;text-align:center}.about-timeline .container h2{color:#262626;font-size:2rem;margin-bottom:1rem}.about-timeline .container .timeline-subtitle{color:#555;font-size:1.125rem;margin-bottom:2rem;margin-inline:auto;max-width:600px}.about-timeline .container .timeline-placeholder{background-color:#fff;border:2px dashed #ccc;border-radius:1rem;color:#999;font-size:1rem;padding:3rem}@media(max-width:768px){.about-timeline .container h2{font-size:1.5rem}.about-timeline .timeline-placeholder{padding:2rem 1rem}}.placeholder-page{align-items:center;background-color:#fefefe;display:flex;justify-content:center;min-height:80vh;padding:6rem 2rem;text-align:center}.placeholder-page .content{max-width:700px}.placeholder-page .content h1{color:#262626;font-size:2.5rem;margin-bottom:1rem}.placeholder-page .content p{color:#555;font-size:1.25rem}.terms{background-color:#fefefe;color:#262626;font-family:Inter,sans-serif;padding:4rem 2rem}.terms h1{font-size:2rem;font-weight:600;margin-bottom:2rem}.terms .markdown{margin:0 auto;max-width:800px;padding-top:7rem}.terms .markdown h2,.terms .markdown h3{color:#262626;font-weight:600;margin-top:2rem}.terms .markdown p{color:#444;font-size:1rem;line-height:1.7;margin:1rem 0}.terms .markdown ol,.terms .markdown ul{line-height:1.6;margin-left:2rem}.terms .markdown a{color:#29ab87;text-decoration:underline}.terms .markdown a:hover{color:#135744}.privacy{margin-top:7rem}.privacy .container{margin:auto;max-width:800px;padding:4rem 2rem}.privacy .container h1{color:#262626;font-size:2.25rem;margin-bottom:1.5rem}.privacy .container .markdown{color:#444;line-height:1.7}.privacy .container .markdown h2{color:#262626;font-size:1.5rem;margin-top:2rem}.privacy .container .markdown ul{list-style:disc;margin:1rem 0;padding-left:1.25rem}.privacy .container .markdown a{color:#29ab87;text-decoration:underline}.not-found-page{align-items:center;background-color:#f9f9f9;display:flex;justify-content:center;min-height:100vh;padding:6rem 2rem;text-align:center}.not-found-page .container{max-width:600px}.not-found-page .container .icon-wrap{color:#29ab87;margin-bottom:1rem}.not-found-page .container h1{color:#262626;font-size:2.5rem;margin-bottom:1rem}.not-found-page .container p{color:#666;font-size:1.125rem;margin-bottom:2rem}.not-found-page .container .cta-btn{background-color:#262626;border-radius:2rem;color:#fff;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none}.not-found-page .container .cta-btn:hover{background-color:#29ab87}@media(max-width:768px){.not-found-page .container h1{font-size:2rem}.not-found-page .container p{font-size:1rem}}
/*# sourceMappingURL=main.6e470342.css.map*/