@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--font-sans: "Outfit", sans-serif;--color-black: #000000;--color-primary: #797CE7;--color-page: #F7F7FF;--color-surface: #EDEEFF;--color-white: #FFFFFF;--container-max: 1200px;--container-gutter: 24px;--container-gutter-mobile: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{width:100%;min-height:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-gutter:stable;background-color:var(--color-page)}body{width:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;background-color:var(--color-page);color:var(--color-black);font-family:var(--font-sans);display:block;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit}button{border:0;background:none;cursor:pointer}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.container,.about-container,.product-container,.service-container,.contact-container,.ft-container{width:min(var(--container-max),calc(100% - (var(--container-gutter) * 2)));margin-inline:auto}.font-sans{font-family:var(--font-sans)}.text-primary{color:var(--color-primary)}.bg-page{background-color:var(--color-page)}@media (max-width: 1024px){:root{--container-gutter: 20px}}@media (max-width: 640px){:root{--container-gutter: var(--container-gutter-mobile)}html,body,#root{overflow-x:hidden}.container,.about-container,.product-container,.service-container,.contact-container,.ft-container{width:calc(100% - (var(--container-gutter) * 2));margin-inline:auto}}:root{--topbar-height: 52px;--hh-bar-height: 76px;--hh-fixed-offset: calc(var(--topbar-height) + var(--hh-bar-height))}.hh-root{min-height:100vh;min-height:100dvh;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;overflow:hidden;padding-top:var(--hh-fixed-offset)}.hh-bar{position:fixed;top:var(--topbar-height);left:0;z-index:999;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:space-between;padding:0 32px;width:100%;height:var(--hh-bar-height);border-bottom:1px solid rgba(0,0,0,.08)}.hh-brand{font-size:1.2rem;font-weight:800;color:#7678ed;text-decoration:none;letter-spacing:.02em;white-space:nowrap}.hh-nav{display:flex;align-items:center;gap:40px}.hh-nav a{font-size:.92rem;font-weight:500;color:#111;text-decoration:none;white-space:nowrap}.hh-content{width:min(1200px,calc(100% - 64px));margin:0 auto;padding:80px 0 100px}.hh-title{margin:0 0 28px;color:#fff;font-size:clamp(2.6rem,5vw,4.5rem);line-height:1.08;font-weight:700;max-width:520px}.hh-cta{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:0 22px;border-radius:999px;background:#fff;color:#7678ed;font-weight:600;font-size:.95rem;text-decoration:none;box-shadow:0 10px 24px #7678ed2e}.hh-cta-arrow{font-size:1rem;line-height:1}@media (max-width: 1024px){:root{--hh-bar-height: 70px}.hh-root{min-height:78vh;min-height:78dvh;background-position:58% center}.hh-bar{padding:0 24px}.hh-nav{gap:24px}.hh-nav a{font-size:.84rem}.hh-content{width:calc(100% - 48px);padding:64px 0 72px}.hh-title{max-width:430px;font-size:clamp(2rem,4vw,3.1rem)}}@media (max-width: 820px){:root{--topbar-height: 56px;--hh-bar-height: 64px}.hh-root{min-height:620px;min-height:calc(100dvh - var(--topbar-height));background-position:64% center}.hh-bar{padding:0 16px;gap:12px}.hh-brand{font-size:1.05rem}.hh-nav{gap:12px;margin-left:auto}.hh-nav a{font-size:.72rem}.hh-content{width:calc(100% - 32px);padding:34px 0 40px}.hh-title{max-width:260px;font-size:2.1rem;line-height:1.12;margin-bottom:18px}.hh-cta{min-height:42px;padding:0 16px;font-size:.82rem}.hh-content{transform:translateY(120px)}}@media (max-width: 480px){.hh-nav{gap:8px}.hh-nav a{font-size:.66rem}.hh-content{width:calc(100% - 24px)}.hh-title{font-size:1.72rem;max-width:230px}.hh-cta{min-height:40px;padding:0 14px;font-size:.78rem}}@media (max-width: 640px){.hh-bar{display:flex;justify-content:center;align-items:center;padding:14px 16px}.hh-nav{display:none}.hh-brand{margin:0 auto;text-align:center}}.about-root{background:#efeff7;padding:44px 0 56px}.about-container{width:min(1120px,calc(100% - 64px));margin:0 auto}.about-top{display:grid;grid-template-columns:1.2fr 280px;gap:56px;align-items:start}.about-copy{min-width:0}.about-title{margin:0 0 18px;font-size:2rem;line-height:1.1;font-weight:700;color:#7678ed}.about-p{margin:0 0 18px;max-width:760px;font-size:1rem;line-height:1.55;color:#000c}.about-photo-wrapper{display:flex;justify-content:flex-end}.about-photo-img{width:100%;max-width:260px;display:block;border-radius:18px;object-fit:cover}@media (max-width: 900px){.about-container{width:calc(100% - 32px)}.about-top{grid-template-columns:1fr;gap:22px}.about-title{font-size:1.5rem;margin-bottom:14px}.about-p{font-size:.92rem;line-height:1.45;margin-bottom:14px}.about-photo-wrapper{justify-content:center}.about-photo-img{max-width:250px;border-radius:16px}}@media (max-width: 640px){.about-root{padding:26px 0 36px}.about-container{width:calc(100% - 28px)}.about-title{font-size:1.35rem}.about-p{font-size:.78rem;line-height:1.4;max-width:100%}.about-photo-img{max-width:210px}}.product-root{background:#efeff7;font-family:IBM Plex Sans,sans-serif;color:#111;padding:38px 0 68px}.product-container{width:min(1120px,calc(100% - 64px));margin:0 auto}.product-title{margin:0 0 12px;color:#7678ed;font-weight:700;font-size:2rem;line-height:1.12}.product-subtitle{margin:0 0 28px;max-width:760px;font-size:1rem;line-height:1.5;color:#000c}.product-features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-bottom:34px}.pf-card{display:grid;grid-template-columns:40px 1fr;gap:14px;align-items:start;background:#fff;border-radius:16px;padding:18px;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 18px #0000000d}.pf-icon img{width:30px;height:30px;object-fit:contain}.pf-content h3{margin:0 0 6px;font-size:.95rem;line-height:1.2;font-weight:700;color:#111}.pf-content p{margin:0;font-size:.82rem;line-height:1.42;color:#000000bf}.product-panel{width:100%;background:#fff;border-radius:10px;overflow:hidden;border:1px solid rgba(0,0,0,.14);box-shadow:0 8px 18px #0000000a}.panel-head,.panel-row{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));width:100%}.panel-head{background:#111;color:#fff}.panel-th{min-width:0;padding:14px 10px;font-size:.72rem;line-height:1.2;font-weight:600;text-align:left;white-space:normal;overflow-wrap:anywhere}.panel-row{background:#fff}.panel-td{min-width:0;padding:14px 10px;font-size:.72rem;line-height:1.28;color:#111;border-top:1px solid rgba(0,0,0,.08);overflow-wrap:anywhere;word-break:break-word}.docs{margin-top:16px;background:#fff;border-radius:10px;border:1px solid rgba(0,0,0,.14);overflow:hidden}.docs-list{display:flex;flex-direction:column}.docs-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px;border-top:1px solid rgba(0,0,0,.08)}.docs-row:first-child{border-top:0}.docs-row-left{min-width:0}.docs-row-title{font-size:.85rem;line-height:1.35;color:#111}.docs-row-right{flex-shrink:0}.docs-download{display:inline-flex;align-items:center;color:#7678ed}.product-cta{display:grid;place-items:center;margin-top:24px}.product-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:#7678ed;color:#fff;font-size:.85rem;font-weight:600;text-decoration:none;box-shadow:0 10px 24px #7678ed38}@media (max-width: 1200px){.product-container{width:calc(100% - 40px)}.panel-th,.panel-td{padding:12px 7px;font-size:.64rem}}@media (max-width: 900px){.product-container{width:calc(100% - 32px)}.product-title{font-size:1.5rem}.product-subtitle{font-size:.92rem;margin-bottom:20px}.product-features{grid-template-columns:1fr;gap:14px}.pf-card{padding:14px 16px;border-radius:14px}.pf-content h3{font-size:.9rem}.pf-content p{font-size:.78rem}.panel-head,.panel-row{grid-template-columns:repeat(9,minmax(0,1fr))}.panel-th,.panel-td{padding:10px 6px;font-size:.58rem;line-height:1.18}}@media (max-width: 640px){.product-root{padding:28px 0 44px}.product-container{width:calc(100% - 28px)}.product-title{font-size:1.35rem;margin-bottom:10px}.product-subtitle{font-size:.76rem;line-height:1.4;margin-bottom:18px;max-width:260px}.product-features{grid-template-columns:1fr;gap:12px;margin-bottom:18px}.pf-card{grid-template-columns:32px 1fr;gap:10px;padding:12px 14px;border-radius:14px}.pf-icon img{width:22px;height:22px}.pf-content h3{font-size:.76rem;margin-bottom:4px}.pf-content p{font-size:.68rem;line-height:1.32}.panel-head{display:none}.panel-row{display:flex;flex-direction:column}.panel-td{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:12px 14px;font-size:.72rem;line-height:1.3;border-top:1px solid rgba(0,0,0,.08)}.panel-td:before{content:attr(data-label);font-weight:700;color:#111}.docs{margin-top:12px}.docs-row{padding:11px 12px}.docs-row-title{font-size:.72rem}.product-cta{margin-top:20px}.product-btn{min-height:38px;padding:0 14px;font-size:.72rem}}.service-root{background:#111;color:#fff;padding:40px 0 52px}.service-container{width:min(1120px,calc(100% - 64px));margin:0 auto}.service-title{margin:0 0 12px;color:#7678ed;font-size:2rem;font-weight:700;line-height:1.12}.service-subtitle{margin:0 0 26px;max-width:720px;font-size:1rem;line-height:1.5;color:#ffffffd6}.service-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.svc-card{width:100%;background:#fff;color:#1d1d1d;border-radius:16px;padding:40px;display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:start;box-shadow:0 8px 18px #00000029}.svc-icon{width:28px;height:28px;object-fit:contain}.svc-title{margin:0 0 5px;font-size:.88rem;font-weight:700;line-height:1.2;color:#111}.svc-text{margin:0;font-size:.74rem;line-height:1.35;color:#000000c2}@media (max-width: 900px){.service-container{width:calc(100% - 32px)}.service-title{font-size:1.5rem}.service-subtitle{font-size:.92rem;margin-bottom:18px}.service-cards{grid-template-columns:1fr;gap:12px}}@media (max-width: 640px){.service-root{padding:24px 0 34px}.service-container{width:calc(100% - 28px)}.service-title{font-size:1.35rem;margin-bottom:8px}.service-subtitle{font-size:.76rem;line-height:1.38;max-width:280px;margin-bottom:16px}.svc-card{padding:20px;border-radius:14px;grid-template-columns:28px 1fr;gap:10px;width:50%;margin:0 auto}}.svc-icon{width:22px;height:22px}.svc-title{font-size:.76rem}.svc-text{font-size:.66rem;line-height:1.28}.contact-root{background:#f3f3f3;padding:38px 0 42px}.contact-container{width:min(1120px,calc(100% - 64px));margin:0 auto;position:relative}.contact-layout{display:grid;grid-template-columns:1fr 180px;gap:28px;align-items:center}.contact-title{margin:0 0 12px;color:#7678ed;font-size:2rem;line-height:1.12;font-weight:700}.contact-text{margin:0 0 12px;max-width:760px;font-size:1rem;line-height:1.5;color:#000000d1}.contact-email{display:inline-block;color:#7678ed;font-size:.92rem;text-decoration:underline}.contact-illu{display:flex;justify-content:flex-end}.contact-illu img{width:140px;height:140px;object-fit:contain}.contact-top{position:absolute;right:0;bottom:8px;display:inline-grid;place-items:center}.contact-top img{width:24px;height:24px;object-fit:contain}@media (max-width: 900px){.contact-container{width:calc(100% - 32px)}.contact-layout{grid-template-columns:1fr;gap:16px}.contact-title{font-size:1.5rem}.contact-text{font-size:.92rem}.contact-illu,.contact-top{display:none}}@media (max-width: 640px){.contact-root{padding:26px 0 30px}.contact-container{width:calc(100% - 28px)}.contact-title{font-size:1.35rem;margin-bottom:8px}.contact-text{font-size:.76rem;line-height:1.38;margin-bottom:10px;max-width:250px}.contact-email{font-size:.74rem}}.ft-root{background:#7678ed;color:#fff;padding:34px 0 24px}.ft-container{width:min(1120px,calc(100% - 64px));margin:0 auto}.ft-top{display:flex;align-items:flex-start;justify-content:space-between;gap:30px}.ft-cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;flex:1}.ft-col{display:flex;flex-direction:column;gap:8px}.ft-head{font-size:.96rem;font-weight:700;color:#fff;text-decoration:none}.ft-link{font-size:.82rem;line-height:1.38;color:#ffffffeb;text-decoration:none}.ft-brand{display:flex;flex-direction:column;align-items:flex-end;flex-shrink:0}.ft-logo{width:160px;height:auto;display:block}.ft-designed{margin-top:6px}.ft-designed a{font-size:.78rem;color:#ffffffe6;text-decoration:none}.ft-sep{height:1px;background:#ffffffb8;margin:22px 0 18px}.ft-bottom{display:flex;align-items:center;justify-content:center;gap:28px}.ft-bottom-link{font-size:.88rem;font-weight:500;color:#fff;text-decoration:none}@media (max-width: 900px){.ft-container{width:calc(100% - 32px)}.ft-top{flex-direction:column;gap:18px}.ft-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ft-logo{width:128px}}@media (max-width: 640px){.ft-root{padding:28px 0 22px}.ft-container{width:calc(100% - 28px)}.ft-top{display:grid;grid-template-columns:1fr auto;align-items:end;gap:18px 14px}.ft-cols{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(3,auto);gap:26px;align-self:start}.ft-col{gap:0}.ft-col--contact{display:none}.ft-head{font-size:.82rem;line-height:1.15;text-align:left}.ft-link{display:none}.ft-brand{align-items:center;justify-self:end;text-align:center;align-self:end}.ft-logo{width:138px}.ft-designed{margin-top:4px;width:100%;text-align:center}.ft-designed a{font-size:.54rem;line-height:1.2;display:inline-block;text-align:center}.ft-sep{width:56%;margin:12px 0 16px}.ft-bottom{display:grid;grid-template-columns:1fr 1fr;justify-items:center;align-items:center;gap:0;width:100%;margin:0 auto}.ft-bottom-link{font-size:.74rem}}@media (max-width: 390px){.ft-container{width:calc(100% - 20px)}.ft-top{gap:16px 10px}.ft-cols{gap:22px}.ft-head{font-size:.76rem}.ft-logo{width:124px}.ft-designed a{font-size:.5rem}.ft-sep{width:54%}.ft-bottom-link{font-size:.7rem}}:root{--topbar-height: 52px;--header-height: 76px;--fixed-stack-height: calc(var(--topbar-height) + var(--header-height))}.topbar{position:fixed;top:0;left:0;width:100%;height:var(--topbar-height);z-index:1000;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.topbar-inner{max-width:100%;height:100%;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.right{display:flex;align-items:center;gap:12px;margin-left:auto}.chip{height:36px;padding:0 14px;border:1px solid #d8d8d8;border-radius:999px;background:#fff;color:#111;font-size:.92rem;font-weight:500;cursor:pointer;white-space:nowrap}.chip:hover{background:#f7f7f7}@media (max-width: 768px){:root{--topbar-height: 56px;--header-height: 68px}.topbar-inner{padding:0 16px}.right{gap:8px;width:100%;justify-content:flex-end}.chip{height:34px;padding:0 12px;font-size:.82rem}}:root{--dd-toggle-width: 360px}.modal-backdrop{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .25s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-card{background:var(--color-white);color:var(--color-black);border-radius:20px;box-shadow:0 12px 32px #00000026;font-family:var(--font-sans);position:relative;padding:32px 40px;max-width:480px;width:90%}.modal-fullscreen{width:100%;max-width:600px;border-radius:20px}.modal-centered{max-width:460px}.modal-small{max-width:500px;padding:28px 32px}.modal-close{position:absolute;top:14px;right:18px;font-size:24px;color:var(--color-black);background:none;border:none;cursor:pointer;transition:opacity .2s ease}.modal-close:hover{opacity:.7}.modal-title{font-family:var(--font-sans);font-weight:600;font-size:1.4rem;color:#000;text-align:center;margin-bottom:24px}.modal-content{text-align:center}.options-grid{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.role-button{background:var(--color-primary);border:1px solid transparent;border-radius:9999px;color:var(--color-white);font-weight:500;font-size:.95rem;padding:10px 20px;cursor:pointer;transition:all .2s ease;font-family:var(--font-sans)}.role-button:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-page)}.role-info-container{display:flex;justify-content:center;margin-top:18px}.role-info-link{display:inline-flex;align-items:center;gap:8px;background-color:transparent;border:none;padding:0;cursor:pointer}.info-icon{width:24px;height:auto;display:block}.info-text{font-size:.85rem;color:#000;max-width:260px;text-align:left;background-color:transparent;border:none}.role-info-link img{max-width:none}.info-modal{padding:32px 36px!important;max-width:45%}.info-modal-header{display:flex;align-items:flex-start;justify-content:flex-start;width:100%;margin-bottom:20px;padding:0}.info-modal-header .modal-title,.info-modal-header .info-title{font-family:var(--font-sans);font-size:1.2rem;font-weight:600;text-align:left;color:#000;margin:0}.info-list{list-style:none;padding:0;margin:0;text-align:left;font-size:.92rem;line-height:1.6}.info-list li{margin-bottom:14px}.info-list strong{color:var(--color-primary);font-weight:600}.dropdown-container{display:flex;justify-content:center;margin-bottom:24px;width:100%}.dropdown-toggle{background:var(--color-primary);color:var(--color-white);border:1px solid transparent;border-radius:9999px;font-family:var(--font-sans);padding:10px 20px;cursor:pointer;transition:all .25s ease;font-size:.95rem;width:var(--dd-toggle-width);max-width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px}.dropdown-menu{list-style:none;margin:8px auto 0;padding:6px 0;border:1px solid #e0e0e0;background:var(--color-white);border-radius:12px;max-height:240px;overflow-y:auto;box-shadow:0 8px 24px #0000001f;width:var(--dd-toggle-width);max-width:100%}.scrollable-dropdown::-webkit-scrollbar{width:6px}.scrollable-dropdown::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.dropdown-item{width:100%;background:none;border:none;text-align:center;font-size:.9rem;color:var(--color-black);padding:8px 0;cursor:pointer;transition:background .2s ease,color .2s ease}.dropdown-item:hover{background:var(--color-page);color:var(--color-primary)}.modal-note{font-size:.85rem;color:#000000a6;line-height:1.5;margin-top:20px;text-align:center;max-width:400px;margin-inline:auto}@media (max-width: 768px){.modal-card{padding:24px 28px;width:92%}.modal-title{font-size:1.2rem}.role-button,.dropdown-toggle{font-size:.9rem;padding:8px 16px;width:65%;margin:0 auto}.info-text{font-size:.8rem;max-width:220px}.dropdown-toggle,.dropdown-menu{width:100%;max-width:100%}}@media (max-width: 480px){.modal-card{padding:20px 22px}.modal-title{font-size:1.1rem}}.info-img{height:auto;width:32px}.private-page{min-height:100vh;width:100%;display:flex;flex-direction:column;box-sizing:border-box;color:#000;font-family:var(--font-body, "Montserrat", system-ui, sans-serif);background-color:#e7ebff;background-image:url(/assets/hero2-CiOUQlAE.png);background-size:cover;background-position:center;background-repeat:no-repeat}.private-header{padding:18px 32px 0}.private-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center}.private-logo{height:40px;width:auto;margin-top:40px}.private-main{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px 80px}.private-box{max-width:780px;font-size:1.25rem;line-height:1.7;font-weight:500;color:#151515}.private-box p{margin:0 0 24px}.private-underline{text-decoration:underline;text-underline-offset:3px}@media (max-width: 1024px){.private-header{padding:16px 20px 0}.private-logo{height:40px}.private-main{padding:32px 16px 64px}.private-box{font-size:1.1rem;line-height:1.6}}@media (max-width: 640px){.private-header{padding:14px 16px 0}.private-logo{height:34px}.private-main{padding:24px 16px 56px;justify-content:flex-start}.private-box{margin-top:80px;font-size:1rem;text-align:left}}.privateMessage{max-width:760px;font-family:var(--font-body);color:#fff;line-height:1.75;font-size:1.25rem;font-weight:400;margin-bottom:100px}.privateMessage p{margin:0 0 22px}.privateMessage span{text-decoration:underline;text-underline-offset:4px}.private-footer{position:fixed;left:0;right:40px;bottom:0;height:84px;background:transparent;display:flex;align-items:center;justify-content:right;gap:80px;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.private-footer-link{color:#fff;text-decoration:none;font-size:16px;font-weight:500}.private-footer-link:hover{text-decoration:underline}
