html,body{margin:0;padding:0;background:#0b0f14;color:#fff;font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:where(a,button,input,textarea,select,[tabindex]):focus{outline:none}:where(a,button,input,textarea,select,[tabindex]):focus-visible{outline:none!important;box-shadow:none!important}:where(a[href],button:not(:disabled),summary,[role=button],[role=tab],input[type=button],input[type=submit],input[type=checkbox],input[type=radio]){cursor:pointer}:where(button,input,select,textarea):disabled,[aria-disabled=true]{cursor:not-allowed}.app-main article.cursor-pointer:not([role=button]),.app-main div.cursor-pointer:not([role=button]):not([tabindex]){cursor:default}.app-main{display:block;background:linear-gradient(to right bottom,#0f1217,#000,#0e0f14)}.rm-page-hero{box-sizing:border-box;min-height:17.5rem}@media (min-width: 768px){.rm-page-hero{min-height:22rem}}.rm-page-hero__content{position:absolute;inset:6rem 0 0;display:flex;align-items:center;justify-content:center}.rm-page-hero__title{margin:0;transform:translateY(-.85rem)}.rm-page-hero__title>span{font-size:clamp(2.75rem,5vw,3.75rem)!important;line-height:1.08!important;letter-spacing:.015em;text-transform:uppercase;text-wrap:balance;text-shadow:0 6px 24px rgba(0,0,0,.48)}@media (max-width: 767px){.rm-page-hero__title{transform:translateY(-.3rem)}.rm-page-hero__title>span{font-size:clamp(1.5rem,7vw,1.875rem)!important;line-height:1.12!important;letter-spacing:.01em}}.rm-page-hero__image{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.9) brightness(.68);transform:scale(1.015)}.rm-page-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,#05080d94,#05080d4d 50%,#05080d94),linear-gradient(0deg,rgba(5,8,13,.78),transparent 62%,rgba(5,8,13,.28))}.navbar{position:fixed;inset:0 0 auto;z-index:50;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border-bottom:1px solid rgba(255,255,255,.08);background:#0a0e1673;transition:background .3s ease,border-color .3s ease}.navbar--scrolled{background:#0a0e1680;border-bottom-color:#ffffff1f}.navbar__container{width:100%;max-width:1920px;margin:0 auto;padding:0 4rem}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:6rem}.navbar__logo{flex:0 0 auto}.navbar__logo img{height:28px;width:auto;object-fit:contain;max-width:none}.navbar__menu.desktop-only,.desktop-only.navbar__menu{display:flex;align-items:center;gap:.5rem;margin-left:0}.navbar__menu>*{align-self:center}.navbar__menu .js-open-demo{display:inline-flex;align-items:center;justify-content:center;font-size:clamp(.875rem,calc(.554rem + .476vw),1.125rem);line-height:1.25}@media (max-width: 960px){.navbar__menu.desktop-only{display:none}}.mobile-only{display:none}@media (max-width: 960px){.navbar .mobile-only{display:flex;margin-left:auto}}.nav-link{position:relative;padding:.5rem 1.125rem;border-radius:999px;border:none;background:transparent;font-size:clamp(.875rem,calc(.554rem + .476vw),1.125rem);font-weight:500;line-height:1.25;color:#c6cbd2;cursor:pointer;transition:background-color .15s ease,color .15s ease;white-space:nowrap;text-decoration:none}.nav-link--with-arrow{display:inline-flex;align-items:center;gap:.4rem}.nav-link--active,.nav-link:hover,.nav-dropdown.is-open .nav-link{color:#fff;background:#ffffff0d}.nav-link i{transition:transform .2s ease}.nav-dropdown.is-open .nav-link i{transform:rotate(180deg)}.nav-link:focus-visible,.navbar__burger:focus-visible,.nav-mega__link:focus-visible{outline:2px solid #00d7f8;outline-offset:3px}@media (max-width: 1800px){.navbar__container{padding:0 1.5rem}.nav-link{padding:.5rem .75rem}}@media (min-width: 961px) and (max-width: 1360px){.navbar__container{padding:0 1rem}.navbar__logo img{height:26px}.navbar__menu.desktop-only{gap:.125rem}.nav-link{padding:.45rem .55rem}.navbar__menu .js-open-demo{margin-right:.5rem;margin-left:.5rem;padding:.7rem 1rem}}@media (max-width: 768px){.navbar__container{padding:0 1rem}}.navbar__burger{width:2.5rem;height:2.5rem;border:none;border-radius:999px;align-items:center;justify-content:center;color:#c6cbd2;background:transparent;cursor:pointer}.navbar__burger:hover{color:#00d7f8;background:#ffffff0a}.nav-dropdown{position:static}.nav-dropdown__panel{position:fixed;top:calc(6rem - 1px);left:50%;width:min(1120px,calc(100vw - 2rem));max-height:calc(100dvh - 7rem);overflow-y:auto;transform:translate(-50%);z-index:60;border:1px solid rgba(0,215,248,.2);border-radius:0 0 20px 20px;background:radial-gradient(circle at 12% 0%,rgba(0,215,248,.09),transparent 34%),radial-gradient(circle at 88% 100%,rgba(255,0,0,.08),transparent 30%),#070b12f7;backdrop-filter:blur(22px);box-shadow:0 28px 80px #000000b8;animation:nav-mega-in .16s ease-out}@keyframes nav-mega-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.nav-mega{padding:24px}.nav-mega--compact{width:min(840px,calc(100vw - 2rem))}.nav-mega__header{display:flex;align-items:center;gap:16px;padding:0 4px 20px;margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08)}.nav-mega__section-icon{flex:0 0 auto;width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(0,215,248,.26);border-radius:13px;background:#00d7f814;color:#00d7f8;font-size:22px}.nav-mega__eyebrow,.nav-mega__title,.nav-mega__description{margin:0}.nav-mega__eyebrow{margin-bottom:3px;color:#00d7f8;font-size:10px;font-weight:700;letter-spacing:.13em}.nav-mega__title{color:#fff;font-size:18px;font-weight:650;line-height:1.25}.nav-mega__description{margin-top:3px;color:#8f96a3;font-size:12px;line-height:1.4}.nav-mega__grid{margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;list-style:none}.nav-mega__link{min-height:48px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(255,255,255,.07);border-radius:11px;background:#ffffff06;color:#c6cbd2;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s ease,border-color .15s ease,background-color .15s ease,transform .15s ease}.nav-mega__link>i:last-child{flex:0 0 auto;color:#69717f;font-size:15px;transition:color .15s ease,transform .15s ease}.nav-mega__link:hover{color:#fff;border-color:#00d7f847;background:#00d7f812;transform:translateY(-1px)}.nav-mega__link:hover>i:last-child{color:#00d7f8;transform:translate(2px,-2px)}.nav-mega__grid--insights{grid-template-columns:repeat(3,minmax(0,1fr))}.nav-mega__link--featured{min-height:64px;justify-content:flex-start}.nav-mega__link--featured>i:first-child{color:#00d7f8;font-size:20px}.nav-mega__link--featured>span{flex:1}.mobile-menu{display:none;position:fixed;left:0;right:0;bottom:0;top:6rem;height:calc(100dvh - 6rem);z-index:40;overflow-y:auto;border-top:1px solid rgba(255,255,255,.08);background:#0a0e16f2;backdrop-filter:blur(18px)}.mobile-menu.is-open{display:block}.mobile-menu__inner{padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.5rem}.mobile-menu__item{width:100%;text-align:left;padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.06);background:#ffffff06;font-size:.875rem;font-weight:500;color:#c6cbd2;cursor:pointer;text-decoration:none}.mobile-menu__item--with-arrow{display:inline-flex;align-items:center;justify-content:space-between;gap:.75rem}.mobile-menu__item:hover{background:#ffffff0d;color:#fff}.mobile-menu__group{display:flex;flex-direction:column;gap:.25rem}.mobile-menu__item i{transition:transform .2s ease}.mobile-menu__item.is-open i{transform:rotate(180deg)}.mobile-submenu{display:none;margin:.25rem 0 0;flex-direction:column;gap:.25rem}.mobile-submenu.is-open{display:flex}.mobile-submenu__list{margin-left:0;padding:.25rem 0 .25rem .75rem;border-left:1px solid rgba(0,215,248,.2);display:flex;flex-direction:column;gap:.25rem}.mobile-submenu__child{width:100%;text-align:left;padding:.6rem .75rem;border-radius:9px;border:none;background:transparent;font-size:.8125rem;color:#aab1bd;cursor:pointer;text-decoration:none}.mobile-submenu__child:hover{background:#ffffff08;color:#fff}.navbar .max-w-7xl{max-width:100rem;margin-left:auto;margin-right:auto}@media (max-width: 1080px) and (min-width: 961px){.nav-mega__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer{border-top:1px solid rgba(0,225,255,.1);padding:2.5rem 0 1.5rem;background:#050505;color:#f5f7fa;font-size:.9rem}.footer__container{max-width:1400px;margin:0 auto;padding:0 2rem}.footer__top{display:flex;justify-content:center;margin-bottom:2.5rem}.footer__logo-main{height:34px;width:auto;display:block}.footer__grid{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;column-gap:5.5rem;row-gap:2rem}.footer__col{max-width:320px;margin:0}.footer__col--partners{flex:0 1 360px;max-width:360px;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.footer__col-title{margin-bottom:.75rem;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:#7d8b9b}.footer__link-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.footer__nav-link{font-size:.9rem;color:#c8d4e2;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font:inherit;text-align:left}.footer__nav-link:hover{color:#fff}.link-button{padding:0;margin:0;border:none;background:none;font:inherit;text-align:left;cursor:pointer}.footer__phone{display:inline-flex;font-weight:500;letter-spacing:.03em;color:#e0f2ff;text-decoration:none}.footer__phone__mobile{font-weight:500;letter-spacing:.03em;color:#e0f2ff;text-decoration:none;margin-top:10px;display:none}.footer__phone:hover{color:#00e1ff}.footer__brands{display:flex;align-items:center;gap:1.2rem;flex-wrap:nowrap;justify-content:flex-end}.footer__brand img{height:26px;width:auto;max-width:120px;object-fit:contain;display:block;transition:transform .2s ease}.footer__brand:hover img{transform:scale(1.06)}.footer__copy{font-size:.8rem;color:#9aa7b8;text-align:right;max-width:360px}@media (max-width: 768px){.footer{padding:2rem 0 1.5rem}.link-button.footer__nav-link{text-align:center;display:block;width:100%}.footer__container{padding:0 1.25rem}.footer__top{margin-bottom:.5rem}.footer__grid{flex-direction:column;align-items:center;column-gap:0;row-gap:.75rem}.footer__col,.footer__col--partners{flex:0 1 100px;max-width:250px}.footer__col-title{text-align:center}.footer__link-list{align-items:center}.footer__brands{justify-content:center;flex-wrap:wrap}.footer__copy{text-align:center;max-width:none}.footer__phone{display:none}.footer__phone__mobile{display:flex;justify-content:center;align-items:center;margin-bottom:1.5rem;margin-top:1rem}}.hero-text-fade{position:relative;display:inline-block}.hero-text-fade:before{content:"";position:absolute;z-index:0;pointer-events:none;inset:-50px -10px;background:radial-gradient(140% 180% at 80% 50%,#0000008c,#00000059 100%,#0000);filter:blur(10px)}.hero-text-fade>p{position:relative;z-index:1}:root{--rm-line-h: 96px;--rm-dot: 13px;--rm-bg-1: #0b0f14;--rm-bg-2: #10151f;--rm-accent: #00d7f8;--rm-accent-red: #e33737;--rm-gray-1: #c6cbd2;--rm-gray-2: #8f96a3;--rm-white: #ffffff}.rm-line{position:relative;width:1px;height:var(--rm-line-h);opacity:.45}.rm-dot{position:absolute;left:50%;top:0;width:var(--rm-dot);height:var(--rm-dot);border-radius:9999px}@keyframes rmTopLineCyanDown{0%{transform:translate(-50%);opacity:0}10%{transform:translate(-50%);opacity:1}70%{opacity:1}to{transform:translate(-50%,calc(var(--rm-line-h) - var(--rm-dot)));opacity:0}}@keyframes rmTopLineRedUp{0%{transform:translate(-50%,calc(var(--rm-line-h) - var(--rm-dot)));opacity:0}10%{transform:translate(-50%,calc(var(--rm-line-h) - var(--rm-dot)));opacity:1}70%{opacity:1}to{transform:translate(-50%);opacity:0}}@keyframes rmBottomLineRedDown{0%{transform:translate(-50%);opacity:0}10%{transform:translate(-50%);opacity:1}70%{opacity:1}to{transform:translate(-50%,calc(var(--rm-line-h) - var(--rm-dot)));opacity:0}}@keyframes rmBottomLineCyanUp{0%{transform:translate(-50%,calc(var(--rm-line-h) - var(--rm-dot)));opacity:0}10%{transform:translate(-50%,calc(var(--rm-line-h) - var(--rm-dot)));opacity:1}70%{opacity:1}to{transform:translate(-50%);opacity:0}}@keyframes rmEnergyPulse{0%,to{opacity:.85}50%{opacity:1}}.rm-glow,.rm-glow-layer{will-change:opacity;transform:translateZ(0)}.rm-no-scrollbar::-webkit-scrollbar{display:none}.rm-no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}html.no-scroll,body.no-scroll{overflow:hidden;overscroll-behavior:none}body.no-scroll{position:fixed;left:0;right:0;width:100%}html.mobile-menu-open{overflow:hidden;overscroll-behavior:none}.rm-overlay{position:fixed;inset:0;z-index:80;display:none;place-items:center;background:#000000a6}.rm-overlay.is-open{display:grid}.rm-dialog{position:relative;max-width:520px;width:calc(100vw - 2rem);background:#0c121e99;backdrop-filter:blur(18px);border:1px solid rgba(0,215,248,.22);border-radius:24px;box-shadow:inset 0 0 12px #00d7f80d,0 18px 45px #000000a6;padding:32px 32px 28px;font-family:Inter,system-ui,sans-serif;color:#fff}.rm-dialog--wide{max-width:720px;max-height:80vh;overflow:auto}.rm-dialog__close{position:absolute;top:18px;right:18px;width:32px;height:32px;border-radius:999px;border:1px solid rgba(198,203,210,.25);background:#10151fe6;color:var(--rm-gray-1);display:flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer}.rm-dialog__title{margin:0 0 8px;font-size:24px;font-weight:600}.rm-dialog__subtitle{margin:0 0 24px;font-size:14px;color:var(--rm-gray-2)}.rm-form{display:flex;flex-direction:column;gap:18px}.rm-field{display:flex;flex-direction:column;gap:6px}.rm-field__label{font-size:13px;font-weight:500;color:var(--rm-gray-1)}.rm-field__hint{color:#8f96a3;font-size:12px;line-height:1.45}.rm-input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:20px 18px;font-size:16px;color:#fff;outline:none}.rm-input:focus{border-color:var(--rm-accent);box-shadow:0 0 0 3px #00d7f826}.rm-input:is(textarea){min-height:112px;resize:vertical}.rm-consent{position:relative;display:grid;grid-template-columns:20px 1fr;align-items:start;gap:10px;color:var(--rm-gray-1);font-size:13px;line-height:1.5;cursor:pointer}.rm-consent__input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.rm-consent__mark{width:20px;height:20px;margin-top:1px;border:1px solid rgba(198,203,210,.55);border-radius:5px;background:#ffffff0a;display:grid;place-items:center;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.rm-consent__input:checked+.rm-consent__mark{border-color:var(--rm-accent);background:var(--rm-accent)}.rm-consent__input:checked+.rm-consent__mark:after{content:"";width:10px;height:6px;border-left:2px solid #071017;border-bottom:2px solid #071017;transform:translateY(-1px) rotate(-45deg)}.rm-consent__input:focus-visible+.rm-consent__mark{box-shadow:0 0 0 3px #00d7f833}.rm-consent__link{padding:0;border:0;background:transparent;color:var(--rm-accent);font:inherit;text-align:left;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.rm-consent__link:hover{color:#fff}.rm-dialog__actions{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.rm-btn{border:none;cursor:pointer;font-weight:600;font-size:14px;border-radius:12px;padding:12px 24px;display:inline-flex;align-items:center;justify-content:center}.rm-btn--primary{background:red;color:#fff}.rm-btn--secondary{background:transparent;color:var(--rm-accent);border:1px solid var(--rm-accent)}.js-demo-form.is-submitted [data-demo-fields]{display:none!important}.rm-success{display:none;margin-top:14px;color:var(--rm-gray-1)}.rm-success.is-on{display:block;animation:rm-success-in .3s ease-out}.rm-success--section{max-width:42rem;margin:0 auto;text-align:center}.rm-success__icon{display:flex;width:3.5rem;height:3.5rem;align-items:center;justify-content:center;margin:0 0 1rem;border:1px solid rgba(0,215,248,.3);border-radius:999px;background:#00d7f81f;color:var(--rm-accent);font-size:1.75rem}.rm-success--section .rm-success__icon{margin-inline:auto}.rm-success__title{margin:0 0 1.25rem;color:#fff;font-size:1.35rem;font-weight:700}.rm-success__summary{display:grid;gap:.75rem;margin:0 0 1.25rem;text-align:left}.rm-success__summary>div{padding:.85rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:.875rem;background:#ffffff0a}.rm-success__summary dt{margin-bottom:.25rem;color:#8f96a3;font-size:.75rem}.rm-success__summary dd{margin:0;color:#fff;font-size:.9375rem;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}.rm-success__message{margin:0 0 1.25rem;color:#c6cbd2;font-size:.9375rem;line-height:1.5}@keyframes rm-success-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.rm-error{margin-top:8px;font-size:12px;color:var(--rm-accent-red);display:none}.rm-error.is-on{display:block}.benefit-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 0 12px #00d7f80d,0 18px 40px #0000008c}.benefit-card:hover{border-color:#fff3;box-shadow:inset 0 0 16px #00d7f814,0 24px 60px #000000b3}.image-hover-container{background:#10151f;border:1px solid rgba(0,215,248,.22);box-shadow:inset 0 12px #00d7f80d,0 4px 12px #00000040,0 8px 20px #00000059;transition:transform .35s ease-out,box-shadow .35s ease-out}.image-hover-container:hover{transform:translateY(-3px);box-shadow:0 20px 50px #0006}.image-hover-container img{transition:transform .35s ease-out,filter .35s ease-out}.image-hover-container:hover img{transform:scale(1.03) translateY(-3px);filter:saturate(1.05)}.office-panel[hidden]{display:none!important}.office-map{position:relative;height:260px;min-height:260px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#131820}.office-map__frame{display:block;width:100%;height:100%;border:0;background:#131820}.office-map-link{display:inline-flex;align-items:center;gap:.35rem;color:#00d7f8;font-size:12px;font-weight:600;text-decoration:none}.office-map-link:hover{color:#fff}@media (min-width: 768px){.office-map{min-height:320px;height:320px}}@media (min-width: 1024px){.office-map,.office-map__frame{min-height:360px;height:360px}}.js-office-tab{background:transparent;border:1px solid rgba(255,255,255,.12);color:#c6cbd2}.js-office-tab:hover{border-color:#00d7f8;color:#fff}.js-office-tab.is-active{background:#00d7f81a;border-color:#00d7f8;color:#fff;box-shadow:0 0 0 1px #00d7f859}.rm-eyebrow{margin-bottom:.75rem;color:#00d7f8;font-size:.75rem;font-weight:700;letter-spacing:.2em}.rm-section-cta{display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-top:3rem;color:#c6cbd2;text-align:center}.rm-secondary-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:3rem;padding:.75rem 1.25rem;border:1px solid rgba(0,215,248,.45);border-radius:1rem;color:#fff;font-weight:700;transition:border-color .2s,background-color .2s,transform .2s}.rm-secondary-cta:hover{border-color:#00d7f8;background:#00d7f81a;transform:translateY(-2px)}.rm-feature-tabs{display:flex;justify-content:center;gap:.75rem;margin:-1rem auto 2.5rem}.rm-feature-tab{min-height:3rem;padding:.75rem 1.25rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#c6cbd2;font-weight:600;transition:color .2s,border-color .2s,background-color .2s}.rm-feature-tab:hover,.rm-feature-tab.is-active{border-color:#00d7f8;color:#fff;background:#00d7f81a}.rm-feature-grid [hidden]{display:none!important}.rm-tour{position:relative;overflow:hidden}.rm-tour:before{content:"";position:absolute;top:12%;right:-18rem;width:36rem;height:36rem;border-radius:999px;background:#00d7f814;filter:blur(120px);pointer-events:none}.rm-tour__layout{position:relative;display:flex;flex-direction:column;gap:1rem;padding:clamp(.75rem,1.2vw,1.15rem);border:1px solid rgba(255,255,255,.1);border-radius:1.75rem;background:linear-gradient(145deg,#141922eb,#080b10f5);box-shadow:inset 0 1px #ffffff0a,0 30px 80px #0000006b}.rm-tour__steps{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.4rem;width:100%;padding:.2rem}.rm-tour__steps:before{display:none}.rm-tour-step{position:relative;z-index:1;display:grid;grid-template-columns:1.75rem minmax(0,1fr);align-items:center;align-content:center;gap:.45rem;width:100%;min-height:4.25rem;padding:.85rem .7rem;border:1px solid transparent;border-radius:.9rem;background:transparent;color:#c6cbd2;text-align:left;cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease}.rm-tour-step:hover{color:#fff;background:#ffffff0a}.rm-tour-step:focus-visible{outline:2px solid #00d7f8;outline-offset:3px}.rm-tour-step.is-active{border-color:#00d7f84d;background:#00d7f813;color:#fff;box-shadow:inset 0 0 18px #00d7f809;transform:none}.rm-tour-step__number{display:grid;place-items:center;align-self:center;width:1.75rem;height:1.75rem;border:0;border-radius:.5rem;background:#ffffff0a;color:#8f96a3;font-size:.68rem;font-weight:800;letter-spacing:.08em;transition:color .2s ease,border-color .2s ease,box-shadow .2s ease}.rm-tour-step.is-active .rm-tour-step__number{color:#00d7f8;background:#00d7f81c;box-shadow:none}.rm-tour-step__copy{display:flex;align-self:center;min-width:0;flex-direction:column;justify-content:center;gap:.3rem}.rm-tour-step__copy strong{display:block;color:inherit;font-size:1rem;line-height:1.25}.rm-tour-step__copy small{display:none;color:#8f96a3;font-size:.8rem;line-height:1.45}.rm-tour__stage{width:100%;min-width:0;padding:.4rem;border:1px solid rgba(255,255,255,.1);border-radius:1.2rem;background:#0a0d12;box-shadow:inset 0 0 18px #00d7f808}.rm-tour__chrome{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:2.5rem;padding:0 .65rem;color:#68717e;font-size:.65rem;font-weight:700;letter-spacing:.12em}.rm-tour__chrome-dots{display:flex;gap:.32rem}.rm-tour__chrome-dots i{width:.42rem;height:.42rem;border-radius:999px;background:#39414d}.rm-tour__chrome-dots i:first-child{background:#ff4338}.rm-tour__chrome-title{color:#8f96a3}.rm-tour__chrome-current{justify-self:end;display:flex;align-items:center;gap:.4rem;color:#00d7f8}.rm-tour__chrome-current strong{font:inherit}.rm-tour__chrome-current em{font-style:normal}.rm-tour__chrome-current em:before{content:"\b7";margin-right:.4rem}.rm-tour-panel{margin:0;animation:rm-tour-reveal .3s ease-out}.rm-tour-panel[hidden]{display:none!important}@keyframes rm-tour-reveal{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}.rm-tour-panel__image{position:relative;display:block;width:min(100%,1024px);margin-right:auto;margin-left:auto;padding:0;overflow:hidden;border:0;border-radius:.8rem;background:#13171d;cursor:pointer}.rm-tour-panel__image:focus-visible{outline:2px solid #00d7f8;outline-offset:3px}.rm-tour-panel__image img{display:block;width:100%;height:auto;object-fit:contain;image-rendering:-webkit-optimize-contrast;transition:filter .2s ease}.rm-tour-panel__image:hover img{filter:brightness(1.04)}.rm-tour-panel__zoom{position:absolute;right:.8rem;bottom:.8rem;display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .75rem;border:1px solid rgba(255,255,255,.16);border-radius:.75rem;background:#05070ac7;backdrop-filter:blur(10px);color:#fff;font-size:.75rem;font-weight:700}.rm-tour-panel figcaption{display:flex;align-items:baseline;gap:.75rem;padding:1rem .75rem .55rem}.rm-tour-panel figcaption strong{flex:0 0 auto;color:#fff;font-size:.95rem}.rm-tour-panel figcaption span{color:#8f96a3;font-size:.85rem;line-height:1.5}.rm-tour-lightbox{padding:1rem;background:#000000e0}.rm-tour-lightbox__dialog{position:relative;width:min(96vw,1024px);max-height:94vh}.rm-tour-lightbox__image{display:block;width:auto;max-width:100%;max-height:92vh;margin:0 auto;border:1px solid rgba(255,255,255,.16);border-radius:1rem;object-fit:contain;background:#13171d;box-shadow:0 28px 90px #000000bf}.rm-tour-lightbox__close{position:absolute;z-index:2;top:.75rem;right:.75rem;display:grid;place-items:center;width:2.75rem;height:2.75rem;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#05070ad1;color:#fff;font-size:1.4rem;cursor:pointer}@media (max-width: 1023px){.rm-tour__layout{display:grid;grid-template-columns:1fr;gap:1.5rem}.rm-tour__steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0;border-bottom:0}.rm-tour__steps:before{display:none}.rm-tour-step{grid-template-columns:2rem minmax(0,1fr);padding:.85rem;border:1px solid transparent;border-radius:1rem}.rm-tour-step:last-child{grid-column:1 / -1}.rm-tour-step.is-active{border-color:#00d7f857;background:#00d7f817;transform:none}.rm-tour-step__copy small{display:block}.rm-tour-step__number{width:2rem;height:2rem}}@media (max-width: 639px){.rm-tour__chrome{grid-template-columns:auto minmax(0,1fr)}.rm-tour__chrome-title{display:none}.rm-tour__chrome-current{flex-direction:column;align-items:flex-end;gap:.1rem;max-width:12rem;line-height:1.25;text-align:right}.rm-tour__chrome-current em:before{content:none}.rm-tour__steps{display:flex;gap:.5rem;margin:0 -.25rem;padding:.25rem 14vw;overflow-x:auto;overscroll-behavior-x:contain;scroll-padding-inline:14vw;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.rm-tour__steps::-webkit-scrollbar{display:none}.rm-tour-step,.rm-tour-step:last-child{flex:0 0 min(72vw,15rem);width:auto;scroll-snap-align:center}.rm-tour-step__copy small{display:none}.rm-tour-panel figcaption{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.85rem .35rem .35rem}.rm-tour-panel__zoom{right:.5rem;bottom:.5rem;padding:.45rem .6rem}}@media (prefers-reduced-motion: reduce){.rm-tour-panel{animation:none}.rm-tour-step,.rm-tour-step__number,.rm-tour-panel__image img{transition:none}}.rm-trusted{padding-top:3.5rem;padding-bottom:2rem}.rm-trusted__header{margin-bottom:2.5rem}.rm-trusted-title{margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.rm-trusted__lead{max-width:44rem;margin:1rem auto 0;color:#aeb6c3;font-size:clamp(.95rem,1.6vw,1.125rem);line-height:1.6}.rm-trusted-frame{position:relative;overflow:hidden;padding:1.1rem 0;border:1px solid rgba(255,255,255,.09);border-radius:2rem;background:radial-gradient(circle at 18% 0%,rgba(0,215,248,.09),transparent 34%),radial-gradient(circle at 84% 100%,rgba(255,0,0,.07),transparent 32%),#0a0e16ad;box-shadow:inset 0 1px #ffffff0a,0 18px 48px #00000047;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.rm-trusted-frame:before,.rm-trusted-frame:after{content:"";position:absolute;z-index:3;top:0;bottom:0;width:clamp(1.25rem,4vw,3.5rem);pointer-events:none}.rm-trusted-frame:before{left:0;background:linear-gradient(90deg,rgba(8,12,19,.86),transparent)}.rm-trusted-frame:after{right:0;background:linear-gradient(270deg,rgba(8,12,19,.86),transparent)}.rm-trusted-frame__glow{position:absolute;inset:0;pointer-events:none;background:linear-gradient(115deg,transparent 30%,rgba(255,255,255,.035) 48%,transparent 66%)}.rm-trusted-viewport{overflow-x:auto;overflow-y:hidden;padding:.75rem 1.5rem;cursor:grab;user-select:none;touch-action:pan-x}.rm-trusted-viewport.is-dragging{cursor:grabbing}.rm-trusted-track{display:flex;width:max-content;align-items:center;gap:1rem;margin:0;padding:0;list-style:none}.rm-trusted-card{position:relative;display:flex;width:15rem;height:9rem;flex:0 0 15rem;align-items:center;justify-content:center;overflow:hidden;padding:1.75rem;border:1px solid rgba(255,255,255,.075);border-radius:1.5rem;background:linear-gradient(145deg,#00d7f817,#ff00000b);box-shadow:inset 0 1px #ffffff0a,0 8px 20px #00000029;transition:transform .3s ease,border-color .3s ease,background .3s ease}.rm-trusted-card:before{content:"";position:absolute;inset:.45rem;border:1px solid rgba(255,255,255,.46);border-radius:1.1rem;background:linear-gradient(145deg,#f1f5f9f0,#dce4ede0);box-shadow:inset 0 1px #ffffffb8,0 5px 15px #00000024;transition:background .3s ease,box-shadow .3s ease}.rm-trusted-card:hover{transform:translateY(-3px);border-color:#00d7f83d;background:linear-gradient(145deg,#ffffff1b,#00d7f809)}.rm-trusted-card:hover:before{background:linear-gradient(145deg,#f8fafcfa,#e6edf4f0);box-shadow:inset 0 1px #fffffff2,0 10px 28px #00d7f81f}.rm-trusted-card__logo{position:relative;z-index:1;display:block;width:100%;height:100%;max-width:11rem;max-height:5.75rem;object-fit:contain;filter:saturate(1)}@media (max-width: 767px){.rm-trusted{padding-top:2.5rem;padding-bottom:1.5rem}.rm-trusted__header{margin-bottom:1.75rem}.rm-trusted-frame{margin-inline:-1rem;border-radius:1.5rem}.rm-trusted-viewport{padding-inline:1rem;scroll-snap-type:x proximity}.rm-trusted-track{gap:.75rem}.rm-trusted-card{width:11.5rem;height:7rem;flex-basis:11.5rem;padding:1.25rem;border-radius:1.25rem;scroll-snap-align:center}.rm-trusted-card__logo{max-width:8.75rem;max-height:4.5rem}}@media (prefers-reduced-motion: reduce){.rm-trusted-card{transition:none}.rm-trusted-card:hover{transform:none}}@media (max-width: 767px){.rm-section-cta{flex-direction:column}.rm-tabs-sticky-shell{position:sticky;top:calc(6rem - 1px);z-index:30;margin:0 -1.5rem 1.5rem;padding:.6rem 0;border:0;border-bottom:1px solid rgba(255,255,255,.08);background:#0a0e16b8;backdrop-filter:blur(16px) saturate(135%);-webkit-backdrop-filter:blur(16px) saturate(135%);box-shadow:0 8px 24px #0000002e}.rm-tabs-sticky-shell .rm-feature-tabs{margin:0;padding:.2rem 1rem;justify-content:center;flex-wrap:nowrap;gap:.625rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scroll-padding-inline:1rem;scrollbar-width:none}.rm-tabs-sticky-shell .rm-feature-tabs::-webkit-scrollbar{display:none}.rm-tabs-sticky-shell .rm-feature-tabs.is-overflowing{justify-content:flex-start}.rm-tabs-sticky-shell .rm-feature-tab{min-height:2.75rem;flex:0 0 auto;padding:.65rem 1rem;border-color:#ffffff1f;background:#ffffff06;color:#aeb6c3;box-shadow:inset 0 1px #ffffff06;scroll-snap-align:center;white-space:nowrap}.rm-tabs-sticky-shell .rm-feature-tab.is-active{border-color:#00d7f8c7;background:#00d7f81a;color:#fff;box-shadow:inset 0 0 18px #00d7f80f}}.h-50{height:12.5rem}.min-w-80{min-width:20rem}.max-w-70{max-width:17.5rem}.max-h-40{max-height:10rem}.rich p{margin:0 0 1rem}.rich a{color:#00d7f8}.policy-content{color:#c6cbd2;line-height:1.7;font-size:.95rem}.policy-content h2,.policy-content h3{color:#fff;margin:1.2rem 0 .6rem}.policy-content p{margin:0 0 .75rem}.policy-content strong{color:#fff}.policy-content a{color:var(--rm-accent);text-decoration:underline;text-underline-offset:2px}.rm-overlay--policy{z-index:90;background:#000000c7;padding:1rem}.rm-policy-dialog{width:min(920px,calc(100vw - 2rem));max-width:none;height:min(92vh,820px);padding:0;display:flex;flex-direction:column;overflow:hidden;background:#070b13f0;border-radius:22px}.rm-policy-dialog__header{position:relative;flex:0 0 auto;min-height:64px;padding:18px 64px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}.rm-policy-dialog__title{margin:0;color:#fff;font-size:clamp(18px,2.2vw,22px);font-weight:600;line-height:1.3;text-align:center}.rm-policy-dialog__close{position:absolute;top:50%;right:22px;width:34px;height:34px;padding:0;border:0;background:transparent;color:var(--rm-gray-1);font-size:18px;cursor:pointer;transform:translateY(-50%)}.rm-policy-dialog__close:hover{color:#fff}.rm-policy-dialog__content{min-height:0;padding:18px 34px 30px;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(198,203,210,.65) transparent}.policy-content__lead{color:#fff;font-size:15px;text-align:center}.legal-agreement>p:first-child{margin-bottom:3.5rem}.legal-agreement h3{margin-top:3.5rem;font-size:14px;font-weight:700}.legal-agreement>p:first-child+h3{margin-top:0}@media (max-width: 639px){.rm-dialog{padding:26px 20px 22px}.rm-dialog__actions{flex-direction:column-reverse}.rm-dialog__actions .rm-btn{width:100%}.rm-policy-dialog{width:calc(100vw - 1rem);height:calc(100dvh - 1rem);border-radius:16px}.rm-policy-dialog__header{min-height:62px;padding:14px 52px 14px 18px;justify-content:flex-start}.rm-policy-dialog__title{text-align:left}.rm-policy-dialog__close{right:14px}.rm-policy-dialog__content{padding:16px 18px 24px;font-size:13px}.legal-agreement>p:first-child{margin-bottom:2rem}.legal-agreement h3{margin-top:2.25rem}}.underline-link{position:relative;display:inline-block}.underline-link:after{content:"";position:absolute;left:0;bottom:-4px;height:1px;width:0;background:#00d7f8;transition:width .2s}.underline-link:hover{color:#00d7f8}.underline-link:hover:after{width:100%}.industry-index-card{display:block;width:100%;max-width:24rem;overflow:hidden;border-radius:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 40px #0000008c;transition:background .3s ease-out,border-color .3s ease-out;cursor:pointer;text-decoration:none}.industry-index-card:hover{background:#ffffff1a;border-color:#fff3}.industry-index-card__media{position:relative;height:11rem;overflow:hidden}@media (min-width: 640px){.industry-index-card__media{height:12rem}}.industry-index-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-out}.industry-index-card:hover .industry-index-card__media img{transform:scale(1.08)}.industry-index-card__body{padding:1.5rem 1.75rem 1.75rem}@media (min-width: 640px){.industry-index-card__body{padding:1.75rem 2rem 2rem}}.industry-index-card__title{margin:0;font-size:1.125rem;font-weight:600;line-height:1.35;color:#fff;overflow-wrap:anywhere}@media (min-width: 640px){.industry-index-card__title{font-size:1.25rem}}@media (min-width: 768px){.industry-index-card__title{font-size:1.5rem}}@media (min-width: 1024px){.industry-features-grid>.industry-feature-card:nth-child(3n+1):nth-last-child(2){grid-column-start:3}.industry-features-grid>.industry-feature-card:nth-child(3n+2):last-child{grid-column-start:7}.industry-features-grid>.industry-feature-card:nth-child(3n+1):last-child{grid-column-start:5}}.industry-showcase-hero{padding:8.5rem 1rem 3.5rem;background:radial-gradient(circle at 82% 35%,rgba(0,215,248,.06),transparent 28rem),#0b0f14}.industry-showcase-hero__inner,.industry-showcase-list,.industry-showcase-document{width:min(100%,77.5rem);margin-inline:auto}.industry-showcase-hero__eyebrow{display:flex;align-items:center;gap:.6rem;margin-bottom:2.5rem;color:#b8c2cf;font-size:.7rem;font-weight:700;letter-spacing:.19em;text-transform:uppercase}.industry-showcase-hero__eyebrow span{width:.42rem;height:.42rem;border-radius:999px;background:#ff2929;box-shadow:0 0 0 4px #ff292914}.industry-showcase-hero h1{margin:0;color:#fff;font-size:clamp(2.5rem,8vw,5.25rem);font-weight:800;line-height:.94;letter-spacing:-.045em;text-transform:uppercase}.industry-showcase-hero p{max-width:42rem;margin:1.25rem 0 0;color:#8f9bab;font-size:clamp(.95rem,1.5vw,1.125rem);line-height:1.6}.industry-showcase-list{display:grid;gap:1.5rem;padding:0 1rem 5rem}.industry-story{overflow:hidden;scroll-margin-top:6.5rem;border:1px solid rgba(143,168,188,.23);border-radius:1.6rem;background:linear-gradient(145deg,#17212bf7,#0e151cfc);box-shadow:inset 0 1px #ffffff06,0 24px 64px #0000003d}.industry-story__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.4rem 0;color:#89e9f8;font-size:.62rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.industry-story__chapter{display:flex;min-width:0;align-items:center;gap:.65rem}.industry-story__chapter>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.industry-story__number{display:inline-flex;width:1.65rem;height:1.65rem;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(137,233,248,.45);border-radius:999px;color:#d9faff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.58rem;font-variant-numeric:tabular-nums;line-height:1;letter-spacing:0;text-align:center;padding-top:1px}.industry-story__brand{flex:0 0 auto;color:#71dcee;font-size:.55rem}.industry-story__main{display:grid;gap:1.75rem;padding:2rem 1.4rem 2.25rem}.industry-story__copy{align-self:center}.industry-story__copy h2{margin:0 0 1.25rem;color:#fff;font-size:clamp(1.55rem,5vw,3.35rem);font-weight:700;line-height:1.08;letter-spacing:-.035em}.industry-story__copy p,.industry-story__footer p{margin:0;color:#d0d8e1;font-size:.95rem;line-height:1.65}.industry-story__visual{min-width:0;margin:0;align-self:center}.industry-story__image-frame{position:relative;display:grid;aspect-ratio:4 / 3;place-items:center;overflow:hidden;border-radius:1rem;background:radial-gradient(circle at 50% 45%,rgba(0,215,248,.09),transparent 65%),#070d1361}.industry-story__image-frame:after{position:absolute;inset:0;border:1px solid rgba(143,168,188,.08);border-radius:inherit;content:"";pointer-events:none}.industry-story__image-frame img{width:100%;height:100%;object-fit:contain;transition:transform .45s ease}.industry-story:hover .industry-story__image-frame img{transform:scale(1.025)}.industry-story__visual figcaption{display:grid;grid-template-columns:1fr auto 1fr;gap:.75rem;align-items:center;margin-top:.7rem;color:#78d9e9;font-size:.54rem;font-weight:600;letter-spacing:.12em;text-align:center;text-transform:uppercase}.industry-story__visual figcaption span{height:1px;background:linear-gradient(90deg,transparent,rgba(120,217,233,.5))}.industry-story__visual figcaption span:last-child{background:linear-gradient(90deg,rgba(120,217,233,.5),transparent)}.industry-story__footer{display:grid;gap:1.25rem;padding:1.5rem 1.4rem 1.75rem;border-top:1px solid rgba(143,168,188,.18);background:#060b1021}.industry-story__footer p{display:grid;grid-template-columns:.4rem minmax(0,1fr);column-gap:.7rem;align-items:start;color:#b7c2cd;font-size:.85rem}.industry-story__footer p:before{margin-top:calc((1.65em - .38rem)/2 + 1px);width:.38rem;height:.38rem;border:1px solid rgba(0,215,248,.75);border-radius:999px;background:#00d7f833;box-shadow:0 0 8px #00d7f840;content:""}.industry-showcase-document{padding:0 1rem 4rem;color:#c6cbd2}@media (min-width: 768px){.industry-showcase-hero{padding:10rem 2rem 4.5rem}.industry-showcase-list{gap:2rem;padding-inline:2rem}.industry-story__header{padding:1.6rem 2rem 0}.industry-story__main{grid-template-columns:minmax(0,1fr) minmax(18rem,.92fr);gap:3rem;min-height:27rem;padding:3.25rem 2rem 3.5rem}.industry-story__main--image-left .industry-story__visual{order:-1}.industry-story__footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:2.5rem;padding:1.75rem 2rem 2rem}.industry-story__footer p+p{padding-left:2rem;border-left:1px solid rgba(143,168,188,.18)}.industry-showcase-document{padding-inline:2rem}}@media (min-width: 1100px){.industry-story__header{padding-inline:3rem}.industry-story__main{gap:4.5rem;min-height:31rem;padding:4rem 3rem}.industry-story__footer{padding:2rem 3rem 2.25rem}}.industry-feature-card{border-radius:1.5rem;padding:1.5rem;background:#ffffff0d;border:1px solid rgba(0,215,248,.22);box-shadow:inset 0 0 12px #00d7f80d,0 18px 40px #0000008c;transition:transform .3s ease-out,border-color .3s ease-out,box-shadow .3s ease-out}@media (min-width: 640px){.industry-feature-card{padding:2rem}}.industry-feature-card:hover{transform:translateY(-4px);border-color:#00d7f861;box-shadow:inset 0 0 16px #00d7f814,0 22px 48px #0009}.industry-feature-card__head{display:flex;min-height:4.5rem;align-items:flex-start;gap:.75rem}@media (min-width: 640px){.industry-feature-card__head{min-height:5.625rem;gap:1rem}}.industry-feature-card__icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:.75rem;font-size:1.875rem;color:#00d7f8;background:#00d7f81a}@media (min-width: 640px){.industry-feature-card__icon{width:4rem;height:4rem;border-radius:1rem;font-size:2.25rem}}@media (min-width: 1024px){.industry-feature-card__icon{width:5rem;height:5rem;font-size:3rem}}.industry-feature-card__title{margin:0;flex:1;font-size:1rem;font-weight:700;line-height:1.25;color:#fff;overflow-wrap:anywhere}@media (min-width: 640px){.industry-feature-card__title{font-size:1.125rem}}@media (min-width: 1024px){.industry-feature-card__title{font-size:1.25rem}}.industry-feature-card__body{display:flex;flex:1;flex-direction:column;min-height:0;margin-top:.75rem}@media (min-width: 640px){.industry-feature-card__body{margin-top:.5rem}}.industry-feature-card__desc{margin:0;flex:1;font-size:.875rem;line-height:1.6;color:#c6cbd2;overflow-wrap:anywhere;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:4}@media (min-width: 640px){.industry-feature-card__desc{font-size:1rem;-webkit-line-clamp:5}}@media (min-width: 1024px){.industry-feature-card__desc{-webkit-line-clamp:4}}.rm-dialog--industry-feature{max-width:32rem;padding-top:2rem}.industry-feature-detail__icon{display:flex;width:4rem;height:4rem;align-items:center;justify-content:center;margin-bottom:1rem;border-radius:1rem;font-size:2rem;color:#00d7f8;background:#00d7f81f}.industry-feature-detail__title{margin:0 0 1rem;padding-right:2rem;font-size:1.375rem;font-weight:700;line-height:1.3;color:#fff}.industry-feature-detail__text{margin:0;font-size:1rem;line-height:1.65;color:#c6cbd2}
/*# sourceMappingURL=/static/bundle/app-6PDU7ZMK.css.map */
