@charset "UTF-8";:root{color-scheme:light;--x-color-primary: #2563eb;--x-color-primary-hover: #1d4ed8;--x-color-primary-active: #1e4ed8;--x-color-navy: #0b1220;--x-color-navy-secondary: #172033;--x-color-background: #f7f9fc;--x-color-white: #ffffff;--x-color-text: #101828;--x-color-text-secondary: #5b6475;--x-color-border: #e5eaf1;--x-color-border-strong: #cfd8e6;--x-color-surface-muted: #f1f5f9;--x-color-gold: #f4c84a;--x-color-success: #16a34a;--x-color-danger: #dc2626;--x-color-focus: #60a5fa;--x-font-sans: "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--x-font-size-display: 4rem;--x-font-size-heading: 3.5rem;--x-font-size-subheading: 2.75rem;--x-font-size-heading-tertiary: 2rem;--x-font-size-card-heading: 1.5rem;--x-font-size-component-heading: 1.25rem;--x-font-size-information: 1.125rem;--x-font-size-description: 1rem;--x-font-size-label: .8125rem;--x-font-size-button: .9375rem;--x-font-size-ui-heading: 1rem;--x-font-size-ui-information: .9375rem;--x-font-size-ui-description: .875rem;--x-font-size-ui-label: .8125rem;--x-font-size-ui-compact: .75rem;--x-text-display: var(--x-font-size-display);--x-text-h1: var(--x-font-size-heading);--x-text-h2: var(--x-font-size-subheading);--x-text-h3: var(--x-font-size-heading-tertiary);--x-text-h4: var(--x-font-size-card-heading);--x-text-body-lg: var(--x-font-size-information);--x-text-body: var(--x-font-size-description);--x-text-small: var(--x-font-size-label);--x-leading-tight: 1.08;--x-leading-heading: 1.18;--x-leading-body: 1.7;--x-tracking-tight: -.035em;--x-tracking-label: .08em;--x-container-max: 80rem;--x-page-gutter: 2rem;--x-section-space: clamp(5rem, 6.75vw, 6.5rem);--x-section-space-compact: clamp(4rem, 5vw, 4.75rem);--x-header-height: 5rem;--x-radius-sm: .5rem;--x-radius-md: .75rem;--x-radius-lg: 1rem;--x-radius-xl: 1.25rem;--x-shadow-xs: 0 1px 2px rgb(11 18 32 / .04);--x-shadow-sm: 0 8px 24px rgb(11 18 32 / .06);--x-shadow-md: 0 16px 40px rgb(11 18 32 / .09);--x-ease-standard: cubic-bezier(.2, .8, .2, 1);--x-duration-fast: .2s;--x-duration-base: .3s;--x-duration-slow: .5s;--white-color: #ffffff;--dark-white-color: #ffffff;--black-color2: #172033;--black-color3: #0b1220;--light-black-color: #263247;--title-color: #101828;--dark-title-color: #101828;--title-color-opc: 16, 24, 40;--text-color: #5b6475;--text-color-opc: 91, 100, 117;--primary-color1: #2563eb;--primary-color1-opc: 37, 99, 235;--primary-color2: #0b1220;--dark-primary-color2: #0b1220;--primary-color2-opc: 11, 18, 32;--border-color: #e5eaf1;--border-color2: #cfd8e6}@media (max-width: 1023px){:root{--x-font-size-display: 3.5rem;--x-font-size-heading: 3.25rem;--x-font-size-subheading: 2.5rem;--x-page-gutter: 1.5rem;--x-section-space: clamp(4.5rem, 8vw, 5.5rem);--x-section-space-compact: 4.5rem;--x-header-height: 4.5rem}}@media (max-width: 767px){:root{--x-font-size-display: 2.75rem;--x-font-size-heading: 2.5rem;--x-font-size-subheading: 2.125rem;--x-font-size-heading-tertiary: 1.75rem;--x-font-size-card-heading: 1.375rem;--x-font-size-component-heading: 1.25rem;--x-font-size-information: 1.0625rem;--x-font-size-description: 1rem;--x-font-size-label: .875rem;--x-font-size-button: 1rem;--x-font-size-ui-heading: 1.0625rem;--x-font-size-ui-information: 1rem;--x-font-size-ui-description: .9375rem;--x-font-size-ui-label: .875rem;--x-font-size-ui-compact: .875rem;--x-page-gutter: 1.25rem;--x-section-space: clamp(3.5rem, 12vw, 4.5rem);--x-section-space-compact: 3.5rem}}@media (max-width: 479px){:root{--x-font-size-display: 2.625rem;--x-font-size-heading: 2.5rem;--x-font-size-subheading: 2rem;--x-page-gutter: 1.125rem}}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;scroll-padding-top:calc(var(--x-header-height) + 1.5rem);-webkit-text-size-adjust:100%;text-size-adjust:100%}body{min-width:20rem;margin:0;overflow-x:clip;background:var(--x-color-background);color:var(--x-color-text);font-family:var(--x-font-sans);font-size:var(--x-text-body);line-height:var(--x-leading-body);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body.x-nav-open{overflow:hidden}main{min-height:45vh}img,svg{max-width:100%}img{height:auto}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-underline-offset:.2em}:where(h1,h2,h3,h4){margin-block:0;color:var(--x-color-text);font-family:var(--x-font-sans);font-weight:650;letter-spacing:var(--x-tracking-tight)}:where(p){margin-block:0}::selection{background:#2563eb2e;color:var(--x-color-navy)}:where(a,button,input,textarea,select,summary):focus-visible{outline:3px solid var(--x-color-focus);outline-offset:3px}.x-skip-link{position:fixed;z-index:10000;top:.75rem;left:.75rem;padding:.625rem .875rem;transform:translateY(-180%);border-radius:var(--x-radius-sm);background:var(--x-color-navy);color:var(--x-color-white);font-size:var(--x-text-small);font-weight:700;text-decoration:none;transition:transform var(--x-duration-fast) var(--x-ease-standard)}.x-skip-link:focus{transform:translateY(0)}.x-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.x-display,.x-heading-1,.x-heading-2,.x-heading-3,.x-heading-4{color:var(--x-color-text);font-family:var(--x-font-sans);font-weight:650;letter-spacing:var(--x-tracking-tight)}.x-display{font-size:var(--x-text-display);line-height:var(--x-leading-tight)}.x-heading-1{font-size:var(--x-text-h1);line-height:var(--x-leading-tight)}.x-heading-2{font-size:var(--x-text-h2);line-height:var(--x-leading-heading)}.x-heading-3{font-size:var(--x-text-h3);line-height:var(--x-leading-heading)}.x-heading-4{font-size:var(--x-text-h4);line-height:1.3}.x-body-lg{font-size:var(--x-text-body-lg);line-height:1.7}.x-body,.x-body-sm{line-height:var(--x-leading-body)}.x-body{font-size:var(--x-text-body)}.x-body-sm{font-size:var(--x-text-small)}.x-text-secondary{color:var(--x-color-text-secondary)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.x-container{width:min(100%,var(--x-container-max) + var(--x-page-gutter) * 2);margin-inline:auto;padding-inline:var(--x-page-gutter)}.x-container--narrow{--x-container-max: 64rem}.x-section{position:relative;padding-block:var(--x-section-space)}.x-section--compact{padding-block:var(--x-section-space-compact)}.x-section--white{background:var(--x-color-white)}.x-section--muted{background:var(--x-color-surface-muted)}.x-section--dark{background-color:var(--x-color-navy);color:var(--x-color-white)}.x-section--dark :where(h2,h3,h4){color:var(--x-color-white)}.x-section--dark :where(p,li){color:#c4cedd}.x-stack{display:flex;flex-direction:column;gap:var(--x-stack-gap, 1.5rem)}.x-cluster{display:flex;flex-wrap:wrap;align-items:center;gap:var(--x-cluster-gap, .75rem)}.x-grid{display:grid;grid-template-columns:repeat(var(--x-grid-columns, 1),minmax(0,1fr));gap:var(--x-grid-gap, 1.5rem)}.x-grid--2{--x-grid-columns: 2}.x-grid--3{--x-grid-columns: 3}.x-grid--4{--x-grid-columns: 4}@media (max-width: 1023px){.x-grid--4,.x-grid--3{--x-grid-columns: 2}}@media (max-width: 767px){.x-grid--2,.x-grid--3,.x-grid--4{--x-grid-columns: 1}}.x-btn{display:inline-flex;min-height:2.875rem;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:var(--x-radius-md);cursor:pointer;font-size:var(--x-font-size-button);font-weight:650;line-height:1;text-align:center;text-decoration:none;transition:color var(--x-duration-fast) ease,background-color var(--x-duration-fast) ease,border-color var(--x-duration-fast) ease,box-shadow var(--x-duration-fast) ease,transform var(--x-duration-fast) var(--x-ease-standard)}.x-btn:hover{transform:translateY(-1px)}.x-btn:active{transform:translateY(0)}.x-btn--sm{min-height:2.375rem;padding:.625rem .875rem}.x-btn--md{padding:.8125rem 1.125rem}.x-btn--lg{min-height:3.25rem;padding:.9375rem 1.625rem;font-size:var(--x-font-size-description)}.x-btn--primary{background:var(--x-color-primary);box-shadow:0 4px 12px #2563eb33;color:var(--x-color-white)}.x-btn--primary:hover{background:var(--x-color-primary-hover);box-shadow:0 8px 18px #2563eb38;color:var(--x-color-white)}.x-btn--secondary{border-color:var(--x-color-border-strong);background:var(--x-color-white);color:var(--x-color-text)}.x-btn--secondary:hover{border-color:var(--x-color-primary);background:#f8fbff;color:var(--x-color-primary-hover)}.x-btn--dark{background:var(--x-color-navy);box-shadow:0 4px 12px #0b12202e;color:var(--x-color-white)}.x-btn--dark:hover{background:var(--x-color-navy-secondary);color:var(--x-color-white)}.x-btn--ghost{min-height:auto;padding:.5rem 0;color:var(--x-color-primary)}.x-btn--ghost:hover{color:var(--x-color-primary-hover)}.x-btn--ghost .bi,.x-card__link .bi{transition:transform var(--x-duration-fast) var(--x-ease-standard)}.x-btn--ghost:hover .bi,.x-card:hover .x-card__link .bi{transform:translate(.25rem)}.x-btn[disabled],.x-btn[aria-disabled=true]{cursor:not-allowed;opacity:.55;pointer-events:none}.x-card{position:relative;display:flex;min-width:0;flex-direction:column;border:1px solid var(--x-color-border);border-radius:var(--x-radius-xl);background:var(--x-color-white);box-shadow:var(--x-shadow-xs);transition:transform var(--x-duration-base) var(--x-ease-standard),border-color var(--x-duration-base) ease,box-shadow var(--x-duration-base) ease}.x-card:hover{border-color:#2563eb61;box-shadow:var(--x-shadow-sm);transform:translateY(-3px)}.x-card--feature,.x-card--solution,.x-card--metric,.x-card--integration,.x-card--case-study{padding:clamp(1.625rem,2.4vw,2rem)}.x-card--product{overflow:hidden;padding:clamp(1.5rem,2.5vw,2rem);border-radius:var(--x-radius-xl)}.x-card--dark{border-color:#ffffff1f;background:var(--x-color-navy-secondary);color:#ffffffbd}.x-card--dark:hover{border-color:#60a5fa80;box-shadow:0 18px 40px #0003}.x-card__icon{display:inline-grid;width:3.25rem;height:3.25rem;flex:0 0 auto;place-items:center;border:1px solid rgba(37,99,235,.13);border-radius:.75rem;background:#2563eb14;color:var(--x-color-primary);font-size:1.5rem}.x-card__eyebrow{margin-bottom:.75rem;color:var(--x-color-primary);font-size:var(--x-font-size-label);font-weight:750;letter-spacing:var(--x-tracking-label);line-height:1.3;text-transform:uppercase}.x-card__title{margin:1.25rem 0 0;color:var(--x-color-text);font-size:var(--x-font-size-card-heading);font-weight:700;letter-spacing:-.02em;line-height:1.3}.x-card--dark .x-card__title{color:var(--x-color-white)}.x-card__description{margin:.625rem 0 0;color:var(--x-color-text-secondary);font-size:var(--x-font-size-description);line-height:1.65}.x-card--dark .x-card__description{color:#ffffffad}.x-card__link{display:inline-flex;align-items:center;gap:.45rem;margin-top:auto;padding-top:1.25rem;color:var(--x-color-primary);font-size:var(--x-font-size-button);font-weight:650;text-decoration:none}.x-card__list{display:grid;gap:.625rem;margin:1.25rem 0 0;padding:0;list-style:none}.x-card__list li{display:flex;align-items:flex-start;gap:.625rem;color:var(--x-color-text-secondary);font-size:var(--x-font-size-ui-description);line-height:1.55}.x-card__list .bi{margin-top:.15rem;color:var(--x-color-success)}.x-badge{display:inline-flex;align-items:center;gap:.4375rem;width:fit-content;padding:.375rem .625rem;border:1px solid transparent;border-radius:.5rem;font-size:var(--x-font-size-label);font-weight:700;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.x-badge:before{width:.375rem;height:.375rem;border-radius:50%;background:currentColor;content:""}.x-badge--blue{border-color:#2563eb29;background:#2563eb14;color:var(--x-color-primary-hover)}.x-badge--gold{border-color:#f4c84a61;background:#f4c84a21;color:#8a6500}.x-badge--neutral{border-color:var(--x-color-border);background:var(--x-color-surface-muted);color:var(--x-color-text-secondary)}.x-badge--success{border-color:#16a34a33;background:#16a34a14;color:var(--x-color-success)}.x-section-header{display:flex;max-width:46rem;flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:clamp(2rem,4vw,3rem)}.x-section-header--center{margin-inline:auto;align-items:center;text-align:center}.x-section-header__title{margin:0}.x-section-header__description{max-width:42rem;color:var(--x-color-text-secondary);font-size:var(--x-text-body-lg);line-height:1.7}.x-page-hero{display:block;border-bottom:1px solid var(--x-color-border);background:linear-gradient(180deg,#ffffff 0%,var(--x-color-background) 100%)}.x-page-hero__inner{display:grid;min-height:clamp(32rem,63vh,44rem);grid-template-columns:minmax(0,1.05fr) minmax(22rem,.95fr);align-items:center;gap:clamp(3rem,7vw,6rem);padding-block:clamp(5rem,9vw,7.5rem)}.x-page-hero__content{display:flex;max-width:45rem;flex-direction:column;align-items:flex-start}.x-page-hero__title{margin:1.25rem 0 0}.x-page-hero__description{max-width:40rem;margin:1.5rem 0 0;color:var(--x-color-text-secondary);font-size:var(--x-text-body-lg);line-height:1.75}.x-page-hero__actions{--x-cluster-gap: .75rem;margin-top:2rem}.x-page-hero__visual{min-width:0}.x-breadcrumb{display:block}.x-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0;color:var(--x-color-text-secondary);font-size:var(--x-text-small);list-style:none}.x-breadcrumb__item{display:inline-flex;align-items:center;gap:.5rem}.x-breadcrumb__item:not(:last-child):after{color:#98a2b3;content:"/"}.x-breadcrumb__link{color:var(--x-color-text-secondary);text-decoration:none}.x-breadcrumb__link:hover{color:var(--x-color-primary)}.x-breadcrumb__item:last-child{color:var(--x-color-text);font-weight:600}.x-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.x-solution-card,.x-product-card{height:100%}.x-product-card__topline{display:flex;align-items:center;justify-content:space-between;gap:1rem}.x-metric-strip{display:grid;overflow:hidden;grid-template-columns:repeat(var(--x-metric-columns, 4),minmax(0,1fr));border:1px solid var(--x-color-border);border-radius:var(--x-radius-xl);background:var(--x-color-white);box-shadow:var(--x-shadow-xs)}.x-metric-strip__item{position:relative;padding:clamp(1.5rem,3vw,2.25rem)}.x-metric-strip__item+.x-metric-strip__item:before{position:absolute;top:20%;bottom:20%;left:0;width:1px;background:var(--x-color-border);content:""}.x-metric-strip__value{display:block;color:var(--x-color-navy);font-size:clamp(2rem,3vw,2.75rem);font-weight:680;letter-spacing:-.045em;line-height:1}.x-metric-strip__label{display:block;margin-top:.75rem;color:var(--x-color-text-secondary);font-size:var(--x-text-small);line-height:1.5}.x-logo-strip,.x-integration-grid{display:grid;gap:.75rem}.x-logo-strip{grid-template-columns:repeat(var(--x-logo-columns, 5),minmax(0,1fr))}.x-integration-grid{grid-template-columns:repeat(var(--x-integration-columns, 5),minmax(0,1fr))}.x-logo-tile{display:flex;min-height:5.5rem;align-items:center;justify-content:center;padding:1rem;border:1px solid var(--x-color-border);border-radius:var(--x-radius-md);background:var(--x-color-white);color:var(--x-color-text-secondary);font-size:var(--x-text-small);font-weight:650;text-align:center;transition:border-color var(--x-duration-fast) ease,background-color var(--x-duration-fast) ease}.x-logo-tile:hover{border-color:#cdd9ea;background:#fbfdff}.x-logo-tile img{width:auto;max-width:8.75rem;max-height:2rem;filter:grayscale(1);opacity:.72;transition:filter var(--x-duration-fast) ease,opacity var(--x-duration-fast) ease}.x-logo-tile:hover img{filter:grayscale(0);opacity:1}.x-cta{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:var(--x-radius-xl);background:var(--x-color-navy);color:var(--x-color-white)}.x-cta:after{position:absolute;top:-9rem;right:-5rem;width:25rem;height:25rem;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.4),transparent 68%);content:"";pointer-events:none}.x-cta__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;padding:clamp(2.75rem,5vw,4.5rem)}.x-cta__content{max-width:46rem}.x-cta__eyebrow{margin:0 0 .75rem;color:var(--x-color-gold);font-size:.8125rem;font-weight:750;letter-spacing:var(--x-tracking-label);text-transform:uppercase}.x-cta__title{margin:0;color:var(--x-color-white);font-size:clamp(2rem,3.3vw,2.75rem);line-height:1.12}.x-cta__description{max-width:40rem;margin:1rem 0 0;color:#c4cedd;font-size:1.0625rem;line-height:1.65}.x-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem}.x-cta .x-btn--secondary{border-color:#ffffff3d;background:transparent;color:var(--x-color-white)}.x-cta .x-btn--secondary:hover{border-color:#ffffff80;background:#ffffff14}.x-architecture{padding:clamp(2rem,3.5vw,3rem);border:1px solid var(--x-color-border);border-radius:var(--x-radius-xl);background:linear-gradient(rgba(37,99,235,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.04) 1px,transparent 1px),var(--x-color-white);background-size:32px 32px;box-shadow:var(--x-shadow-sm)}.x-architecture__header{max-width:43rem;margin-bottom:clamp(2rem,4vw,3rem)}.x-architecture__title{margin:0;font-size:var(--x-text-h3);line-height:var(--x-leading-heading)}.x-architecture__description{margin:.75rem 0 0;color:var(--x-color-text-secondary);line-height:1.65}.x-architecture__flow{display:grid;grid-template-columns:repeat(var(--x-architecture-columns, 4),minmax(0,1fr));gap:2rem}.x-architecture__node{position:relative;min-width:0;padding:1.5rem;border:1px solid var(--x-color-border);border-radius:var(--x-radius-md);background:#fffffff0;box-shadow:var(--x-shadow-xs)}.x-architecture__node:not(:last-child):after{position:absolute;top:50%;left:calc(100% + .5rem);width:1rem;height:1px;background:var(--x-color-primary);content:""}.x-architecture__node:not(:last-child):before{position:absolute;z-index:1;top:calc(50% - .1875rem);left:calc(100% + 1.25rem);width:.4375rem;height:.4375rem;border-top:1px solid var(--x-color-primary);border-right:1px solid var(--x-color-primary);content:"";transform:rotate(45deg)}.x-architecture__node-icon{color:var(--x-color-primary);font-size:1.25rem}.x-architecture__node-title{margin:.875rem 0 0;font-size:1.0625rem;font-weight:650;letter-spacing:-.015em;line-height:1.4}.x-architecture__node-description{margin:.4rem 0 0;color:var(--x-color-text-secondary);font-size:.875rem;line-height:1.55}.x-faq{display:grid;border-top:1px solid var(--x-color-border)}.x-faq__item{border-bottom:1px solid var(--x-color-border)}.x-faq__question{position:relative;padding:1.375rem 3rem 1.375rem 0;cursor:pointer;color:var(--x-color-text);font-size:1.0625rem;font-weight:650;line-height:1.5;list-style:none}.x-faq__question::-webkit-details-marker{display:none}.x-faq__question:before,.x-faq__question:after{position:absolute;top:50%;right:.25rem;width:.875rem;height:1.5px;background:var(--x-color-primary);content:"";transition:transform var(--x-duration-fast) var(--x-ease-standard)}.x-faq__question:after{transform:rotate(90deg)}.x-faq__item[open] .x-faq__question:after{transform:rotate(0)}.x-faq__answer{max-width:52rem;padding:0 3rem 1.5rem 0;color:var(--x-color-text-secondary);line-height:1.75}.x-screenshot-frame{margin:0}.x-screenshot-frame__window{overflow:hidden;border:1px solid var(--x-color-border-strong);border-radius:var(--x-radius-xl);background:var(--x-color-white);box-shadow:var(--x-shadow-md)}.x-screenshot-frame__bar{display:flex;min-height:3rem;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--x-color-border);background:#fbfcfe}.x-screenshot-frame__dots{display:flex;gap:.375rem}.x-screenshot-frame__dot{width:.5rem;height:.5rem;border-radius:50%;background:#d5dbe5}.x-screenshot-frame__label{overflow:hidden;color:var(--x-color-text-secondary);font-size:.75rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.x-screenshot-frame__content{min-height:18rem;background:var(--x-color-background)}.x-screenshot-frame__caption{margin-top:.875rem;color:var(--x-color-text-secondary);font-size:.8125rem;line-height:1.55}@media (max-width: 1023px){.x-page-hero__inner{grid-template-columns:1fr;gap:3rem}.x-page-hero__visual{max-width:48rem}.x-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.x-logo-strip,.x-integration-grid{--x-logo-columns: 3 !important;--x-integration-columns: 3 !important}.x-architecture__flow{--x-architecture-columns: 2 !important}.x-architecture__node:before,.x-architecture__node:after{display:none}}@media (max-width: 767px){.x-page-hero__inner{min-height:0;padding-block:4rem}.x-page-hero__actions,.x-page-hero__actions .x-btn{width:100%}.x-feature-grid,.x-architecture__flow{grid-template-columns:1fr}.x-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.x-metric-strip__item+.x-metric-strip__item:before{display:none}.x-metric-strip__item:nth-child(n+3){border-top:1px solid var(--x-color-border)}.x-metric-strip__item:nth-child(2n){border-left:1px solid var(--x-color-border)}.x-logo-strip,.x-integration-grid{--x-logo-columns: 2 !important;--x-integration-columns: 2 !important}.x-cta__inner{grid-template-columns:1fr}.x-cta__actions,.x-cta__actions .x-btn{width:100%}}@media (max-width: 479px){.x-metric-strip{grid-template-columns:1fr}.x-metric-strip__item:nth-child(n+2),.x-metric-strip__item:nth-child(2n){border-top:1px solid var(--x-color-border);border-left:0}.x-logo-strip,.x-integration-grid{--x-logo-columns: 1 !important;--x-integration-columns: 1 !important}}.x-tech-grid,.x-network-background{position:relative;isolation:isolate;overflow:hidden}.x-tech-grid:before{position:absolute;z-index:-2;inset:0;background-image:linear-gradient(rgba(37,99,235,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.055) 1px,transparent 1px);background-size:40px 40px;content:"";-webkit-mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.55) 60%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.55) 60%,transparent 100%)}.x-tech-grid:after,.x-network-background:after{position:absolute;z-index:-1;width:min(55rem,80vw);height:min(55rem,80vw);border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.13) 0%,transparent 68%);content:"";pointer-events:none}.x-tech-grid:after{top:-28rem;right:-16rem}.x-network-background:after{top:50%;left:50%;transform:translate(-50%,-50%)}.x-animate-fade-up{animation:x-fade-up var(--x-duration-slow) var(--x-ease-standard) both}.x-animate-fade-in{animation:x-fade-in var(--x-duration-base) ease-out both}.x-animate-slide-in{animation:x-slide-in var(--x-duration-slow) var(--x-ease-standard) both}.x-diagram-line{transform-origin:left center;animation:x-line-reveal .7s var(--x-ease-standard) both}.x-number-reveal{animation:x-number-reveal var(--x-duration-slow) var(--x-ease-standard) both}@keyframes x-fade-up{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@keyframes x-fade-in{0%{opacity:0}to{opacity:1}}@keyframes x-slide-in{0%{opacity:0;transform:translate(-.75rem)}to{opacity:1;transform:translate(0)}}@keyframes x-line-reveal{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes x-number-reveal{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: no-preference){.x-background-drift:after{animation:x-background-drift 12s ease-in-out infinite alternate}}@keyframes x-background-drift{0%{transform:translateZ(0)}to{transform:translate3d(-1.5rem,1rem,0)}}.template-component-section{margin:0;padding:0;background:transparent}.template-badge{display:inline-flex;align-items:center;gap:8px;font-size:var(--x-font-size-label)!important}.template-badge__mark,.template-section-dot{display:inline-block;width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:var(--primary-color1)}.section-title.text-center{max-width:820px;margin-inline:auto}.section-title{max-width:820px}.section-title>span{margin-bottom:17px;color:var(--x-color-primary);font-size:var(--x-font-size-label);font-weight:700;letter-spacing:.09em;line-height:1.4}.section-title h2{color:var(--x-color-text);font-size:var(--x-font-size-subheading);font-weight:700;letter-spacing:-.035em;line-height:1.1}.section-title>p{max-width:760px;padding-top:20px;color:#475467;font-size:var(--x-font-size-information);line-height:1.65}.section-title.text-center>p{margin-inline:auto}.template-page-hero{min-height:640px;padding-block:104px 82px;border-bottom:1px solid rgba(255,255,255,.08);background-color:#081426;background-image:radial-gradient(circle at 84% 36%,rgba(37,99,235,.16),transparent 30rem),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(135deg,#081426,#0b1220 58%,#101b31);background-position:center;background-size:auto,40px 40px,40px 40px,auto}.template-page-hero .banner-wrapper{min-height:430px;align-items:center}.template-page-hero .banner-content{max-width:780px}.template-page-hero .banner-content h1{max-width:780px;color:#fff;font-size:var(--x-font-size-heading);font-weight:700;letter-spacing:-.04em;line-height:1.06}.template-page-hero .breadcrumb-list{width:fit-content;margin-bottom:22px;padding:8px 14px;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:#ffffff0a}.template-page-hero .breadcrumb-list li,.template-page-hero .breadcrumb-list li a{color:#cbd5e1;font-size:var(--x-font-size-label)!important;font-weight:650;letter-spacing:.055em}.template-page-hero .breadcrumb-list li:last-child{color:#fff}.template-page-hero__description{max-width:700px;margin-top:24px!important;color:#c4cedd!important;font-size:var(--x-font-size-information);line-height:1.65}.template-page-hero__actions,.template-newsletter__actions{display:flex;flex-wrap:wrap;gap:14px}.template-page-hero__actions{margin-top:32px}.template-page-hero__visual{min-width:0}.primary-btn1,.primary-btn2{min-height:52px;padding:0 26px;border-radius:9px;font-size:var(--x-font-size-button);font-weight:600}.primary-btn1{background:var(--x-color-primary)}.primary-btn2{border-color:#ffffff4d}.x-section--dark .section-title h2,.x-section--dark .section-title h3{color:#fff}.x-section--dark .section-title>p{color:#c4cedd}.x-section--dark .section-title>span{color:#8aa9ff}.template-process-grid .process-card{display:flex;min-height:292px;flex-direction:column;height:100%;padding:30px;border:1px solid #dfe6ef;border-radius:16px;background:#fff!important;box-shadow:0 12px 34px #0f172a0b;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.template-process-grid .process-card:hover{border-color:#2563eb61;box-shadow:0 18px 42px #0f172a16;transform:translateY(-3px)}.template-process-grid .process-card .process-card-top{margin-bottom:30px}.template-process-grid .process-card .process-card-top .icon{display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(37,99,235,.14);border-radius:13px;background:#eff5ff}.template-process-grid .process-card .process-card-top .icon i{color:var(--x-color-primary);font-size:1.8125rem}.template-process-grid .process-card .process-card-top .number span{color:#d8e2f2;font-size:2.375rem}.template-process-grid .process-card .content h4{margin-bottom:13px;color:var(--x-color-text);font-size:var(--x-font-size-card-heading);font-weight:700;letter-spacing:-.02em;line-height:1.3}.template-process-grid .process-card .content p{color:#475467;font-size:var(--x-font-size-description);line-height:1.62}.template-process-grid .process-card .icon i{color:var(--primary-color2);font-size:2.625rem;line-height:1}.template-service-host{display:block;height:100%;margin:0;padding:0;background:transparent}.template-service-host .services-card{height:100%}.template-service-card .services-content{display:flex;min-width:0;flex:1;flex-direction:column}.template-service-card .icon i{color:var(--primary-color1);font-size:3rem;line-height:1}.template-service-card .services-content .title-category h3{overflow-wrap:anywhere}.template-service-card .services-content .title-category h3 a{color:inherit;text-decoration:none}.template-service-card .services-content>ul{display:grid;gap:8px;margin:20px 0 0;padding:0;list-style:none}.template-service-card .services-content>ul li{display:flex;gap:8px;align-items:flex-start}.template-service-card .services-content>ul i,.template-service-card .learn-more-btn{color:var(--primary-color1)}.template-service-card .learn-more-btn{display:inline-flex;align-items:center;gap:8px;margin-top:24px;font-weight:600;text-decoration:none;text-transform:uppercase}.template-service-card{min-height:292px;padding:32px;border:1px solid #dfe6ef!important;border-radius:16px;background:#fff;box-shadow:0 14px 40px #0f172a0d;transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease}.template-service-card:hover{border-color:#2563eb6b!important;box-shadow:0 20px 48px #0f172a17;transform:translateY(-4px)}.template-service-card .icon{display:grid;flex:0 0 58px;width:58px;height:58px;place-items:center;border:1px solid rgba(37,99,235,.14);border-radius:13px;background:#eff5ff}.template-service-card .icon i{color:var(--x-color-primary);font-size:1.875rem}.template-service-card .services-content .title-category h3{margin-bottom:13px;color:var(--x-color-text);font-size:var(--x-font-size-card-heading);font-weight:700;letter-spacing:-.025em;line-height:1.25}.template-service-card .services-content>p{color:#475467;font-size:var(--x-font-size-description);line-height:1.65}.template-service-card .learn-more-btn{margin-top:auto;padding-top:24px;font-size:var(--x-font-size-label);letter-spacing:.035em}.template-service-card__eyebrow,.template-service-card__badge{display:inline-flex;width:fit-content;margin-top:8px;color:var(--primary-color1);font-size:var(--x-font-size-label);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.template-service-card--dark{border-color:#ffffff1f!important;background:var(--primary-color2)!important}.template-service-card--dark h3,.template-service-card--dark p,.template-service-card--dark li{color:var(--white-color)!important}.template-logo-area ul{display:grid;grid-template-columns:repeat(var(--template-logo-columns, 5),minmax(0,1fr));align-items:center;gap:24px;margin:0;padding:0;list-style:none}.template-logo-area li{display:flex;min-height:112px;align-items:center;justify-content:center;padding:18px;border-right:1px solid var(--border-color)}.template-logo-area li:last-child{border-right:0}.template-logo-area img{width:auto;max-width:180px;max-height:62px;object-fit:contain;filter:grayscale(1);opacity:.72}.template-tools-grid .tools-card{display:flex;min-height:176px;align-items:flex-start;gap:18px;padding:26px;border:1px solid #dfe6ef;border-radius:15px;background:#fff;box-shadow:0 10px 30px #0f172a09;height:100%;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.template-tools-grid .tools-card:hover{border-color:#2563eb59;box-shadow:0 16px 38px #0f172a13;transform:translateY(-3px)}.template-tools-grid .tools-card .icon{display:grid;flex:0 0 52px;width:52px;height:52px;place-items:center;border-radius:12px;background:#eff5ff}.template-tools-grid .tools-card .icon i{color:var(--x-color-primary);font-size:1.6875rem}.template-tools-grid .tools-card .content{min-width:0}.template-tools-grid .tools-card h6{margin-bottom:9px;color:var(--x-color-text);font-size:var(--x-font-size-ui-heading);font-weight:700;line-height:1.25}.template-tools-grid .tools-card p{color:var(--x-color-text-secondary);font-size:var(--x-font-size-ui-description);line-height:1.55}.template-newsletter{margin-bottom:0}.template-newsletter .newsletter-wrapper{position:relative;min-height:310px;overflow:hidden;padding:64px 58px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background-image:linear-gradient(90deg,#071426f7,#0b1730e8),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-color:#071426;background-position:center,center,center;background-size:cover,38px 38px,38px 38px;box-shadow:0 28px 70px #0714262e}.template-newsletter .section-title p{margin-top:0;color:#c4cedd;font-size:var(--x-font-size-information)}.template-newsletter .section-title h2{color:#fff;font-size:var(--x-font-size-subheading)}.template-newsletter .section-title>span{color:#8aa9ff}.template-newsletter__actions{justify-content:flex-end}.template-newsletter__secondary{border-color:#ffffff59!important;color:var(--white-color)!important}.template-platform-section .section-title h2,.template-platform-section .section-title p{color:var(--white-color)}.template-platform-section .section-title p{opacity:.72}.template-platform-section .section-title>span{color:#7ba0ff}.template-home-page .section-title{max-width:820px}.template-home-page .section-title>span{margin-bottom:17px;color:#2563eb;font-size:var(--x-font-size-label);font-weight:700;letter-spacing:.09em;line-height:1.4}.template-home-page .section-title h2{color:#0b1220;font-size:var(--x-font-size-subheading);font-weight:700;letter-spacing:-.035em;line-height:1.1}.template-home-page .section-title p{max-width:720px;padding-top:20px;color:#475467;font-size:var(--x-font-size-information);line-height:1.65}.template-home-page .section-title.text-center,.template-home-page .section-title.text-center p{margin-inline:auto}.template-home-page .template-platform-section .section-title h2,.template-home-page .template-rule-section .section-title h2,.template-home-page .template-newsletter .section-title h2{color:#fff}.template-home-page .template-platform-section .section-title p,.template-home-page .template-rule-section .section-title p,.template-home-page .template-newsletter .section-title p{color:#c4cedd;opacity:1}.template-home-page .template-platform-section .section-title>span,.template-home-page .template-rule-section .section-title>span,.template-home-page .template-newsletter .section-title>span{color:#8aa9ff}.template-home-page .primary-btn1,.template-home-page .primary-btn2{min-height:52px;padding:0 26px;border-radius:9px;font-size:var(--x-font-size-button);font-weight:600}.template-home-page .template-logo-area{border-top:1px solid #e5eaf1;border-bottom:1px solid #e5eaf1}.template-home-page .template-logo-area ul{gap:0}.template-home-page .template-logo-area li{min-height:108px;padding:24px}.template-home-page .template-logo-area img{max-width:174px;max-height:44px;opacity:.78;transition:filter .22s ease,opacity .22s ease,transform .22s ease}.template-home-page .template-logo-area li:hover img{filter:grayscale(.15);opacity:1;transform:translateY(-2px)}.template-home-page .template-trust-section .template-logo-area li{border-bottom:1px solid #e5eaf1}.template-home-page .template-trust-section .template-logo-area li:nth-child(5n){border-right:0}.template-home-page .template-trust-section .template-logo-area li:nth-last-child(-n+5){border-bottom:0}.template-home-page .template-products-section .template-service-host{background:transparent}.template-home-page .template-products-section .template-service-card{min-height:292px;padding:32px;border:1px solid #dfe6ef!important;border-radius:16px;background:#fff;box-shadow:0 14px 40px #0f172a0d;transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease}.template-home-page .template-products-section .template-service-card:hover{border-color:#2563eb6b!important;box-shadow:0 20px 48px #0f172a17;transform:translateY(-4px)}.template-home-page .template-products-section .template-service-card .icon{display:grid;flex:0 0 58px;width:58px;height:58px;place-items:center;border:1px solid rgba(37,99,235,.14);border-radius:13px;background:#eff5ff}.template-home-page .template-products-section .template-service-card .icon i{font-size:1.875rem}.template-home-page .template-products-section .template-service-card .services-content{min-width:0}.template-home-page .template-products-section .template-service-card .title-category h3{margin-bottom:13px;color:#0b1220;font-size:var(--x-font-size-card-heading);font-weight:700;letter-spacing:-.025em;line-height:1.25}.template-home-page .template-products-section .template-service-card .services-content>p{color:#475467;font-size:var(--x-font-size-description);line-height:1.65}.template-home-page .template-products-section .template-service-card .learn-more-btn{margin-top:auto;padding-top:24px;font-size:var(--x-font-size-label);letter-spacing:.035em}.template-home-page .template-integration-section .tools-card{display:flex;min-height:176px;align-items:flex-start;gap:18px;padding:26px;border:1px solid #dfe6ef;border-radius:15px;background:#fff;box-shadow:0 10px 30px #0f172a09;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.template-home-page .template-integration-section .tools-card:hover{border-color:#2563eb59;box-shadow:0 16px 38px #0f172a13;transform:translateY(-3px)}.template-home-page .template-integration-section .tools-card .icon{display:grid;flex:0 0 52px;width:52px;height:52px;place-items:center;border-radius:12px;background:#eff5ff}.template-home-page .template-integration-section .tools-card .icon i{color:#2563eb;font-size:1.6875rem}.template-home-page .template-integration-section .tools-card .content{min-width:0}.template-home-page .template-integration-section .tools-card h6{margin-bottom:9px;color:#0b1220;font-size:var(--x-font-size-ui-heading);font-weight:700;line-height:1.25}.template-home-page .template-integration-section .tools-card p{color:#5b6475;font-size:var(--x-font-size-ui-description);line-height:1.55}.template-home-page .template-why-section .process-card{display:flex;min-height:292px;flex-direction:column;padding:30px;border:1px solid #dfe6ef;border-radius:16px;background:#fff!important;box-shadow:0 12px 34px #0f172a0b}.template-home-page .template-why-section .process-card .process-top{align-items:center;margin-bottom:30px}.template-home-page .template-why-section .process-card .icon{display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(37,99,235,.14);border-radius:13px;background:#eff5ff}.template-home-page .template-why-section .process-card .icon i{color:#2563eb;font-size:1.8125rem}.template-home-page .template-why-section .process-card .number{color:#d8e2f2;font-size:2.375rem;font-weight:700}.template-home-page .template-why-section .process-card .content h4{margin-bottom:13px;color:#0b1220;font-size:var(--x-font-size-card-heading);font-weight:700;letter-spacing:-.02em;line-height:1.3}.template-home-page .template-why-section .process-card .content p{color:#475467;font-size:var(--x-font-size-description);line-height:1.62}.template-home-page .template-newsletter{margin-bottom:0}.template-home-page .template-newsletter .newsletter-wrapper{min-height:310px;padding:64px 58px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background-image:linear-gradient(90deg,#071426f7,#0b1730e8),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-position:center,center,center;background-size:cover,38px 38px,38px 38px;box-shadow:0 28px 70px #0714262e}.template-home-page .template-newsletter .section-title h2{font-size:var(--x-font-size-subheading)}.template-home-page .template-newsletter .section-title p{max-width:680px;margin-top:0;padding-top:18px;font-size:var(--x-font-size-information)}.template-home-page .template-newsletter__actions{display:flex;flex-wrap:wrap;gap:14px}.template-home-page .template-newsletter__actions .primary-btn1,.template-home-page .template-newsletter__actions .primary-btn2{min-height:52px}.template-home-page .template-newsletter__secondary{border-color:#fff6!important;background:#ffffff0f!important}.footer-section.style-3.template-site-footer{background-image:linear-gradient(90deg,#071426f7,#08101ff0),url(/assets/img/home4/home3-countdown-bg.png);background-color:#071426;background-position:center;background-size:cover}.footer-section.style-3.template-site-footer .template-footer-contact .content h6,.footer-section.style-3.template-site-footer .template-footer-contact .content h6 a{color:#ffffffd1}.template-faq{display:grid;gap:16px}.template-faq .accordion-item{overflow:hidden;border:1px solid var(--border-color);border-radius:10px;background:var(--white-color)}.template-faq .accordion-header{position:relative;padding:22px 64px 22px 24px;cursor:pointer;color:var(--title-color);font-size:var(--x-font-size-information);font-weight:600;list-style:none}.template-faq .accordion-header:after{position:absolute;top:50%;right:24px;color:var(--primary-color1);content:"+";font-size:1.5rem;transform:translateY(-50%)}.template-faq details[open] .accordion-header:after{content:"\2212"}.template-faq .accordion-body{padding:0 24px 22px}@media (max-width: 1199px){.template-page-hero .row>.col-lg-7,.template-page-hero .row>.col-lg-5{width:100%}.template-page-hero .banner-wrapper{min-height:auto}.template-page-hero__visual{max-width:760px;margin-inline:auto}}@media (max-width: 991px){.template-page-hero{min-height:auto;padding-block:96px 72px}.template-page-hero .banner-wrapper{min-height:auto}.template-page-hero__visual{max-width:680px;margin-inline:auto}.template-newsletter__actions{justify-content:flex-start}.template-newsletter .newsletter-wrapper{min-height:auto;padding:54px 42px}.template-home-page .template-products-section .template-service-card,.template-home-page .template-why-section .process-card{min-height:280px}.template-home-page .template-newsletter .newsletter-wrapper{padding:54px 42px}}@media (min-width: 768px) and (max-width: 1199px){.template-tools-grid .tools-card,.template-home-page .template-integration-section .tools-card{flex-direction:column}}@media (max-width: 767px){.template-page-hero{padding-block:88px 58px}.template-page-hero .banner-content h1{font-size:var(--x-font-size-heading);line-height:1.08}.template-page-hero .breadcrumb-list{margin-bottom:18px}.section-title>span{margin-bottom:14px;font-size:var(--x-font-size-label)}.section-title h2{font-size:var(--x-font-size-subheading);line-height:1.13}.section-title>p{padding-top:16px;font-size:var(--x-font-size-description)}.template-page-hero__description{font-size:var(--x-font-size-information)}.template-logo-area ul{grid-template-columns:repeat(2,minmax(0,1fr))}.template-logo-area li{border-right:0;border-bottom:1px solid var(--border-color)}.template-logo-area img{max-width:150px;max-height:54px}.template-process-grid .process-card,.template-service-card{min-height:auto;padding:26px}.template-service-card .services-content .title-category h3{font-size:var(--x-font-size-card-heading)}.template-tools-grid .tools-card{min-height:158px;padding:22px}.template-newsletter .newsletter-wrapper{padding:42px 26px}.template-newsletter__actions{display:grid}.template-newsletter__actions .primary-btn1,.template-newsletter__actions .primary-btn2{width:100%;justify-content:center}.template-home-page .section-title>span{margin-bottom:14px;font-size:var(--x-font-size-label)}.template-home-page .section-title h2{font-size:var(--x-font-size-subheading);line-height:1.13}.template-home-page .section-title p{padding-top:16px;font-size:var(--x-font-size-description)}.template-home-page .template-logo-area li{min-height:92px;padding:18px;border-right:0;border-bottom:1px solid var(--border-color)}.template-home-page .template-trust-section .template-logo-area li:nth-last-child(-n+5){border-bottom:1px solid var(--border-color)}.template-home-page .template-trust-section .template-logo-area li:last-child{border-bottom:0}.template-home-page .template-logo-area img{max-height:38px}.template-home-page .template-products-section .template-service-card,.template-home-page .template-why-section .process-card{min-height:auto;padding:26px}.template-home-page .template-products-section .template-service-card .title-category h3{font-size:var(--x-font-size-card-heading)}.template-home-page .template-integration-section .tools-card{min-height:158px;padding:22px}.template-home-page .template-newsletter .newsletter-wrapper{min-height:auto;padding:42px 26px}.template-home-page .template-newsletter__actions{display:grid}.template-home-page .template-newsletter__actions .primary-btn1,.template-home-page .template-newsletter__actions .primary-btn2{width:100%;justify-content:center}}.custom-header .logo-dark{display:none!important}.custom-header .logo-light{display:block!important}
