@keyframes reveal-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}[data-reveal]{opacity:1;transform:none}.js-loaded [data-reveal]{opacity:0;transition:opacity .5s ease-out;will-change:opacity,transform}.js-loaded [data-reveal].revealed{opacity:1;animation:reveal-in .6s ease-out backwards}.js-loaded [data-reveal-delay="1"]{transition-delay:.1s;animation-delay:.1s}.js-loaded [data-reveal-delay="2"]{transition-delay:.2s;animation-delay:.2s}.js-loaded [data-reveal-delay="3"]{transition-delay:.3s;animation-delay:.3s}.js-loaded [data-reveal-delay="4"]{transition-delay:.4s;animation-delay:.4s}@media(prefers-reduced-motion:reduce){.js-loaded [data-reveal]{opacity:1;transform:none;transition:none;animation:none}}.hero{position:relative;z-index:0;display:flex;flex-direction:column;align-items:center;background:url(/img/home/hero/hero-bg-pattern.png)repeat #090e1a;background-size:400px 400px;padding:0;padding-bottom:6rem}.hero__container{position:relative;width:100%;max-width:85rem;overflow:hidden;background:radial-gradient(ellipse at center top,rgba(1,17,54,0) 10%,rgba(7,28,78,.1) 40%,#1c3a82 64%,#224798 100%);min-height:50rem;padding-bottom:8.625rem}.hero__grid{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.5;mix-blend-mode:overlay;background:url(/img/home/hero/grid.svg)50% 0/cover no-repeat;will-change:transform;transition:transform .1s linear}.hero__content{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 1.25rem 0}.hero__heading{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:45.625rem;text-align:center}.hero__title{color:#f0f3fa;font-size:2.5rem;line-height:3rem;font-weight:600;letter-spacing:-.5px;width:100%}.hero__subtitle{color:#b4bacc;font-size:1rem;line-height:1.5;width:100%}.hero__buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.hero__buttons a{min-width:11.25rem}.hero__planet{position:absolute;width:31.625rem;height:30rem;left:50%;transform:translate3d(-50%,0,0);top:26.25rem;z-index:2;will-change:transform;transition:transform .1s linear}.hero__planet-blur{position:absolute;width:112%;height:113%;top:-6.67%;left:-6.32%;mix-blend-mode:plus-lighter}.hero__planet-blur--alt{mix-blend-mode:plus-lighter}.hero__planet-sphere{position:absolute;width:101.58%;height:101.67%;top:0;left:-.79%}.hero__planet-texture{position:absolute;width:100%;height:100%;top:0;left:0;mix-blend-mode:overlay;object-fit:cover}.hero__blue-haze{position:absolute;width:75rem;height:37.5rem;left:50%;transform:translate3d(-50%,0,0);bottom:5rem;mix-blend-mode:lighten;z-index:2;pointer-events:none;will-change:transform;transition:transform .1s linear}.hero__astronauts{position:absolute;bottom:0;left:50%;transform:translate3d(-50%,0,0);width:100%;max-width:85rem;height:22.5rem;z-index:3;will-change:transform;transition:transform .1s linear}.hero__astronauts img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.hero__fade-top{position:absolute;top:0;left:0;right:0;height:31.25rem;background:linear-gradient(to bottom,#090e1a 0%,rgba(9,14,26,.7) 30%,rgba(9,14,26,.3) 60%,transparent 100%);z-index:4;pointer-events:none}.hero__fade-bottom{position:absolute;bottom:0;left:0;right:0;z-index:4;height:5vh;min-height:1.25rem;background:linear-gradient(to top,#090e1a 0%,rgba(9,14,26,.98) 35%,rgba(9,14,26,.7) 50%,rgba(9,14,26,.2) 90%,transparent 100%)}.hero__fade-left,.hero__fade-right{display:none}.hero__fade-left{left:0;background:linear-gradient(to right,#090e1a 0%,rgba(9,14,26,.6) 40%,transparent 100%)}.hero__fade-right{right:0;background:linear-gradient(to left,#090e1a 0%,rgba(9,14,26,.6) 40%,transparent 100%)}.hero__badges{position:absolute;bottom:0;left:0;right:0;width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;z-index:5;padding:0 1rem}.hero__badge{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.25rem .625rem;background-color:rgba(17,24,36,.8);border-radius:.25rem;white-space:nowrap;text-decoration:none;color:inherit;transition:background-color .2s ease}.hero__badge--link:hover{background-color:#111824}.hero__badge--link:hover .hero__badge-text{color:#f0f3fa}.hero__badge-icon{width:1rem;height:1rem;flex-shrink:0}.hero__badge-text{color:#d4d9e6;font-size:.875rem;line-height:1.5;font-weight:500;transition:color .2s ease}.hero__stars{position:absolute;right:1rem;bottom:1rem;border-radius:8px;border:none;outline:none;display:flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;background-color:#090e1a;transition:bottom 1s ease-in-out}.hero__stars svg{max-width:1.5rem;max-height:1.5rem}.hero__stars-text{color:#f0f3fa;margin-right:.5rem;margin-left:.5rem;font-size:.875rem;line-height:1.3125rem;font-weight:500}.hero__stars-count{border-radius:6px;border:1px solid #28324d;color:#f0f3fa;padding-left:.5rem;padding-right:.5rem;display:flex;align-items:center;justify-content:center;gap:.25rem;height:1.5625rem;font-size:.875rem;line-height:1.3125rem}@media(min-width:375px){.hero{padding-bottom:2rem}}@media(min-width:768px){.hero{padding-left:2.5rem;padding-right:2.5rem}.hero__container{padding-bottom:6.75rem}.hero__buttons{flex-direction:row;gap:1.5rem}.hero__buttons a{min-width:auto}.hero__fade-left,.hero__fade-right{display:block;position:absolute;top:0;bottom:0;width:5rem;z-index:4;pointer-events:none}}@media(min-width:992px){.hero__badges{bottom:3.75rem}}@media(min-width:1200px){.hero{padding:0 2.5rem;padding-bottom:0}.hero__container{min-height:58.75rem;padding-bottom:0}.hero__content{gap:2rem;padding:4rem 7.8125rem 0}.hero__heading{gap:1rem}.hero__title{font-size:4rem;line-height:1.1;letter-spacing:-1.5px}.hero__subtitle{font-size:1.25rem;letter-spacing:-.2px}.hero__planet{top:27.5rem}.hero__blue-haze{width:50rem;height:12.5rem;bottom:12.5rem}.hero__astronauts{height:30.125rem}.hero__fade-bottom{height:5vh;background:linear-gradient(to top,#090e1a 0%,rgba(9,14,26,.98) 40%,rgba(9,14,26,.7) 50%,rgba(9,14,26,.2) 90%,transparent 100%)}.hero__badges{gap:2.5rem;bottom:2.5rem;flex-wrap:nowrap}.hero__stars{position:fixed;right:1.5rem;bottom:1.5rem;transition:background-color .2s;z-index:2}.hero__stars:hover{background-color:#fff}.hero__stars:hover .hero__stars-text,.hero__stars:hover .hero__stars-count{color:#161e33}.hero__stars:hover>svg path{fill:#161e33}}@media(min-width:1900px){.hero{padding-left:6rem;padding-right:6rem}.hero__grid{mask-image:linear-gradient(to bottom,black 0%,black 45%,transparent 70%);-webkit-mask-image:linear-gradient(to bottom,black 0%,black 45%,transparent 70%);mask-size:100% 100%;-webkit-mask-size:100% 100%}.hero__container{max-width:none;width:100%;min-height:max(62.5rem,43vw)}.hero__fade-left,.hero__fade-right{width:7.5rem}.hero__planet{width:37.2%;height:auto;aspect-ratio:506/480;top:26.875rem}.hero__blue-haze{width:100%;height:auto;aspect-ratio:4/1}.hero__astronauts{max-width:none;width:100%;height:auto;aspect-ratio:1360/482}.hero__astronauts img{object-fit:contain}.hero__fade-bottom{height:12vh;min-height:6.25rem;background:linear-gradient(to top,#090e1a 0%,rgba(9,14,26,.98) 40%,rgba(9,14,26,.7) 50%,rgba(9,14,26,.2) 90%,transparent 100%)}.hero__badges{bottom:6.25rem}}@media(min-width:2600px){.hero{padding-left:12rem;padding-right:12rem}.hero__container{min-height:max(62.5rem,38vw)}.hero__planet{top:26.25rem}.hero__fade-bottom{height:15vh;min-height:9.375rem}.hero__badges{bottom:7.5rem}}.customers{display:flex;justify-content:center;align-items:center;padding:4rem 1.25rem 5rem;background:#090e1a}.customers .container{width:100%;max-width:69.375rem;padding-left:0;padding-right:0}.customers__grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem 0;width:100%}.customers__logo{flex:none;display:flex;flex-direction:column;align-items:center;justify-content:center;width:9.875rem;height:3rem;padding:.25rem 0}.customers__logo>svg{display:block;max-width:100%;max-height:2rem;width:auto;height:auto;object-fit:contain;transform:translateY(0);transition:transform .3s ease}.customers__logo-link{display:flex;align-items:center;justify-content:center;gap:.125rem;height:0;font-size:.4375rem;line-height:1;font-family:geist mono,geist mono,overpass mono,SFMono-Regular,droid sans mono,Menlo,Monaco,Consolas,lucida console,monaco,monospace;color:#f0f3fa;opacity:0;pointer-events:none;transition:all .3s ease}@media(min-width:992px){.customers__logo:hover>svg{transform:translateY(0)}.customers__logo:hover .customers__logo-link{opacity:1;height:.5rem;pointer-events:auto}}.why-qdrant{background-color:#e1e5f0;padding-top:5rem;padding-bottom:5rem}.why-qdrant__header{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:4rem;gap:1rem}.why-qdrant__pill{font-family:geist mono,geist mono,overpass mono,SFMono-Regular,droid sans mono,Menlo,Monaco,Consolas,lucida console,monaco,monospace;font-size:.875rem;font-weight:500;line-height:1.5;letter-spacing:2px;color:#28324d;text-transform:uppercase}.why-qdrant__title{font-size:2rem;font-weight:600;line-height:1.1;letter-spacing:-.5px;color:#161e33;margin:0;max-width:52.375rem}.why-qdrant__subtitle{font-size:1.125rem;font-weight:350;line-height:1.5;color:#28324d;margin:0;max-width:48.75rem}.why-qdrant__button{margin-top:.5rem}.why-qdrant__grid{display:flex;flex-direction:column;gap:2rem}.why-qdrant__card{background-color:#f0f3fa;border:1px solid #d4d9e6;border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column;min-height:25rem}.why-qdrant__card-visual{flex:none;width:100%;position:relative;overflow:hidden;background:linear-gradient(180deg,#f0f3fa 0%,rgba(225,229,240,.3) 100%)}.why-qdrant__card--large .why-qdrant__card-visual{aspect-ratio:9/5}.why-qdrant__card--small .why-qdrant__card-visual{aspect-ratio:16/9}.why-qdrant__card-visual picture{position:absolute;inset:0}.why-qdrant__card-image{width:100%;height:100%;object-fit:contain;display:block}.why-qdrant__card-content{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.why-qdrant__card-title{font-size:1.25rem;font-weight:600;line-height:1.5;letter-spacing:-.2px;color:#161e33;margin:0}.why-qdrant__card-description{font-size:1rem;font-weight:350;line-height:1.5;color:#3d4866;margin:0}.why-qdrant__card-description code{font-family:geist mono,geist mono,overpass mono,SFMono-Regular,droid sans mono,Menlo,Monaco,Consolas,lucida console,monaco,monospace;font-size:.875rem;color:#008a53;background:0 0;padding:0}.why-qdrant__card-link{align-self:flex-start;font-weight:500;line-height:1.5}@media(min-width:768px){.why-qdrant__title{font-size:3rem}.why-qdrant__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.875rem}.why-qdrant__card{min-height:27.5rem}.why-qdrant__card:last-child{grid-column:1/-1}}@media(min-width:992px){.why-qdrant__grid{grid-template-columns:repeat(6,1fr);grid-template-rows:auto auto}.why-qdrant__card:last-child{grid-column:auto}.why-qdrant__card--large{grid-column:span 3}.why-qdrant__card--small{grid-column:span 2}.why-qdrant__card--small:nth-child(3){grid-column:1/span 2;grid-row:2}.why-qdrant__card--small:nth-child(4){grid-column:3/span 2;grid-row:2}.why-qdrant__card--small:nth-child(5){grid-column:5/span 2;grid-row:2}}.case-studies{background-color:#e1e5f0;padding-top:4rem;padding-bottom:4rem}@media(min-width:1200px){.case-studies{padding-top:5rem;padding-bottom:5rem}}.case-studies__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:3rem}@media(min-width:1200px){.case-studies__header{margin-bottom:4rem}}.case-studies__title{flex:auto;min-width:0;font-size:2rem;font-weight:600;line-height:1.2;letter-spacing:-.5px;color:#161e33;margin:0}@media(min-width:1200px){.case-studies__title{font-size:2.5rem}}.case-studies__controls{flex-shrink:0;margin-left:auto;display:flex;gap:2rem}.case-studies__arrow{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:0 0;border:none;cursor:pointer;color:#161e33;transition:color .2s ease,opacity .2s ease}.case-studies__arrow:hover:not(:disabled){color:#dc244c}.case-studies__arrow:disabled{color:#b4bacc;cursor:not-allowed}.case-studies__arrow svg{width:1.5rem;height:.875rem}.case-studies__carousel-outer{overflow:hidden;margin-top:-.75rem;margin-bottom:-3.75rem;padding-top:.75rem;position:relative}@media(min-width:576px){.case-studies__carousel-outer{margin-right:-1.5rem;padding-right:1.5rem}}.case-studies__carousel-outer::after{content:"";position:absolute;top:0;right:0;bottom:0;width:1.25rem;background:linear-gradient(to left,rgba(225,229,240,.3),transparent);pointer-events:none}@media(max-width:575.98px){.case-studies__carousel-outer::after{display:none}}.case-studies__carousel{overflow:hidden;padding-bottom:5rem}@media(min-width:576px){.case-studies__carousel{margin-right:-1.5rem;padding-right:1.5rem}}.case-studies__track{display:flex;gap:1.875rem;transition:transform .3s ease}.case-studies__slide{flex-shrink:0;width:var(--case-studies-slide-width,17.5rem)}.case-studies__card-link{display:block;text-decoration:none;color:inherit}.case-studies__card-link:hover{color:inherit;text-decoration:none}.case-studies__card{display:flex;flex-direction:column;justify-content:space-between;width:100%;min-width:0;height:17.5rem;padding:2rem;background-color:#f0f3fa;border:1px solid rgba(180,186,204,.2);border-radius:1rem;box-shadow:2px 2px 8px rgba(155,162,184,.1),8px 8px 14px rgba(155,162,184,9%),18px 18px 18px rgba(155,162,184,5%),32px 32px 22px rgba(155,162,184,1%),48px 48px 24px rgba(155,162,184,0);transition:box-shadow .2s ease}.case-studies__card:hover{box-shadow:3px 2px 9px rgba(22,30,51,.1),12px 6px 16px rgba(22,30,51,9%),28px 14px 22px rgba(22,30,51,5%),48px 24px 26px rgba(22,30,51,1%),72px 36px 28px rgba(22,30,51,0)}.case-studies__card-text{font-size:1.125rem;font-weight:350;line-height:1.5;color:#28324d;margin:0}.case-studies__phrase--no-break{white-space:nowrap}.case-studies__highlight{font-weight:600;color:#dc244c}.case-studies__card-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.case-studies__card-logo{height:3rem;display:flex;align-items:flex-end}.case-studies__card-logo svg{max-height:3rem;width:auto;height:auto;object-fit:contain;filter:brightness(0)saturate(100%)}.case-studies__card-arrow{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;flex-shrink:0;color:#161e33;opacity:0;transition:opacity .2s ease}.case-studies__card:hover .case-studies__card-arrow{opacity:1}.case-studies__card-arrow svg{width:1.5rem;height:.875rem}.enterprise-capabilities{position:relative;background:radial-gradient(107.37% 114.83% at 50% 94.96%,rgba(67,37,174,0) 0%,rgba(67,37,174,0) 75%,rgba(67,37,174,.8) 90%,#6143e0 100%),#090e1a;padding-top:7.5rem;padding-bottom:31rem;overflow:hidden;isolation:isolate}.enterprise-capabilities__stars{position:absolute;top:0;left:50%;transform:translateX(-50%);width:90rem;height:50rem;pointer-events:none;z-index:1;background-image:url(/img/home/stars-bg.svg);background-size:1440px 800px;background-position:50% 0;background-repeat:no-repeat}.enterprise-capabilities__background{position:absolute;inset:0;pointer-events:none;z-index:0}.enterprise-capabilities__white-light{position:absolute;inset:0;pointer-events:none;z-index:0;aspect-ratio:1/1;max-width:100rem}.enterprise-capabilities__white-light:before{content:"";display:none;position:absolute;inset:0;filter:blur(5px);mix-blend-mode:plus-lighter;background:radial-gradient(49.61% 49.61% at 50% 50%,transparent 0%,transparent 35.59%,#d6d6d6 71.07%,transparent 100%)50% 100%/112.5rem no-repeat;background-blend-mode:color-dodge;transform:translateY(120%);margin-right:-100px;margin-left:-100px}@media(min-width:992px){.enterprise-capabilities__white-light:before{display:block;transform:translateY(90%)}}.enterprise-capabilities__globe-blue-light{content:"";position:absolute;inset:0;background:url(/img/home/globe/globe-light.svg)50% 100%/112.5rem no-repeat;mix-blend-mode:plus-lighter;filter:blur(40px);margin-right:-100px;margin-left:-100px}.enterprise-capabilities__globe-front{position:absolute;inset:0;z-index:2}.enterprise-capabilities__globe-front::before{content:"";position:absolute;inset:0;background-image:url(/img/home/globe/globe.png);background-size:100rem;background-position:50% 100%;background-repeat:no-repeat;z-index:1}.enterprise-capabilities__globe-front::after{content:"";position:absolute;bottom:0;right:0;left:0;height:240px;background:linear-gradient(180deg,rgba(9,14,26,0) 4.25%,#090e1a 88.85%);background-position:50% 100%;background-repeat:no-repeat;z-index:1}.enterprise-capabilities__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:4rem}.enterprise-capabilities__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;max-width:57.5rem}.enterprise-capabilities__title{font-size:2rem;font-weight:600;line-height:1.1;letter-spacing:-.5px;color:#f0f3fa;margin:0}@media(min-width:1200px){.enterprise-capabilities__title{font-size:3rem}}.enterprise-capabilities__subtitle{font-size:1.125rem;font-weight:350;line-height:1.5;letter-spacing:-.2px;color:#8f98b2;margin:0;max-width:45.625rem}@media(min-width:1200px){.enterprise-capabilities__subtitle{font-size:1.25rem}}.enterprise-capabilities__button{margin-top:.5rem}.enterprise-capabilities__cards{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;max-width:69.625rem}@media(min-width:768px){.enterprise-capabilities__cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.enterprise-capabilities__cards{grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;gap:1.875rem;align-items:stretch}}.enterprise-capabilities__card{display:flex;flex-direction:column;gap:1rem;min-width:0;padding:1.5rem 1.25rem;background:linear-gradient(180deg,rgba(22,30,51,.95) 0%,rgba(14,20,36,.95) 100%);border:1px solid transparent;border-top-color:#3d4866;border-radius:.5rem;overflow:visible;position:relative;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.enterprise-capabilities__card:hover{box-shadow:0 8px 32px rgba(0,0,0,.3);background:linear-gradient(180deg,rgba(28,38,64,.98) 0%,rgba(20,28,48,.98) 100%)}@media(min-width:1200px){.enterprise-capabilities__card--left{grid-column:1;grid-row:1/3;align-self:end}.enterprise-capabilities__card--center-left{grid-column:2;grid-row:1}.enterprise-capabilities__card--center-right{grid-column:3;grid-row:1}.enterprise-capabilities__card--right{grid-column:4;grid-row:1/3;align-self:end}}.enterprise-capabilities__connector{display:none}@media(min-width:1200px){.enterprise-capabilities__connector{display:block;position:absolute;top:100%;left:50%;transform:translateX(-50%);width:2.25rem;height:12.5rem;pointer-events:none;z-index:-1}}.enterprise-capabilities__card-icon{width:2rem;height:2rem}.enterprise-capabilities__card-icon svg{width:100%;height:100%}.enterprise-capabilities__card-content{display:flex;flex-direction:column;gap:.5rem;flex:1}.enterprise-capabilities__card-title{font-size:1rem;font-weight:600;line-height:1.5;color:#f0f3fa;margin:0}.enterprise-capabilities__card-description{font-size:1rem;font-weight:350;line-height:1.5;color:#8f98b2;margin:0}.enterprise-capabilities__card-link{align-self:flex-start;font-size:.875rem;font-weight:500;line-height:1.5;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis}.enterprise-capabilities__card:hover .enterprise-capabilities__card-link{padding-right:calc(1.25rem + 6px)}.enterprise-capabilities__card:hover .enterprise-capabilities__card-link::before,.enterprise-capabilities__card:hover .enterprise-capabilities__card-link::after{animation:dash .3s ease-in-out forwards}.enterprise-ready{background-color:#e1e5f0;padding-top:5rem;padding-bottom:5rem}.enterprise-ready .container{max-width:69.375rem}.enterprise-ready__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:4rem}.enterprise-ready__title{font-size:2rem;font-weight:600;line-height:1.1;letter-spacing:-.5px;color:#161e33;margin:0}@media(min-width:1200px){.enterprise-ready__title{font-size:3rem}}.enterprise-ready__subtitle{font-size:1.125rem;font-weight:350;line-height:1.5;letter-spacing:-.2px;color:#28324d;margin:0;max-width:45.5rem}@media(min-width:1200px){.enterprise-ready__subtitle{font-size:1.25rem}}.enterprise-ready__button{margin-top:.5rem}.enterprise-ready__content{display:flex;flex-direction:column;gap:1.875rem}.enterprise-ready__row{display:flex;flex-wrap:wrap;gap:1.875rem}@media(min-width:768px){.enterprise-ready__row--large{flex-wrap:nowrap}}.enterprise-ready__row--small{gap:1.875rem}@media(min-width:1200px){.enterprise-ready__row--small{flex-wrap:nowrap}}.enterprise-ready__card{background-color:#f0f3fa;border:1px solid #d4d9e6;border-radius:.5rem;overflow:hidden}.enterprise-ready__card--large{display:flex;flex-direction:column;width:100%;min-width:0;text-decoration:none;transition:box-shadow .2s ease,border-color .2s ease}@media(min-width:768px){.enterprise-ready__card--large{flex:1}}.enterprise-ready__card--large.enterprise-ready__card--large__card--link:hover{border-color:#b4bacc;box-shadow:0 4px 12px rgba(0,0,0,8%)}.enterprise-ready__card-visual{position:relative;height:9rem;background-color:#f0f3fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.enterprise-ready__card-img{width:100%;height:100%;object-fit:contain;display:block}.enterprise-ready__card-footer{display:flex;align-items:center;padding:1.5rem}.enterprise-ready__card-link{align-self:flex-start;font-weight:500}.enterprise-ready__card--large.enterprise-ready__card--link:hover .enterprise-ready__card-link{color:#dc244c;padding-right:calc(1.25rem + 6px)}.enterprise-ready__card--large.enterprise-ready__card--link:hover .enterprise-ready__card-link::before{background:linear-gradient(to right,#dc244c 50%,transparent 50%);background-size:200% 100%;background-position:0 0;animation:link-dash .3s ease-in-out forwards}.enterprise-ready__card--large.enterprise-ready__card--link:hover .enterprise-ready__card-link::after{background:#dc244c;animation:link-dash .3s ease-in-out forwards}@keyframes link-dash{to{background-position:0 0}}.enterprise-ready__card--small{display:flex;flex-direction:column;justify-content:space-between;width:100%;min-width:0;height:10rem;padding:1.5rem;text-decoration:none;color:inherit;transition:box-shadow .2s ease,border-color .2s ease}@media(min-width:576px){.enterprise-ready__card--small{flex:1 1 calc((100% - 60px)/3)}}@media(min-width:1200px){.enterprise-ready__card--small{flex:1}}.enterprise-ready__card--small.enterprise-ready__card--small__card--link:hover{border-color:#b4bacc;box-shadow:0 4px 12px rgba(0,0,0,8%)}.enterprise-ready__card--small.enterprise-ready__card--small__card--link:hover .enterprise-ready__card-label{color:#dc244c}.enterprise-ready__card-icon{width:1.5rem;height:1.5rem}.enterprise-ready__card-icon svg,.enterprise-ready__card-icon img{width:100%;height:100%}.enterprise-ready__icon-svg{display:block;width:1.5rem;height:1.5rem}.enterprise-ready__card-label{font-size:1rem;font-weight:500;line-height:1.5;color:#161e33;transition:color .2s ease}.performance-by-design{background-color:#e1e5f0;padding-top:5rem;padding-bottom:5rem}.performance-by-design .container{max-width:69.375rem}.performance-by-design__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;margin-bottom:4rem;max-width:57.5rem;margin-left:auto;margin-right:auto}.performance-by-design__tagline{font-family:geist mono,monospace;font-size:.875rem;font-weight:500;line-height:1.3125rem;letter-spacing:2px;color:#28324d;text-transform:uppercase}.performance-by-design__title{font-size:2rem;font-weight:600;line-height:1.1;letter-spacing:-.5px;color:#161e33;margin:0}@media(min-width:768px){.performance-by-design__title{font-size:3rem}}.performance-by-design__subtitle{font-size:1.125rem;font-weight:350;line-height:1.5;color:#28324d;margin:0}@media(min-width:768px){.performance-by-design__subtitle{font-size:1.125rem}}.performance-by-design__button{margin-top:.5rem}.performance-by-design__slider{display:none}@media(min-width:768px){.performance-by-design__slider{display:block}}.performance-by-design__grid{display:grid;grid-template-columns:1fr;gap:1.875rem}@media(min-width:576px){.performance-by-design__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.performance-by-design__grid{display:none}}.performance-by-design__card{background-color:#f0f3fa;border:1px solid #d4d9e6;border-radius:.5rem;overflow:hidden;display:flex;flex-direction:column;min-height:25rem}.performance-by-design__card-visual{position:relative;overflow:hidden;min-height:12.5rem;background:linear-gradient(180deg,#f0f3fa 0%,rgba(225,229,240,.3) 100%);display:flex;align-items:center;justify-content:center}.performance-by-design__card-image{width:100%;height:100%;object-fit:contain;display:block}.performance-by-design__card-content{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.performance-by-design__card-title{font-size:1.25rem;font-weight:600;line-height:1.5;letter-spacing:-.2px;color:#161e33;margin:0}.performance-by-design__card-description{font-size:1rem;font-weight:350;line-height:1.5;color:#3d4866;margin:0}.performance-by-design__content{display:flex;flex-direction:column;gap:3rem;align-items:center}@media(min-width:768px){.performance-by-design__content{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:5rem}}.performance-by-design__features{display:flex;flex-direction:column;width:100%}@media(min-width:768px){.performance-by-design__features{width:27.75rem;flex-shrink:0}}.performance-by-design__feature{display:flex;flex-direction:column;padding:1.5rem 0;border-bottom:.125rem solid #d4d9e6;cursor:pointer;transition:border-color .2s ease;overflow:hidden}.performance-by-design__feature:first-child{padding-top:0}.performance-by-design__feature-title{font-size:1.25rem;font-weight:600;line-height:1.3;letter-spacing:-.5px;color:#576280;margin:0;transition:color .2s ease}@media(min-width:768px){.performance-by-design__feature-title{font-size:1.5rem}}.performance-by-design__feature--active .performance-by-design__feature-title{color:#161e33}.performance-by-design__feature:hover .performance-by-design__feature-title{color:#28324d}.performance-by-design__feature-body{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease,margin .3s ease;margin-top:0}.performance-by-design__feature--active .performance-by-design__feature-body{max-height:12.5rem;opacity:1;margin-top:1rem}.performance-by-design__feature-description{font-size:1rem;font-weight:350;line-height:1.5;color:#3d4866;margin:0}.performance-by-design__feature--active{border-bottom-color:#dc244c}.performance-by-design__visual{position:relative;width:100%;min-height:18.75rem}@media(min-width:768px){.performance-by-design__visual{flex:1;min-width:0;min-height:33.75rem}}.performance-by-design__image{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;pointer-events:none}.performance-by-design__image--active{position:relative;opacity:1;visibility:visible;pointer-events:auto}.performance-by-design__image img{width:100%;height:auto;border-radius:.5rem;display:block}.engineered-for-builders{background-color:#090e1a;padding-top:7.5rem;padding-bottom:7.5rem;position:relative;overflow:hidden}.engineered-for-builders .container{max-width:69.375rem;position:relative;z-index:1}.engineered-for-builders__background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 50% 0%,rgba(87,0,201,.15) 0%,transparent 60%);pointer-events:none}.engineered-for-builders__background::before{content:"";position:absolute;background-image:url(/img/home/blured-line.svg);top:0;left:0;right:0;bottom:0;background-size:80%;background-position:50% 69%;background-repeat:no-repeat;mix-blend-mode:plus-lighter;filter:blur(78px)}@media(max-width:2300px){.engineered-for-builders__background::before{background-size:90%}}@media(max-width:1899.98px){.engineered-for-builders__background::before{background-size:cover}}.engineered-for-builders__background::after{content:"";position:absolute;background-image:url(/img/home/blured-line-2.svg);top:0;left:0;right:0;bottom:0;background-size:80%;background-position:50% 69%;background-repeat:no-repeat;mix-blend-mode:plus-lighter;filter:blur(26px)}@media(max-width:2300px){.engineered-for-builders__background::after{background-size:90%}}@media(max-width:1899.98px){.engineered-for-builders__background::after{background-size:cover}}.engineered-for-builders__background-texture{position:absolute;top:0;left:0;right:0;bottom:0;background:url(/img/home/engineered-texture.png);background:image-set(url(/img/home/engineered-texture.webp) type("image/webp"),url(/img/home/engineered-texture.png) type("image/png"));background-size:cover;background-position:50% 69%;background-repeat:no-repeat;opacity:.7;mix-blend-mode:overlay}.engineered-for-builders__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;margin-bottom:4rem;max-width:57.5rem;margin-left:auto;margin-right:auto}.engineered-for-builders__title{font-size:2rem;font-weight:600;line-height:1.1;letter-spacing:-.5px;color:#d4d9e6;margin:0}@media(min-width:1200px){.engineered-for-builders__title{font-size:3rem}}.engineered-for-builders__subtitle{font-size:1.125rem;font-weight:350;line-height:1.5;color:#8f98b2;margin:0}.engineered-for-builders__illustration{position:relative;margin-bottom:2.5rem}.engineered-for-builders__illustration img{width:100%;height:auto;display:block;margin:0 auto;border-radius:1rem}.engineered-for-builders__illustration::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:64.125rem;height:7rem;background:linear-gradient(180deg,rgba(9,14,26,0) 0%,#090e1a 100%);pointer-events:none}.engineered-for-builders__image-note{font-size:.875rem;font-weight:350;opacity:.7}.engineered-for-builders__features{display:flex;flex-direction:column;gap:3rem;padding-top:2.5rem}@media(min-width:768px){.engineered-for-builders__features{flex-direction:row}}.engineered-for-builders__feature{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.engineered-for-builders__feature-title{font-size:1.125rem;font-weight:600;line-height:1.5;letter-spacing:-.2px;color:#d4d9e6;margin:0}@media(min-width:1200px){.engineered-for-builders__feature-title{font-size:1.25rem}}.engineered-for-builders__feature-description{font-size:1rem;font-weight:350;line-height:1.5;color:#8f98b2;margin:0}.integrations-logos{padding:5rem 0;background-color:#090e1a}.integrations-logos__title{margin:0 0 3rem;font-family:geist mono,monospace;font-size:.875rem;font-weight:500;line-height:1.3125rem;letter-spacing:.125rem;text-transform:uppercase;text-align:center;color:#8f98b2}.integrations-logos__content{position:relative;display:flex;flex-direction:column;padding-bottom:.0625rem}.integrations-logos__cards{max-width:100%;text-align:center;height:80px}.integrations-logos__cards__container{overflow:hidden;position:relative}.integrations-logos__cards__container:before,.integrations-logos__cards__container:after{display:none;content:"";position:absolute;top:0;bottom:0;width:5rem;z-index:1}@media(min-width:992px){.integrations-logos__cards__container:before,.integrations-logos__cards__container:after{width:10.3125rem}}.integrations-logos__cards__container:before{left:0;background:linear-gradient(90deg,#090e1a .5%,#090e1a 38.79%,rgba(9,14,26,0) 100%)}.integrations-logos__cards__container:after{right:0;background:linear-gradient(270deg,#090e1a 38.79%,rgba(9,14,26,0) 100%)}.integrations-logos__cards__block{height:80px;display:grid;width:1920px;overflow:hidden;box-sizing:border-box;position:relative;margin:0 auto}.integrations-logos__cards__inner{display:block;width:200%;position:absolute}.integrations-logos__cards__inner>span{float:left;width:50%}.integrations-logos__cards__inner_to-left{animation:marqueeLeft 40s linear infinite}.integrations-logos__cards__inner_to-right{animation:marqueeRight 40s linear infinite}.integrations-logos__cards__item{width:240px;height:80px;display:inline-flex;margin:0;float:left;transition:all .2s ease-out;align-items:center}.integrations-logos__cards__item img{max-width:100%;height:auto}@keyframes marqueeLeft{0%{left:0}100%{left:-100%}}@keyframes marqueeRight{0%{left:-100%}100%{left:0}}.integrations-logos__cards__container{margin-bottom:-.0625rem}.integrations-logos__cards__item{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:15rem;height:5rem;border-top:1px solid #161e33;border-right:1px solid #161e33;border-bottom:1px solid #161e33}.integrations-logos__cards__item svg{height:3.5rem;width:auto;object-fit:contain;filter:brightness(0)invert(1)}.integrations-logos__cards__inner>span:first-child>.integrations-logos__cards__item:first-child{border-left:1px solid #161e33}.integrations-logos__gradient-left,.integrations-logos__gradient-right{position:absolute;top:0;bottom:0;width:5rem;z-index:1;pointer-events:none}@media(min-width:992px){.integrations-logos__gradient-left,.integrations-logos__gradient-right{width:10.3125rem}}.integrations-logos__gradient-left{left:0;background:linear-gradient(90deg,#090e1a .5%,#090e1a 38.79%,rgba(9,14,26,0) 100%)}.integrations-logos__gradient-right{right:0;background:linear-gradient(270deg,#090e1a 38.79%,rgba(9,14,26,0) 100%)}@media(max-width:767.98px){.integrations-logos{padding:3rem 0}.integrations-logos__title{margin-bottom:2rem;font-size:.75rem;line-height:1.125rem;padding:0 1rem}.integrations-logos__cards{max-width:100%;text-align:center;height:64px}.integrations-logos__cards__container{overflow:hidden;position:relative}.integrations-logos__cards__container:before,.integrations-logos__cards__container:after{display:none;content:"";position:absolute;top:0;bottom:0;width:5rem;z-index:1}}@media(max-width:767.98px) and (min-width:992px){.integrations-logos__cards__container:before,.integrations-logos__cards__container:after{width:10.3125rem}}@media(max-width:767.98px){.integrations-logos__cards__container:before{left:0;background:linear-gradient(90deg,#090e1a .5%,#090e1a 38.79%,rgba(9,14,26,0) 100%)}.integrations-logos__cards__container:after{right:0;background:linear-gradient(270deg,#090e1a 38.79%,rgba(9,14,26,0) 100%)}.integrations-logos__cards__block{height:64px;display:grid;width:1080px;overflow:hidden;box-sizing:border-box;position:relative;margin:0 auto}.integrations-logos__cards__inner{display:block;width:266.6666666667%;position:absolute}.integrations-logos__cards__inner>span{float:left;width:50%}.integrations-logos__cards__inner_to-left{animation:marqueeLeft 35s linear infinite}.integrations-logos__cards__inner_to-right{animation:marqueeRight 35s linear infinite}.integrations-logos__cards__item{width:180px;height:64px;display:inline-flex;margin:0;float:left;transition:all .2s ease-out;align-items:center}.integrations-logos__cards__item img{max-width:100%;height:auto}@keyframes marqueeLeft{0%{left:0}100%{left:-133.3333333333%}}@keyframes marqueeRight{0%{left:-133.3333333333%}100%{left:0}}.integrations-logos__cards__item{width:11.25rem;height:4rem}.integrations-logos__cards__item svg{height:2.5rem;width:auto;object-fit:contain;filter:brightness(0)invert(1)}}.solutions{position:relative;z-index:0;padding:3.75rem 0;background:radial-gradient(104.31% 111.56% at 50% 0%,rgba(67,37,174,0) 0%,rgba(67,37,174,0) 80%,rgba(67,37,174,.8) 90%,rgba(97,67,224,.9) 100%),#090e1a;overflow:hidden}.solutions__background{display:none}.solutions__header{text-align:center;margin-bottom:2.5rem}.solutions__label{display:inline-block;margin-bottom:1rem;font-family:geist mono,monospace;font-size:.875rem;font-weight:500;line-height:1.3125rem;letter-spacing:.125rem;text-transform:uppercase;color:#8f98b2}.solutions__title{margin:0 auto 1rem;font-size:1.75rem;font-weight:600;line-height:1.1;letter-spacing:-.03125rem;color:#d4d9e6}.solutions__subtitle{max-width:45.625rem;margin:0 auto;font-size:1rem;line-height:1.5;color:#8f98b2}.solutions__tabs-wrapper{text-align:center}.solutions__tabs{position:relative;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;gap:0;padding:.25rem;margin:0 auto 2.5rem;background-color:#161e33;border:1px solid #28324d;border-radius:.75rem;overflow:hidden;width:100%}.solutions__tab{position:relative;z-index:2;flex-shrink:0;width:100%;height:2.25rem;padding:0 1rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:2.25rem;color:#8f98b2;background:0 0;border:none;border-radius:.5rem;cursor:pointer;transition:color .2s ease;white-space:nowrap;text-align:left}.solutions__tab:hover{color:#f0f3fa}.solutions__tab--active{color:#f0f3fa;font-weight:600;background-color:#3d4866}.solutions__tab-indicator{display:none}.solutions__slider{position:relative;min-height:15.625rem;padding-bottom:2.5rem}.solutions__slide{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease;pointer-events:none}.solutions__slide--active{position:relative;opacity:1;visibility:visible;pointer-events:auto}.solutions__controls{display:flex;align-items:center;justify-content:center;gap:2.5rem}.solutions__arrow{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;background:0 0;border:1px solid #28324d;border-radius:.5rem;color:#8f98b2;cursor:pointer;transition:color .2s ease,border-color .2s ease}.solutions__arrow:hover{color:#f0f3fa;border-color:#717c99}.solutions__arrow svg{width:1.25rem;height:1.25rem}.solutions__dots{display:flex;align-items:center;gap:1.25rem}.solutions__dot{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:0 0;border:none;cursor:pointer;padding:0}.solutions__dot span{display:block;width:.375rem;height:.375rem;background-color:#28324d;border-radius:50%;transition:background-color .2s ease}.solutions__dot:hover span{background-color:#8f98b2}.solutions__dot--active span{background-color:#f0f3fa}.solutions__panel-content{display:flex;flex-direction:column;justify-content:center;height:100%;padding-top:0;margin-bottom:2rem;text-align:center}.solutions__panel-title{margin:0 0 1.5rem;font-size:1.5rem;font-weight:600;line-height:1.3;letter-spacing:-.03125rem;color:#e1e5f0}.solutions__panel-description{margin:0 0 1.5rem;font-size:1rem;line-height:1.5;letter-spacing:-.0125rem;color:#8f98b2}.solutions__panel-link{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;height:3rem;padding:0 1.75rem;font-size:1.125rem;font-weight:600;line-height:1.5;color:#fff;text-decoration:none;background:0 0;border:1px solid #717c99;border-radius:.5rem;transition:background-color .2s ease,border-color .2s ease}.solutions__panel-link:hover{background-color:rgba(255,255,255,.1);border-color:#fff;color:#fff}.solutions__panel-illustration{display:flex;align-items:center;justify-content:center;min-height:15.625rem;padding:.625rem}.solutions__panel-illustration img{max-width:100%;max-height:15.625rem;height:auto;width:auto;object-fit:contain}.solutions__panel-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:15.625rem;background:linear-gradient(135deg,rgba(22,30,51,.8) 0%,rgba(13,19,36,.9) 100%);border:1px dashed rgba(143,152,178,.3);border-radius:1rem}.solutions__panel-placeholder::after{content:attr(data-label)" illustration";font-family:geist mono,monospace;font-size:.75rem;color:rgba(143,152,178,.5);text-transform:uppercase;letter-spacing:.125rem}@media(min-width:576px){.solutions{padding:5rem 0}.solutions__header{margin-bottom:2.5rem}.solutions__title{font-size:2.25rem}.solutions__subtitle{font-size:1rem}.solutions__slider{min-height:auto}.solutions__panel-content{padding-top:0;margin-bottom:2rem;text-align:center}.solutions__panel-title{font-size:1.5rem}.solutions__panel-description{font-size:1rem}.solutions__panel-illustration{min-height:18.75rem}.solutions__panel-illustration img{max-height:18.75rem}.solutions__panel-placeholder{height:18.75rem}}@media(min-width:768px){.solutions__tabs{flex-direction:row;display:inline-flex;width:fit-content;max-width:100%;margin-bottom:2.5rem}.solutions__tab{width:auto;text-align:center;padding:0 .5rem;font-size:.75rem;height:2.25rem;line-height:2.25rem}.solutions__tab--active{background-color:initial}.solutions__tab-indicator{display:block;position:absolute;z-index:1;top:.25rem;left:.25rem;height:2.25rem;background-color:#3d4866;border-radius:.5rem;transition:left .3s ease,width .3s ease}}@media(min-width:992px){.solutions__tab{font-size:.875rem;padding:0 1.25rem}}@media(min-width:1200px){.solutions{padding:7.5rem 0}.solutions__header{margin-bottom:4rem}.solutions__title{font-size:3rem}.solutions__subtitle{font-size:1.125rem}.solutions__tabs{margin-bottom:4rem}.solutions__tab{font-size:1rem;height:2.5rem;line-height:2.5rem}.solutions__tab-indicator{top:.25rem;left:.25rem;height:2.5rem}.solutions__slider{min-height:25rem}.solutions__panel-content{padding-top:2.5rem;margin-bottom:0;text-align:left}.solutions__panel-title{font-size:2rem}.solutions__panel-description{font-size:1.25rem}.solutions__panel-illustration{min-height:25rem;padding:1.25rem}.solutions__panel-illustration img{max-height:25rem}.solutions__panel-placeholder{height:25rem}.solutions__panel-placeholder::after{font-size:.875rem}}.customer-stories{background-color:#e1e5f0;padding-top:4rem;padding-bottom:4rem;display:flex;flex-direction:column;align-items:center;position:relative}.customer-stories__header{display:flex;flex-direction:column;max-width:69.375rem;min-width:100%;margin-bottom:2.5rem}.customer-stories__header-content{display:flex;align-items:center;justify-content:center;margin-top:1rem}.customer-stories__controls{display:none;gap:2.5rem;position:absolute;top:-85px;right:20px}.customer-stories__button{border-radius:8px;outline:none;border:1px solid #b4bacc;background-color:initial;width:4rem;height:4rem;display:flex;align-items:center;justify-content:center}.customer-stories__button-prev svg{transform:rotate(180deg)}.customer-stories__button svg{width:1.5rem;height:1.5rem}.customer-stories__button:disabled{opacity:.5}.customer-stories__title{font-size:2rem;line-height:2.375rem;color:#161e33;text-align:center;margin:0}.customer-stories__cards-wrapper::-webkit-scrollbar{display:none}.customer-stories__cards{display:flex;flex-direction:column;row-gap:2rem}.customer-stories__card{padding-top:2rem;padding-bottom:2rem;margin-bottom:2rem;min-height:25.4375rem}.customer-stories__card img{max-width:7.5rem;max-height:4rem}.customer-stories__card-footer{display:flex;gap:1rem}.customer-stories__avatar{height:3rem;text-align:right;display:flex;flex-wrap:nowrap;justify-content:flex-start}.customer-stories__avatar img{width:3rem;height:3rem}.customer-stories__avatar img:not(:first-of-type){margin-left:-1rem;z-index:1}.customer-stories__card-author p{margin:0}.customer-stories__card-author-name{font-weight:700;color:#161e33;font-size:.875rem}.customer-stories__card-author-position{color:#717c99;font-size:.875rem}@media(min-width:1200px){.customer-stories{padding-top:2.5rem;padding-bottom:6rem}.customer-stories__title{font-size:3rem;line-height:3.5625rem;text-align:left}.customer-stories__controls{display:flex}.customer-stories__header-content{justify-content:space-between;margin-top:0;height:4rem}.customer-stories__cards-wrapper{padding-bottom:1.5rem}.customer-stories__cards{flex-direction:row}.customer-stories__cards{margin-left:-.9375rem;margin-right:-.9375rem}.customer-stories .splide{margin-left:-20px;margin-right:-20px}}.testimonial{position:relative;overflow:hidden;background-color:#090e1a;padding-top:4rem;padding-bottom:4rem}.testimonial__cards{display:flex;position:relative;flex-direction:column;gap:1.5rem;z-index:1}.testimonial__content{padding:2rem 2.5rem;background:linear-gradient(#161e33,#0e1424);border-radius:.5rem}.testimonial__review{margin-bottom:2.5rem;font-size:1.25rem;line-height:1.875rem;color:#f0f3fa}.testimonial__employees{display:flex;flex-direction:column}.testimonial__employees-avatar{margin-bottom:1rem;height:3rem}.testimonial__employees-avatar img{height:100%}.testimonial__employees-position p{margin-bottom:0}.testimonial__employees-position p:first-of-type{color:#e1e5f0}.testimonial__employees-position p:last-of-type{font-size:.875rem;line-height:1.3125rem;color:#717c99}.testimonial__logo{display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(#161e33,#0e1424);border-radius:.5rem}.testimonial__bottom-overlay{position:absolute;left:0;bottom:0;width:39.8125rem;height:26.25rem;background-image:url(/img/blurred/blurred-light-16.svg);background-position:bottom;background-size:cover}@media(min-width:1200px){.testimonial{padding-top:7.5rem;padding-bottom:7.5rem}.testimonial__cards{flex-direction:row;justify-content:space-between}.testimonial__content{width:51.5625rem}.testimonial__employees{flex-direction:row}.testimonial__employees-avatar{margin-bottom:0;margin-right:1rem}.testimonial__logo{width:calc(100% - 849px)}}.customers-testimonial{padding-top:4rem;padding-bottom:0}@media(min-width:992px){.customers-testimonial{padding-top:5rem}}.testimonial-light{padding-bottom:4rem;background-color:#e1e5f0}.testimonial-light__content{padding:2rem 2.5rem;background:#f0f3fa;border-radius:.5rem;border:.0625rem solid #d4d9e6}.testimonial-light__review{margin-bottom:2.5rem;font-size:1.25rem;line-height:1.5;color:#161e33;letter-spacing:-.0125rem}.testimonial-light__review:last-child{margin-bottom:0}.testimonial-light__employees{display:flex;flex-direction:column}.testimonial-light__employees-avatar{margin-bottom:1rem;height:3rem}.testimonial-light__employees-avatar img{height:100%}.testimonial-light__employees-position p{margin-bottom:0}.testimonial-light__employees-position p:first-of-type{color:#161e33}.testimonial-light__employees-position p:last-of-type{font-size:.875rem;line-height:1.3125rem;color:#717c99}.testimonial-light__logo{display:flex;align-items:center;justify-content:center;padding:2rem;background:#f0f3fa;border-radius:.5rem;border:.0625rem solid #d4d9e6}.testimonial-light__logo img{width:9.375rem}.testimonial-light__logo--gradient{min-height:18.75rem;background-color:#090e1a;background-image:url(/img/testimonial-logo-glow.svg);background-repeat:no-repeat;background-position:50% 100%;background-size:100%;position:relative;overflow:hidden}.testimonial-light__logo--gradient img{position:relative;z-index:1;filter:brightness(0)invert(1)}.testimonial-light--gradient-layout .row{align-items:stretch;--bs-gutter-x:1.875rem}.testimonial-light--gradient-layout .testimonial-light__content,.testimonial-light--gradient-layout .testimonial-light__logo{min-height:18.75rem;height:100%}.testimonial-light--gradient-layout .testimonial-light__content{display:flex;flex-direction:column;justify-content:center;padding:3.5rem}.testimonial-light--gradient-layout .testimonial-light__logo--gradient{padding:2rem}.testimonial-light--gradient-layout .testimonial-light__review{font-size:1.5rem;line-height:1.3;letter-spacing:-.03125rem}.testimonial-light__partners{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:1.875rem}.testimonial-light__partners-title{margin:0;font-size:1.25rem;font-weight:600;line-height:1.3;color:#161e33;letter-spacing:-.5px}.testimonial-light__partners-logos{display:flex;gap:1rem;flex-wrap:wrap}.testimonial-light__partners-card{display:flex;align-items:center;justify-content:center;padding:0 1.25rem;background:#f0f3fa;border:.0625rem solid #d4d9e6;border-radius:.75rem}.testimonial-light__partners-card img{width:7.5rem;height:4rem;object-fit:contain}.testimonial-light.reversed div.row{flex-direction:column-reverse}@media(min-width:1200px){.testimonial-light{padding-bottom:7.5rem}.testimonial-light__employees{flex-direction:row}.testimonial-light__employees-avatar{margin-bottom:0;margin-right:1rem}.testimonial-light__logo{height:100%}.testimonial-light__partners{flex-direction:row;align-items:center;justify-content:space-between;gap:0}.testimonial-light__partners-title{font-size:1.5rem;max-width:27.8125rem}.testimonial-light.reversed div.row{flex-direction:row-reverse}}.cta-banner{padding-top:5rem;padding-bottom:5rem;background-color:#e1e5f0}.cta-banner__banner{position:relative;overflow:hidden;border-radius:1rem;background:linear-gradient(to bottom,#161e33,#0e1424)}.cta-banner__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.6;pointer-events:none}.cta-banner__content{position:relative;padding:2.5rem 3rem;padding-bottom:28.125rem;z-index:1}.cta-banner__text{display:flex;flex-direction:column;align-items:center;text-align:center}.cta-banner__title{margin:0 0 1rem;font-size:2rem;line-height:2.375rem;letter-spacing:-.5px;color:#f0f3fa}.cta-banner__title span{color:#dc244c}.cta-banner__description{margin:0 0 2rem;font-size:1.125rem;line-height:1.5;letter-spacing:-.2px;color:#d4d9e6}.cta-banner__illustration{display:block;position:absolute;left:auto;right:-10%;bottom:0;pointer-events:none}.cta-banner__illustration img{height:100%;width:auto}@media(max-width:767.98px){.cta-banner{padding-top:5rem;padding-bottom:5rem}.cta-banner__content{padding:5rem 1.25rem;padding-bottom:25rem}.cta-banner__title{margin:0 0 1rem;font-size:2.5rem;font-weight:600;line-height:1.2;letter-spacing:-.5px}.cta-banner__description{margin:0 0 2rem;font-size:1.25rem;font-weight:400;line-height:1.5;letter-spacing:-.2px}}.cta-banner__button{white-space:nowrap}.cta-banner__illustration{display:block;right:0}.cta-banner__illustration::before{display:block;content:"";height:50px;background:linear-gradient(to bottom,#0c1220,30%,transparent);position:absolute;left:0;right:0;z-index:1}@media(min-width:992px){.cta-banner{padding-top:7.5rem;padding-bottom:7.5rem}.cta-banner__content{padding:3rem 4rem}.cta-banner__text{align-items:flex-start;text-align:left;max-width:31.25rem}.cta-banner__title{font-size:2.5rem;line-height:3rem}.cta-banner__description{font-size:1.25rem;line-height:1.5}.cta-banner__illustration{position:absolute;right:0;top:0;bottom:0;pointer-events:none}.cta-banner__illustration::before{display:none}.cta-banner__illustration img{height:100%;width:auto}}