@charset "UTF-8";:root{--primary: $primary;--secondary: $secondary;--tertiary: $tertiary;--black: $black;--white: $white;--primary-font: "IBM Plex Sans", sans-serif;--secondary-font: "IBM Plex Sans", sans-serif;--tertiary-font: "Doto", sans-serif;--main-black: #0B0E11;--subtle-black: #2B2E32;--grey: #7D7A75;--grey-light: #EAEAEA;--primary-green: #399E43;--slate-red: #F97770;--yellow: #DBB20C}textarea{font-family:var(--body-font)}@font-face{font-family:IBM Plex Sans;src:url(/Fonts/IBM_Plex_Sans/IBMPlexSans-VariableFont_wdth,wght.ttf) format("truetype");font-weight:100 700;font-style:normal;font-display:swap}@font-face{font-family:IBM Plex Sans;src:url(/Fonts/IBM_Plex_Sans/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf) format("truetype");font-weight:100 700;font-style:italic;font-display:swap}@font-face{font-family:Doto;src:url(/assets/fonts/Doto.ttf) format("truetype");font-weight:200 900;font-style:normal}h1,h2,h3,h4,h5,h6{font-family:var(--primary-font);margin:1rem 0;color:#464d42;font-weight:600}h1{font-size:40px}@media screen and (max-width:767px){h1{font-size:2.275rem}}h2{font-size:36px}@media screen and (max-width:767px){h2{font-size:2.1rem}}h3{font-size:32px}@media screen and (max-width:767px){h3{font-size:1.8375rem}}h4{font-size:28px}@media screen and (max-width:767px){h4{font-size:1.4rem}}h5{font-size:24px}@media screen and (max-width:767px){h5{font-size:1.05rem}}h6{font-size:20px}@media screen and (max-width:767px){h6{font-size:1rem}}a{color:#a556ae;font-family:var(--body-font);text-decoration:none;transition:all .1s linear}p{font-size:1rem;margin:0;padding:0}p.small{font-size:.875rem}li{margin:.75rem 0;list-style-type:none;font-family:var(--secondary-font)}blockquote span.big{font-size:2.5rem;color:#464d42}blockquote{font-size:1.2rem}.text-18{font-size:18px}.text-16{font-size:16px}.text-14{font-size:14px}.text-12{font-size:12px}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--primary-font)}html{scroll-behavior:smooth;overflow-x:hidden}body{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;background-color:#fefefe;color:#0b0e11;transition:background-color .2s ease,color .2s ease}[data-theme=dark] body{background-color:#0b0e11;color:#fefefe}main{flex:1}img{width:100%;max-width:100%;margin:1rem 0;object-fit:cover}hr{height:0;border:none;border-bottom:1px solid var(--primary);display:flex;justify-content:flex-start;margin-bottom:1rem}.m-0{margin:0!important}.mt-0{margin-top:0!important}.p-0{padding:0}.pt-0{padding-top:0}iframe{width:100%;border:none}.inner{width:100%;max-width:1312px;margin:0 auto;padding-left:2rem;padding-right:2rem}@media screen and (max-width:767px){.inner{padding-left:1rem;padding-right:1rem}}section{width:100%}@media screen and (min-width:1101px){section{padding-top:6rem;padding-bottom:6rem}}@media screen and (max-width:1100px){section{padding-top:4rem;padding-bottom:4rem}}@media screen and (max-width:767px){section{padding-top:2rem;padding-bottom:2rem}}.btn{display:inline-flex;justify-content:center;align-items:center;gap:.5rem;font-family:var(--primary-font);font-weight:500;text-align:center;cursor:pointer;line-height:normal;letter-spacing:.01em;border-radius:999px;transition:background-color .15s ease,color .15s ease,border-color .15s ease;text-decoration:none;white-space:nowrap}.btn:disabled,.btn.disabled{opacity:.5;pointer-events:none}.btn.btn-sm{padding:.375rem 1rem;font-size:13px}.btn.btn-md{padding:.6rem 1.5rem;font-size:15px}.btn.btn-lg{padding:.875rem 2rem;font-size:16px}.btn.btn-primary{border:1.5px solid var(--main-black);background-color:var(--main-black);color:#fefefe}.btn.btn-primary:hover:not(:disabled){background-color:var(--subtle-black);border-color:var(--subtle-black)}.btn.btn-secondary{border:1.5px solid var(--main-black);background-color:transparent;color:var(--main-black)}.btn.btn-secondary:hover:not(:disabled){background-color:var(--main-black);color:#fefefe}.btn.btn-tertiary{background-color:transparent;border:none;color:var(--main-black);padding-left:0;padding-right:0}.btn.btn-tertiary:hover:not(:disabled){color:var(--grey)}.btn.btn-green{border:1.5px solid var(--primary-green);background-color:var(--primary-green);color:#fefefe}.btn.btn-green:hover:not(:disabled){background-color:#2e8036;border-color:#2e8036}.btn.btn-danger{border:1.5px solid var(--slate-red);background-color:var(--slate-red);color:#fefefe}.btn.btn-danger:hover:not(:disabled){background-color:#f75249;border-color:#f75249}.btn.btn-outline-green{border:1.5px solid var(--primary-green);background-color:transparent;color:var(--primary-green)}.btn.btn-outline-green:hover:not(:disabled){background-color:var(--primary-green);color:#fefefe}.btn .btn-arrow{display:inline-flex;font-size:1em;line-height:1;transition:transform .15s ease}.btn:hover:not(:disabled) .btn-arrow{transform:translate(2px,-2px)}[data-theme=dark] .btn-primary{border-color:#fefefe;background-color:#fefefe;color:#0b0e11}[data-theme=dark] .btn-primary:hover:not(:disabled){background-color:#eaeaea;border-color:#eaeaea}[data-theme=dark] .btn-secondary{border-color:#fefefe;background-color:transparent;color:#fefefe}[data-theme=dark] .btn-secondary:hover:not(:disabled){background-color:#fefefe;color:#0b0e11}[data-theme=dark] .btn-tertiary{color:#fefefe}[data-theme=dark] .btn-tertiary:hover:not(:disabled){color:var(--grey-light)}.hero__inner{display:grid;grid-template-columns:1fr auto;gap:6rem;align-items:center}@media screen and (max-width:1100px){.hero__inner{grid-template-columns:1fr;gap:3rem}}.hero__text{display:flex;flex-direction:column;gap:1.75rem;min-width:0}.hero__heading{display:flex;flex-direction:column;line-height:1.05}.hero__title{margin:0;font-size:5rem;font-weight:500;letter-spacing:-.03em;color:#0b0e11;transition:color .2s ease}[data-theme=dark] .hero__title{color:#fefefe}@media screen and (min-width:768px)and (max-width:1100px){.hero__title{font-size:3.75rem}}@media screen and (max-width:767px){.hero__title{font-size:2.75rem}}.hero__title--accent,[data-theme=dark] .hero__title--accent{color:#399e43}.hero__cursor{display:inline-block;width:.5em;height:.85em;background-color:#399e43;margin-left:.08em;vertical-align:-.1em;border-radius:2px;animation:hero-blink 1s step-end infinite}.hero__badge{display:flex;align-items:center;gap:.35rem;font-size:.875rem;margin:0;flex-wrap:wrap}.hero__badge-star{color:#dbb20c}.hero__badge-label{color:#dbb20c;font-weight:600}.hero__badge-sep,.hero__badge-note{color:#7d7a75}.hero__description{margin:0;font-size:1rem;line-height:1.65;color:#7d7a75;max-width:38rem;overflow-wrap:break-word}.hero__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}@media screen and (max-width:767px){.hero__actions{flex-direction:column;align-items:stretch}.hero__actions .btn{justify-content:center;width:100%}}.hero__visual{display:flex;align-items:center;justify-content:center;min-width:0;max-width:360px;width:100%;margin-left:auto}@media screen and (max-width:1100px){.hero__visual{max-width:100%;margin-left:0}}.stats{padding-top:0;padding-bottom:0}.stats__grid{display:grid;grid-template-columns:repeat(4,1fr);background-color:#eaeaea;gap:1px;border:1px solid #EAEAEA;transition:background-color .2s ease,border-color .2s ease}[data-theme=dark] .stats__grid{background-color:#fefefe1f;border-color:#fefefe1f}@media screen and (max-width:1100px){.stats__grid{grid-template-columns:repeat(2,1fr)}}.stats__item{background-color:#fefefe;padding:2rem 1.75rem;display:flex;flex-direction:column;gap:.625rem;transition:background-color .2s ease}[data-theme=dark] .stats__item{background-color:#0b0e11}.stats__value{font-size:3rem;font-weight:400;color:#0b0e11;line-height:1;letter-spacing:-.03em;transition:color .2s ease}[data-theme=dark] .stats__value{color:#fefefe}.stats__label{margin:0;font-size:.875rem;color:#7d7a75;line-height:1.5;max-width:18rem}@keyframes hero-blink{0%,to{opacity:1}50%{opacity:0}}.live-quote{width:100%;border:1px solid #EAEAEA;border-radius:.875rem;overflow:hidden;background-color:#fefefe;transition:background-color .2s ease,border-color .2s ease}[data-theme=dark] .live-quote{background-color:#2b2e32;border-color:#373b40}.live-quote__header{display:flex;align-items:center;gap:.6rem;padding:.875rem 1.25rem;background-color:#eaeaea;border-bottom:1px solid rgb(221.25,221.25,221.25);transition:background-color .2s ease,border-color .2s ease}[data-theme=dark] .live-quote__header{background-color:#0b0e11;border-bottom-color:#2b2e32}.live-quote__indicator{width:8px;height:8px;border-radius:50%;background-color:#399e43;box-shadow:0 0 0 3px #399e4333;flex-shrink:0}.live-quote__label{flex:1;font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#7d7a75}.live-quote__time{font-size:.7rem;letter-spacing:.06em;color:#7d7a75;font-variant-numeric:tabular-nums}.live-quote__rows{padding:0 1.25rem}.live-quote__row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px dashed #EAEAEA;gap:.5rem;transition:border-color .2s ease}[data-theme=dark] .live-quote__row{border-bottom-color:#7d7a7533}.live-quote__row:last-child{border-bottom:none}.live-quote__row--delta{padding:1.1rem 0}.live-quote__row-label{font-size:.875rem;color:#7d7a75;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-quote__row-value{font-size:.875rem;color:#0b0e11;font-weight:500;text-align:right;white-space:nowrap;transition:color .2s ease}[data-theme=dark] .live-quote__row-value{color:#fefefe}.live-quote__row-value--strike{text-decoration:line-through;color:#7d7a75;font-weight:400}[data-theme=dark] .live-quote__row-value--strike{color:#7d7a75}.live-quote__row-value--bold{font-weight:600}.live-quote__row-value--green{color:#399e43;font-weight:500}.live-quote__divider{height:1px;background-color:#eaeaea;transition:background-color .2s ease}[data-theme=dark] .live-quote__divider{background-color:#7d7a7533}.live-quote__delta{font-size:2rem;font-weight:700;color:#399e43;line-height:1;font-variant-numeric:tabular-nums}.live-quote__delta-unit{font-size:.875rem;font-weight:400;color:#7d7a75}.live-quote__pills{display:flex;gap:.5rem;padding:1rem 1.25rem;flex-wrap:wrap;border-top:1px solid #EAEAEA;transition:border-color .2s ease}[data-theme=dark] .live-quote__pills{border-top-color:#7d7a7533}.live-quote__pill{padding:.2rem .7rem;border-radius:999px;border:1px solid #EAEAEA;font-size:.65rem;letter-spacing:.08em;font-weight:500;color:#7d7a75;text-transform:uppercase;transition:border-color .2s ease}[data-theme=dark] .live-quote__pill{border-color:#7d7a7559}.card{background-color:#fefefe;overflow:hidden;transition:all .3s ease;border:0;box-shadow:none;margin:1rem 0;padding:1.5rem 2rem}.card.bordered{border:2px solid #464d42}.card.shadowed{box-shadow:1px 1px 5px #0000001a}.card.primary-card{background-color:#a556ae;color:#fefefe;border:0}.card.primary-card:hover{background-color:#86448d}.target-audience-card{position:relative;background-color:#fefefe;padding:64px;display:flex;flex-direction:column;gap:64px}@media screen and (max-width:1100px){.target-audience-card{padding:32px;gap:32px}}.target-audience-card .target-audience-content{display:flex;flex-direction:column;gap:64px;position:relative;z-index:1}@media screen and (max-width:767px){.target-audience-card .target-audience-content{gap:32px}}.target-audience-card .target-audience-text{display:flex;flex-direction:column;gap:16px}.target-audience-card .target-audience-text h4{color:#464d42;font-family:var(--primary-font);font-size:28px;font-weight:600;margin:0}@media screen and (max-width:767px){.target-audience-card .target-audience-text h4{font-size:1.4rem}}.target-audience-card .target-audience-text p{color:#464d42;font-family:var(--primary-font);font-size:16px;font-weight:400;line-height:1.5;margin:0}.target-audience-card .target-audience-list{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0;align-items:flex-start}.target-audience-card .target-audience-list .target-audience-item{display:flex;align-items:center;gap:8px;width:272px;max-width:100%;margin:0}@media screen and (max-width:767px){.target-audience-card .target-audience-list .target-audience-item{width:100%}}.target-audience-card .target-audience-list .target-audience-item .checkmark-icon{flex-shrink:0;width:20px;height:20px;color:#a556ae;display:flex;align-items:center;justify-content:center}.target-audience-card .target-audience-list .target-audience-item .checkmark-icon svg{width:100%;height:100%}.target-audience-card .target-audience-list .target-audience-item span{color:#464d42;font-family:var(--secondary-font);font-size:16px;font-weight:400;flex:1}.target-audience-card .corner-border{position:absolute;width:30px;height:30px;pointer-events:none}@media screen and (max-width:767px){.target-audience-card .corner-border{width:30px;height:30px}}.target-audience-card .corner-border:before,.target-audience-card .corner-border:after{content:"";position:absolute;background-color:#464d42}.target-audience-card .corner-border.corner-top-right{top:0;right:0}.target-audience-card .corner-border.corner-top-right:before{top:0;right:0;width:2px;height:100%}.target-audience-card .corner-border.corner-top-right:after{top:0;right:0;width:100%;height:2px}.target-audience-card .corner-border.corner-bottom-right{bottom:0;right:0}.target-audience-card .corner-border.corner-bottom-right:before{bottom:0;right:0;width:2px;height:100%}.target-audience-card .corner-border.corner-bottom-right:after{bottom:0;right:0;width:100%;height:2px}.target-audience-card .corner-border.corner-bottom-left{bottom:0;left:0}.target-audience-card .corner-border.corner-bottom-left:before{bottom:0;left:0;width:2px;height:100%}.target-audience-card .corner-border.corner-bottom-left:after{bottom:0;left:0;width:100%;height:2px}.target-audience-card .corner-border.corner-top-left{top:0;left:0}.target-audience-card .corner-border.corner-top-left:before{top:0;left:0;width:2px;height:100%}.target-audience-card .corner-border.corner-top-left:after{top:0;left:0;width:100%;height:2px}.stat-card{position:relative;background-color:#fefefe;border:2px solid #464d42;padding:32px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;transition:all .3s ease;height:300px}@media screen and (max-width:767px){.stat-card{padding:24px;gap:12px}}.stat-card .stat-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:8px}@media screen and (max-width:767px){.stat-card .stat-icon{width:40px;height:40px;margin-bottom:4px}}.stat-card .stat-icon img,.stat-card .stat-icon svg{width:100%;height:100%;object-fit:contain}.stat-card .stat-value{color:#464d42;font-family:var(--primary-font);font-size:48px;font-weight:700;line-height:1.2;margin:0}@media screen and (max-width:767px){.stat-card .stat-value{font-size:36px}}.stat-card .stat-title{color:#464d42;font-family:var(--primary-font);font-size:24px;font-weight:600;line-height:1.3;margin:0}@media screen and (max-width:767px){.stat-card .stat-title{font-size:20px}}.stat-card .stat-description{color:#464d42;font-family:var(--primary-font);font-size:16px;font-weight:400;line-height:1.5;margin:0;max-width:280px}@media screen and (max-width:767px){.stat-card .stat-description{font-size:14px}}.stat-card .corner-border{position:absolute;width:30px;height:30px;pointer-events:none}@media screen and (max-width:767px){.stat-card .corner-border{width:30px;height:30px}}.stat-card .corner-border:before,.stat-card .corner-border:after{content:"";position:absolute;background-color:#464d42}.stat-card .corner-border.corner-top-right{top:12px;right:12px}@media screen and (max-width:767px){.stat-card .corner-border.corner-top-right{top:8px;right:8px}}.stat-card .corner-border.corner-top-right:before{top:0;right:0;width:2px;height:100%}.stat-card .corner-border.corner-top-right:after{top:0;right:0;width:100%;height:2px}.stat-card .corner-border.corner-bottom-right{bottom:12px;right:12px}@media screen and (max-width:767px){.stat-card .corner-border.corner-bottom-right{bottom:8px;right:8px}}.stat-card .corner-border.corner-bottom-right:before{bottom:0;right:0;width:2px;height:100%}.stat-card .corner-border.corner-bottom-right:after{bottom:0;right:0;width:100%;height:2px}.stat-card .corner-border.corner-bottom-left{bottom:12px;left:12px}@media screen and (max-width:767px){.stat-card .corner-border.corner-bottom-left{bottom:8px;left:8px}}.stat-card .corner-border.corner-bottom-left:before{bottom:0;left:0;width:2px;height:100%}.stat-card .corner-border.corner-bottom-left:after{bottom:0;left:0;width:100%;height:2px}.stat-card .corner-border.corner-top-left{top:12px;left:12px}@media screen and (max-width:767px){.stat-card .corner-border.corner-top-left{top:8px;left:8px}}.stat-card .corner-border.corner-top-left:before{top:0;left:0;width:2px;height:100%}.stat-card .corner-border.corner-top-left:after{top:0;left:0;width:100%;height:2px}.feature-card{position:relative;padding-bottom:2rem;display:inline-block;border-bottom:1px solid #464d42}.feature-card .feature-title{font-family:var(--primary-font);font-size:1.5rem;font-weight:600}.feature-card .feature-description{color:#464d42b3}@media screen and (min-width:1101px){.features-section .grid3 .feature-card:nth-last-child(-n+3){border-bottom:none}}@media screen and (min-width:768px)and (max-width:1100px){.features-section .grid3 .feature-card:nth-last-child(-n+2):nth-child(odd),.features-section .grid3 .feature-card:nth-last-child(-n+2):nth-child(odd)~.feature-card{border-bottom:none}}@media screen and (max-width:767px){.features-section .grid3 .feature-card:last-child{border-bottom:none}}.monitor-card{position:relative;background-color:#fefefe;border:2px solid #464d42;overflow:hidden;max-width:420px;margin:0 auto;display:flex;flex-direction:column}.monitor-card .monitor-card-content{position:relative;z-index:2;padding:48px 32px 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}@media screen and (max-width:767px){.monitor-card .monitor-card-content{padding:32px 24px 0;gap:12px;width:340px}}.monitor-card .monitor-card-label{color:#464d4280;font-family:var(--secondary-font);font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:.5px;margin:0}.monitor-card .monitor-card-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin:8px 0}@media screen and (max-width:767px){.monitor-card .monitor-card-icon{width:40px;height:40px;margin:4px 0}}.monitor-card .monitor-card-icon img,.monitor-card .monitor-card-icon svg{width:100%;height:100%;object-fit:contain}.monitor-card .monitor-card-title{color:#464d42;font-family:var(--primary-font);font-size:48px;font-weight:700;line-height:1.2;margin:0}@media screen and (max-width:767px){.monitor-card .monitor-card-title{font-size:36px}}.monitor-card .monitor-card-description{color:#464d42;font-family:var(--primary-font);font-size:16px;font-weight:400;line-height:1.5;margin:0;max-width:340px}@media screen and (max-width:767px){.monitor-card .monitor-card-description{font-size:14px}}.monitor-card .monitor-card-button{position:relative;z-index:3;background-color:#464d42cc;color:#fefefe;font-family:var(--secondary-font);font-size:14px;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:12px 32px;border:none;cursor:pointer;transition:all .3s ease;margin-top:32px;margin-bottom:-20px}.monitor-card .monitor-card-button:hover{background-color:#464d42;transform:translateY(-2px);box-shadow:0 4px 8px #464d4233}@media screen and (max-width:767px){.monitor-card .monitor-card-button{font-size:12px;padding:10px 24px;margin-top:24px;margin-bottom:-15px}}.monitor-card .monitor-card-background{position:relative;width:100%;height:200px;overflow:hidden}@media screen and (max-width:767px){.monitor-card .monitor-card-background{height:180px}}.monitor-card .monitor-card-background img{width:90%;height:70%;object-fit:cover;margin:auto;display:flex}.monitor-card .corner-border{position:absolute;width:30px;height:30px;pointer-events:none;z-index:3}@media screen and (max-width:767px){.monitor-card .corner-border{width:30px;height:30px}}.monitor-card .corner-border:before,.monitor-card .corner-border:after{content:"";position:absolute;background-color:#464d42}.monitor-card .corner-border.corner-top-left{top:12px;left:12px}@media screen and (max-width:767px){.monitor-card .corner-border.corner-top-left{top:8px;left:8px}}.monitor-card .corner-border.corner-top-left:before{top:0;left:0;width:2px;height:100%}.monitor-card .corner-border.corner-top-left:after{top:0;left:0;width:100%;height:2px}.monitor-card .corner-border.corner-bottom-right{bottom:12px;right:12px}@media screen and (max-width:767px){.monitor-card .corner-border.corner-bottom-right{bottom:8px;right:8px}}.monitor-card .corner-border.corner-bottom-right:before{bottom:0;right:0;width:2px;height:100%}.monitor-card .corner-border.corner-bottom-right:after{bottom:0;right:0;width:100%;height:2px}.grid5{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr 1fr}.grid4{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr 1fr}.grid3{display:grid;gap:1rem;grid-template-columns:1fr 1fr 1fr}.grid2{display:grid;gap:1rem;grid-template-columns:1fr 1fr}.grid1{display:grid;gap:1rem;grid-template-columns:1fr}@media screen and (max-width:1100px){.grid{grid-template-columns:1fr 1fr;gap:1rem}}@media screen and (min-width:768px)and (max-width:1100px){.grid3,.grid4,.grid5{grid-template-columns:1fr 1fr;gap:1rem}}@media screen and (max-width:767px){.grid,.grid2,.grid3,.grid4,.grid5{grid-template-columns:1fr;gap:1rem}}.flex{display:flex;align-items:center;gap:1rem}.wrap{flex-wrap:wrap}.no-wrap{flex-wrap:nowrap}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}@media screen and (max-width:767px){.flex{flex-direction:column}.flex.mbl-row{flex-direction:row}.justify-content{justify-content:center}.align-items{align-items:stretch}}.site-header{background-color:#fefefe;border-bottom:1px solid #EAEAEA;transition:background-color .2s ease,border-color .2s ease}[data-theme=dark] .site-header{background-color:#0b0e11;border-color:#2b2e32}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:1.125rem;padding-bottom:1.125rem}@media screen and (max-width:767px){.site-header__inner{gap:.75rem;padding-top:.875rem;padding-bottom:.875rem}}@media screen and (max-width:767px){.site-header .nav-link__item{font-size:1.35rem}}.site-header__nav{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.site-header__nav li{margin:0}.site-header__nav a{color:#0b0e11;text-decoration:none}.site-header__nav a:hover{color:#7d7a75}.site-header__nav a.active{color:#399e43}[data-theme=dark] .site-header__nav a{color:#fefefe}[data-theme=dark] .site-header__nav a:hover{color:#7d7a75}@media screen and (max-width:1100px){.site-header__nav{display:none}}.site-header__controls{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.lang-switcher{display:inline-flex;align-items:center;border:1.5px solid #7D7A75;border-radius:999px;padding:.2rem;gap:.1rem}.lang-switcher__option{padding:.2rem .6rem;border-radius:999px;color:#7d7a75;text-decoration:none;border:none;background:none;cursor:pointer;font-family:var(--primary-font);font-size:.875rem;line-height:inherit;transition:background-color .15s ease,color .15s ease}.lang-switcher__option--active{background-color:#0b0e11;color:#fefefe}[data-theme=dark] .lang-switcher__option--active{background-color:#fefefe;color:#0b0e11}.lang-switcher__option:not(.lang-switcher__option--active):hover{color:#0b0e11}[data-theme=dark] .lang-switcher__option:not(.lang-switcher__option--active):hover{color:#fefefe}.theme-toggle{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:999px;border:1.5px solid #0B0E11;background:transparent;color:#0b0e11;cursor:pointer;font-family:var(--primary-font);transition:background-color .15s ease,color .15s ease,border-color .15s ease}.theme-toggle:hover{background-color:#0b0e11;color:#fefefe}[data-theme=dark] .theme-toggle{border-color:#fefefe;color:#fefefe}[data-theme=dark] .theme-toggle:hover{background-color:#fefefe;color:#0b0e11}.theme-toggle__icon{line-height:1}.ticker{background-color:#eaeaea;border-top:1px solid rgb(221.25,221.25,221.25);transition:background-color .2s ease}[data-theme=dark] .ticker{background-color:#2b2e32;border-top-color:#0b0e11}.ticker__inner{display:flex;align-items:center;gap:2rem;overflow-x:auto;padding:.625rem 2rem;width:100%}@media screen and (max-width:767px){.ticker__inner{padding-left:1rem;padding-right:1rem}}.ticker__dot{width:8px;height:8px;border-radius:50%;background-color:#399e43;flex-shrink:0;box-shadow:0 0 0 2px #399e4340}.ticker__item{color:#7d7a75;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap;margin:0}[data-theme=dark] .ticker__item{color:#7d7a75}.ticker__inner .ticker__item{font-size:.625rem}.ticker__sep{color:#7d7a75;flex-shrink:0}form input{padding:1rem;border:1px solid rgba(70,77,66,.3)}form input::placeholder{color:#a556ae}form input:focus{border:1px solid #a556ae}form .phone-input{display:flex;align-items:center}form .phone-input .select-wrapper{display:flex;align-items:center;gap:5px;padding:1rem;background-color:#fefefe;border:1px solid rgba(70,77,66,.3)}form .phone-input .select-wrapper .country-flag{margin:0;width:24px;aspect-ratio:1/1;object-fit:contain}form .phone-input .select-wrapper .country-code{border:none;outline:none}form .phone-input .select-wrapper .country-code option{color:#464d42}form textarea{padding:1rem;border:1px solid rgba(70,77,66,.3);resize:none}form textarea::placeholder{color:#a556ae}form textarea:focus{border:1px solid #a556ae}form .radio-items{padding:1rem 0rem;max-width:350px;display:flex;align-items:center;flex-wrap:wrap;gap:1rem;line-height:1.2}@media screen and (max-width:767px){form .radio-items{display:grid;gap:1rem}}form .radio-item{display:flex;align-items:center;font-size:14px}form .required{font-size:22px;color:red}.site-footer{background-color:#fefefe;transition:background-color .2s ease}[data-theme=dark] .site-footer{background-color:#2b2e32}.site-footer__main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-top:3rem;padding-bottom:3rem}@media screen and (min-width:768px)and (max-width:1100px){.site-footer__main{grid-template-columns:1fr 1fr;gap:2rem}}@media screen and (max-width:767px){.site-footer__main{grid-template-columns:1fr;gap:2rem;padding-top:2rem;padding-bottom:2rem}}.site-footer__brand{display:flex;flex-direction:column;gap:1rem}.site-footer__brand-name{display:flex;align-items:baseline;gap:.375rem;font-size:1rem;margin:0}.site-footer__brand-name strong{font-weight:700;color:#0b0e11;transition:color .2s ease}[data-theme=dark] .site-footer__brand-name strong{color:#fefefe}.site-footer__brand-name span{font-weight:400;color:#7d7a75;font-size:.875rem}.site-footer__brand-company{font-size:.875rem;font-weight:600;color:#0b0e11;margin:0;transition:color .2s ease}[data-theme=dark] .site-footer__brand-company{color:#fefefe}.site-footer__brand-tagline{font-size:.875rem;line-height:1.55;color:#7d7a75;margin:0;max-width:22rem}.site-footer__col{display:flex;flex-direction:column;gap:.875rem}.site-footer__col-heading{font-size:.75rem;font-weight:500;letter-spacing:.04em;color:#7d7a75;margin:0}.site-footer__col-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.site-footer__col-item{margin:0}.site-footer__col-link{font-size:.875rem;font-weight:400;color:#0b0e11;text-decoration:none;transition:color .15s ease}.site-footer__col-link:hover{color:#399e43}[data-theme=dark] .site-footer__col-link{color:#fefefecc}[data-theme=dark] .site-footer__col-link:hover{color:#399e43}.site-footer__bottom{border-top:1px solid #0B0E11;background-color:#fefefe;transition:background-color .2s ease,border-color .2s ease}[data-theme=dark] .site-footer__bottom{background-color:#2b2e32;border-top-color:#0b0e11}.site-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width:767px){.site-footer__bottom-inner{flex-direction:column;align-items:flex-start;gap:.375rem}}.site-footer__bottom-text{font-size:.6875rem;font-family:monospace;color:#7d7a75;margin:0;letter-spacing:.02em}.faq-item{position:relative;padding:20px 0}.faq-item:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#464d42}.faq-item .faq-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-item .faq-title{margin:0;font-size:1.25rem}.faq-item .faq-toggle{background:none;border:1px solid #a556ae;cursor:pointer;display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:#841884;padding:0;line-height:0}.faq-item .faq-toggle .minus{display:none}.faq-item .faq-content{display:none;margin-top:15px}.faq-item.open .faq-toggle .plus{display:none}.faq-item.open .faq-toggle .minus,.faq-item.open .faq-content{display:block}.faq-item .faq-tags{margin-top:10px;color:#464d42;font-size:.9rem}.faq-image{width:100%;height:100%;object-fit:cover;margin:0;transition:opacity .5s ease-in-out}.faq-image.fade-out{opacity:0}.faq-image.fade-in{opacity:1}.faq-section .title{color:#a556ae}.faq-section .description{margin-top:10px;margin-bottom:30px;font-size:1.1rem}.faq-grid{border:#a556ae 2px solid;padding:2rem}@media screen and (max-width:767px){.faq-grid{padding:1rem}}.faq-grid .flex{gap:3rem}.faq-grid .image-container{width:100%;height:100%;display:flex}.faq-grid .image-container img{height:450px;object-fit:cover}@media screen and (max-width:767px){.faq-grid .image-container img{height:100%}}.faq-grid .faq-list,.hero{width:100%}.hero .hero-content{display:flex;gap:2rem;align-items:center}@media screen and (max-width:1100px){.hero .hero-content{display:grid}}.hero .hero-text{flex:1;display:flex;flex-direction:column;gap:2rem}.hero .hero-brand{margin:0;font-size:20px;font-weight:600;color:#464d42}.hero .hero-heading{display:flex;flex-direction:column;gap:1rem}.hero .hero-title{margin:0;font-size:60px;font-weight:600;line-height:1.2;color:#464d42}@media screen and (max-width:1100px){.hero .hero-title{font-size:48px}}@media screen and (max-width:767px){.hero .hero-title{font-size:36px}}.hero .hero-title.hero-title-purple{color:#841884}.hero .hero-description{font-size:20px;font-weight:600;line-height:1.5;color:#464d42;margin:0}@media screen and (max-width:767px){.hero .hero-description{font-size:18px}.hero .hero-description br{display:none}}.hero .hero-image{flex:1;display:flex;align-items:center;justify-content:center}.hero .hero-image-placeholder{width:100%;height:496px;background-color:#d9d9d9;border-radius:4px}@media screen and (max-width:1100px){.hero .hero-image-placeholder{height:400px}}@media screen and (max-width:767px){.hero .hero-image-placeholder{height:300px}}.trusted-by{width:100%;padding:2rem 0;visibility:hidden}.trusted-by .trusted-by-content{display:flex;flex-direction:column;gap:1rem;justify-content:center}.trusted-by .trusted-by-content section{padding-top:0;padding-bottom:0}.trusted-by .trusted-by-label{max-width:1312px;color:#464d42;font-family:var(--secondary-font);font-size:16px;font-weight:600;margin:0}.trusted-by .trusted-by-logos-wrapper{width:100%;overflow:hidden;position:relative}.trusted-by .trusted-by-logos{display:flex;gap:7.5rem;align-items:center;width:max-content;animation:scroll-logos 30s linear infinite}@media screen and (max-width:1100px){.trusted-by .trusted-by-logos{gap:4rem;animation:scroll-logos 25s linear infinite}}@media screen and (max-width:767px){.trusted-by .trusted-by-logos{gap:2rem;animation:scroll-logos 20s linear infinite}}.trusted-by .trusted-by-logos:hover{animation-play-state:paused}.trusted-by .trusted-by-logo{display:flex;align-items:center;justify-content:center;flex-shrink:0}.trusted-by .trusted-by-logo img{height:32px;width:auto;object-fit:contain;filter:grayscale(100%);transition:all .3s ease}@media screen and (max-width:767px){.trusted-by .trusted-by-logo img{height:24px}}.target-audience-section,.target-audience-section .target-audience-header{display:flex;flex-direction:column;gap:32px}.target-audience-section .target-audience-header h6{color:#464d42;font-family:var(--primary-font);font-size:20px;font-weight:600;margin:0}.target-audience-section .target-audience-header .title{color:#a556ae;line-height:1;margin:0}.target-audience-section .target-audience-header .description{color:#464d42;font-family:var(--primary-font);font-size:20px;font-weight:600;margin:0}.target-audience-section .target-audience-grid{gap:32px}@media screen and (max-width:767px){.target-audience-section .target-audience-grid{gap:16px}}@keyframes scroll-logos{0%{transform:translate(0)}to{transform:translate(-50%)}}.automated-intelligence{background:url(/assets/images/banner.png);background-size:cover;background-position:center}.automated-intelligence .content .subtitle{margin-top:1rem}.automated-intelligence .content h1{color:#a556ae;font-family:var(--primary-font);font-size:48px;font-weight:600;margin:0}.automated-intelligence .content .grid3{margin-top:2rem;gap:2rem}.automated-intelligence .content .grid3 .intelligence-card{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.automated-intelligence .content .grid3 .intelligence-card .arrow{position:absolute}.automated-intelligence .content .grid3 .intelligence-card .arrow.first{top:50%;right:-15%}.automated-intelligence .content .grid3 .intelligence-card .arrow.second{top:50%;left:0;transform:translateY(-50%)}@media screen and (max-width:1100px){.automated-intelligence .content .grid3 .intelligence-card .arrow{display:none}}.automated-intelligence .content .grid3 .intelligence-card .box{width:64px;height:64px;background-color:#464d42;display:flex;justify-content:center;align-items:center}.automated-intelligence .content .grid3 .intelligence-card h4{margin-top:2rem;margin-bottom:0;color:#fefefe}.automated-intelligence .content .grid3 .intelligence-card p{color:#fefefe}.features-section .title{color:#a556ae}.features-section .description{margin-bottom:2rem}.comparison__label{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:1.5rem}.comparison__label-num{display:inline-block;font-size:.6875rem;font-weight:500;letter-spacing:.04em;color:#7d7a75;border:1px solid #399E43;border-radius:999px;padding:.2rem .5rem;line-height:1;transition:border-color .2s ease}[data-theme=dark] .comparison__label-num{border-color:#399e4399}.comparison__label-text{font-size:.8125rem;color:#7d7a75}.comparison__title{font-size:3.5rem;font-weight:600;line-height:1.1;letter-spacing:-.03em;color:#0b0e11;margin:0 0 2.5rem;transition:color .2s ease}[data-theme=dark] .comparison__title{color:#fefefe}@media screen and (min-width:768px)and (max-width:1100px){.comparison__title{font-size:2.75rem}}@media screen and (max-width:767px){.comparison__title{font-size:2rem;margin-bottom:1.5rem}.comparison__title br{display:none}}.comparison__cards{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:center}@media screen and (max-width:767px){.comparison__cards{grid-template-columns:1fr}}.comparison__badge{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.3rem;min-width:6.75rem;padding:.8rem .95rem;background:linear-gradient(180deg,#fefefefa,#eaeaeaf2);border:1px solid rgba(57,158,67,.28);border-radius:.7rem;white-space:nowrap;box-shadow:0 .65rem 1.6rem #0b0e112e;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;z-index:1}[data-theme=dark] .comparison__badge{background:linear-gradient(180deg,#fefefefa,#eaeaeaf5);border-color:#399e435c;box-shadow:0 .8rem 1.8rem #00000052}@media screen and (max-width:767px){.comparison__badge{flex-direction:row;align-items:center;justify-content:center;gap:.5rem;padding:.6rem .9rem;width:fit-content;margin:.75rem auto;border-radius:999px;min-width:0}}.comparison__badge-label{font-size:.625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#0b0e11a6}.comparison__badge-value{font-size:.94rem;font-weight:700;letter-spacing:.06em;color:#399e43;text-transform:uppercase}.comparison__card{border-radius:.625rem;padding:1.75rem;display:flex;flex-direction:column;gap:1rem;background-color:#fefefe;height:100%;transition:background-color .2s ease}[data-theme=dark] .comparison__card{background-color:#2b2e32}@media screen and (max-width:767px){.comparison__card{border-radius:.5rem;padding:1.25rem}}.comparison__card--before{border:1px solid #F97770}.comparison__card--after{border:1px solid #399E43}.comparison__card-tag{display:inline-flex;align-items:center;gap:.35rem;font-size:.625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#7d7a75}.comparison__card-tag--before:before{content:"•";color:#f97770;font-size:.875rem;line-height:1}.comparison__card-tag--after:before{content:"•";color:#399e43;font-size:.875rem;line-height:1}.comparison__card-name{font-size:2.5rem;font-weight:600;letter-spacing:-.03em;line-height:1;color:#0b0e11;margin:0;transition:color .2s ease}[data-theme=dark] .comparison__card-name{color:#fefefe}@media screen and (max-width:767px){.comparison__card-name{font-size:2rem}}.comparison__card-price{font-size:.875rem;color:#7d7a75;margin:0}.comparison__card-price-unit{font-size:.8125rem;color:#7d7a75}.comparison__card-list{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.625rem}.comparison__card-item{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.45;color:#7d7a75;margin:0}.comparison__card-item:before{flex-shrink:0;font-size:.75rem;margin-top:.1em;line-height:1}.comparison__card-item--cross{text-decoration:line-through;color:#7d7a75b3}.comparison__card-item--cross:before{content:"✕";color:#f97770}.comparison__card-item--check:before{content:"✓";color:#399e43;font-weight:700}.problem__label{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:1.5rem}.problem__label-num{display:inline-block;font-size:.6875rem;font-weight:500;letter-spacing:.04em;color:#7d7a75;border:1px solid #399E43;border-radius:999px;padding:.2rem .5rem;line-height:1;transition:border-color .2s ease}[data-theme=dark] .problem__label-num{border-color:#399e4399}.problem__label-text{font-size:.8125rem;color:#7d7a75}.problem__title{font-size:3.5rem;font-weight:600;line-height:1.1;letter-spacing:-.03em;color:#0b0e11;margin:0 0 2.5rem;transition:color .2s ease}[data-theme=dark] .problem__title{color:#fefefe}@media screen and (min-width:768px)and (max-width:1100px){.problem__title{font-size:2.75rem}}@media screen and (max-width:767px){.problem__title{font-size:2rem;margin-bottom:1.5rem}.problem__title br{display:none}}.problem__grid{display:grid;grid-template-columns:repeat(2,1fr);border:1px solid #399E43;gap:1px;background-color:#399e43;transition:background-color .2s ease,border-color .2s ease}[data-theme=dark] .problem__grid{border-color:#fefefe1f;background-color:#fefefe1f}@media screen and (max-width:767px){.problem__grid{grid-template-columns:1fr}}.problem__card{display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem 2rem 2rem;background-color:#fefefe;transition:background-color .2s ease,box-shadow .2s ease}[data-theme=dark] .problem__card{background-color:#0b0e11}.problem__card:hover{box-shadow:inset 0 0 0 2px #a556ae}@media screen and (max-width:767px){.problem__card{padding:1.25rem;gap:1rem}}.problem__card-header{display:flex;justify-content:space-between;align-items:flex-start}.problem__card-tag{display:flex;align-items:center;gap:.35rem;font-size:.625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#7d7a75}.problem__card-tag:before{content:"•";color:#f97770;font-size:.875rem;line-height:1}.problem__card-metric{display:flex;flex-direction:column;align-items:flex-end;gap:.05rem}.problem__card-value{font-size:1.75rem;font-weight:400;line-height:1;letter-spacing:-.02em;color:#0b0e11;transition:color .2s ease}[data-theme=dark] .problem__card-value{color:#fefefe}.problem__card-value--lg{font-size:3.25rem}.problem__card-metric-label{font-size:.5625rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#7d7a75;text-align:right}.problem__card-divider{height:0;border-bottom:1px dashed #EAEAEA;transition:border-color .2s ease}[data-theme=dark] .problem__card-divider{border-bottom-color:#7d7a7540}.problem__card-title{font-size:1.375rem;font-weight:500;line-height:1.35;color:#0b0e11;margin:0;transition:color .2s ease}[data-theme=dark] .problem__card-title{color:#fefefe}@media screen and (max-width:767px){.problem__card-title{font-size:1.2rem}}.problem__card-desc{font-size:.875rem;line-height:1.6;color:#7d7a75;margin:0;transition:color .2s ease}[data-theme=dark] .problem__card-desc{color:#fefefe8c}.problem__card-quote{margin:0;padding:.875rem 1.125rem;background-color:#eaeaea;border-radius:.25rem;font-size:.875rem;font-style:italic;color:#0b0e11;line-height:1.55;transition:background-color .2s ease,color .2s ease}[data-theme=dark] .problem__card-quote{background-color:#0b0e11;color:#fefefe}.modules__label{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:1.5rem}.modules__label-num{display:inline-block;font-size:.6875rem;font-weight:500;letter-spacing:.04em;color:#7d7a75;border:1px solid #399E43;border-radius:999px;padding:.2rem .5rem;line-height:1;transition:border-color .2s ease}[data-theme=dark] .modules__label-num{border-color:#399e4399}.modules__label-text{font-size:.8125rem;color:#7d7a75}.modules__title{font-size:3.5rem;font-weight:600;line-height:1.1;letter-spacing:-.03em;color:#0b0e11;margin:0 0 2.5rem;transition:color .2s ease}[data-theme=dark] .modules__title{color:#fefefe}@media screen and (min-width:768px)and (max-width:1100px){.modules__title{font-size:2.75rem}}@media screen and (max-width:767px){.modules__title{font-size:2rem;margin-bottom:1.5rem}.modules__title br{display:none}}.modules__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media screen and (min-width:768px)and (max-width:1100px){.modules__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.modules__grid{grid-template-columns:1fr;gap:1rem}}.module-card{border:1px solid #EAEAEA;border-radius:.75rem;padding:1.5rem;display:flex;flex-direction:column;gap:.875rem;background-color:#fefefe;transition:background-color .2s ease,border-color .2s ease}[data-theme=dark] .module-card{background-color:#2b2e32;border-color:#fefefe1a}.module-card__header{display:flex;justify-content:space-between;align-items:flex-start}.module-card__icon{width:36px;height:36px;border:1px solid #399E43;border-radius:.3rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#399e43}.module-card__icon svg{width:18px;height:18px}.module-card__num{font-size:.6875rem;font-weight:500;letter-spacing:.06em;color:#7d7a75}.module-card__title{font-size:1.25rem;font-weight:600;line-height:1.25;color:#0b0e11;margin:0;transition:color .2s ease}[data-theme=dark] .module-card__title{color:#fefefe}.module-card__desc{font-size:.875rem;line-height:1.6;color:#7d7a75;margin:0;flex:1}.module-card__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.25rem}.module-card__tag{display:inline-flex;align-items:center;padding:.2rem .625rem;border:1px solid #EAEAEA;border-radius:999px;font-size:.5625rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#7d7a75;transition:border-color .2s ease}[data-theme=dark] .module-card__tag{border-color:#fefefe26}.process__label{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:1.5rem}.process__label-num{display:inline-block;font-size:.6875rem;font-weight:500;letter-spacing:.04em;color:#7d7a75;border:1px solid #399E43;border-radius:999px;padding:.2rem .5rem;line-height:1;transition:border-color .2s ease}[data-theme=dark] .process__label-num{border-color:#399e4399}.process__label-text{font-size:.8125rem;color:#7d7a75}.process__title{font-size:3.5rem;font-weight:600;line-height:1.1;letter-spacing:-.03em;color:#0b0e11;margin:0 0 3rem;transition:color .2s ease}[data-theme=dark] .process__title{color:#fefefe}@media screen and (min-width:768px)and (max-width:1100px){.process__title{font-size:2.75rem}}@media screen and (max-width:767px){.process__title{font-size:2rem;margin-bottom:2rem}}.process__grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #EAEAEA;border-radius:.75rem;overflow:hidden;transition:border-color .2s ease,background-color .2s ease}[data-theme=dark] .process__grid{border-color:#fefefe1f;background-color:#2b2e32}@media screen and (min-width:768px)and (max-width:1100px){.process__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.process__grid{grid-template-columns:1fr}}.process__step{padding:1.75rem;display:flex;flex-direction:column;gap:.875rem;border-right:1px solid #EAEAEA;transition:border-color .2s ease}.process__step:last-child{border-right:none}[data-theme=dark] .process__step{border-right-color:#fefefe1f}@media screen and (min-width:768px)and (max-width:1100px){.process__step:nth-child(2n){border-right:none}.process__step:nth-child(-n+2){border-bottom:1px solid #EAEAEA}[data-theme=dark] .process__step:nth-child(-n+2){border-bottom-color:#fefefe1f}}@media screen and (max-width:767px){.process__step{border-right:none;border-bottom:1px solid #EAEAEA}.process__step:last-child{border-bottom:none}[data-theme=dark] .process__step{border-bottom-color:#fefefe1f}}.process__step-num{font-size:3.5rem;font-style:italic;font-weight:300;line-height:1;color:#399e43;font-family:var(--primary-font);letter-spacing:-.02em}.process__step-header{display:flex;align-items:center;gap:.5rem}.process__step-dot{width:8px;height:8px;border-radius:50%;background-color:#399e43;flex-shrink:0}.process__step-line{flex:1;height:1px;background-color:#eaeaea;transition:background-color .2s ease}[data-theme=dark] .process__step-line{background-color:#fefefe26}.process__step-title{font-size:1.375rem;font-weight:600;line-height:1.2;color:#0b0e11;margin:0;transition:color .2s ease}[data-theme=dark] .process__step-title{color:#fefefe}.process__step-desc{font-size:.875rem;line-height:1.65;color:#7d7a75;margin:0;flex:1}.process__step-sep{height:0;border-bottom:1px dashed #EAEAEA;transition:border-color .2s ease}[data-theme=dark] .process__step-sep{border-bottom-color:#fefefe26}.process__step-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.process__step-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-family:monospace;color:#7d7a75;margin:0}.process__step-item:before{content:"•";color:#399e43;font-size:.875rem;flex-shrink:0}.result-section{position:relative}.result-section .section-header{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.result-section .section-header h6{color:#464d42;margin:0}.result-section .section-header .title{color:#a556ae;line-height:1;margin:0}.result-section .section-header .description{font-size:20px;font-weight:600;margin:0}.result-section .result-stack-cards{width:100%;height:350px;position:relative}@media screen and (max-width:1100px){.result-section .result-stack-cards{height:320px}}@media screen and (max-width:767px){.result-section .result-stack-cards{height:300px}}.result-section .result-stack-cards .result-stack-card{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.result-section .result-stack-cards .result-stack-card .stat-card{width:100%;max-width:400px;height:100%}.future-proofing{background-color:#eaeaea;transition:background-color .2s ease}[data-theme=dark] .future-proofing{background-color:#2b2e32}.future-proofing__label{display:inline-flex;align-items:center;gap:.625rem;margin-bottom:1.5rem}.future-proofing__label-num{display:inline-block;font-size:.6875rem;font-weight:500;letter-spacing:.04em;color:#7d7a75;border:1px solid #399E43;border-radius:999px;padding:.2rem .5rem;line-height:1;transition:border-color .2s ease}[data-theme=dark] .future-proofing__label-num{border-color:#399e4399}.future-proofing__label-text{font-size:.8125rem;color:#7d7a75}.future-proofing__title{font-size:3.5rem;font-weight:700;line-height:1.1;letter-spacing:-.03em;color:#0b0e11;margin:0 0 2.5rem;transition:color .2s ease}[data-theme=dark] .future-proofing__title{color:#fefefe}@media screen and (min-width:768px)and (max-width:1100px){.future-proofing__title{font-size:2.75rem}}@media screen and (max-width:767px){.future-proofing__title{font-size:2rem;margin-bottom:1.5rem}}.future-proofing__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:3rem}@media screen and (max-width:767px){.future-proofing__grid{grid-template-columns:1fr}}.future-proofing__quote{font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.6;color:#7d7a75;text-align:center;max-width:48rem;margin:0 auto}@media screen and (max-width:767px){.future-proofing__quote{font-size:1rem}}.fp-card{border-radius:1rem;padding:1.5rem;background-color:#fefefe;border:1px solid transparent;transition:background-color .2s ease}[data-theme=dark] .fp-card{background-color:#0b0e11}.fp-card--legacy{border-color:#f97770}.fp-card--konnex{border-color:#399e43}.fp-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem}.fp-card__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.fp-card--legacy .fp-card__dot{background-color:#f97770}.fp-card--konnex .fp-card__dot{background-color:#399e43}.fp-card__title{font-size:1rem;font-weight:600;color:#0b0e11;margin:0;transition:color .2s ease}[data-theme=dark] .fp-card__title{color:#fefefe}.fp-card__visual{background-color:#e2e2e2;border-radius:.75rem;padding:1.5rem;margin-bottom:1.25rem;transition:background-color .2s ease}[data-theme=dark] .fp-card__visual{background-color:#2b2e32}.fp-card__visual-row{display:flex;align-items:center;gap:.75rem}.fp-card__node{padding:.625rem 1.25rem;border:1px solid rgba(11,14,17,.25);border-radius:.375rem;font-family:monospace;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#0b0e11;background-color:#fefefe;white-space:nowrap;transition:color .2s ease,background-color .2s ease,border-color .2s ease}[data-theme=dark] .fp-card__node{border-color:#fefefe33;color:#fefefe;background-color:#2b2e32}.fp-card__node--green,[data-theme=dark] .fp-card__node--green{border-color:#399e43;color:#399e43;background-color:transparent}.fp-card__blocker{flex:1;display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:.625rem 1rem;border:1px dashed #F97770;border-radius:.375rem;background-color:#f977701a}.fp-card__cross{font-size:1rem;color:#f97770}.fp-card__connector{flex:1;height:2px;position:relative;background:repeating-linear-gradient(90deg,#399E43 0,#399E43 6px,transparent 6px,transparent 12px)}.fp-card__connector-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background-color:#399e43}.fp-card__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.fp-card__list-item{display:flex;align-items:baseline;gap:.5rem;font-size:.875rem;color:#7d7a75;margin:0;line-height:1.5}.fp-card__list-icon{flex-shrink:0;font-size:.8125rem;font-weight:600}.fp-card--legacy .fp-card__list-icon{color:#f97770}.fp-card--konnex .fp-card__list-icon{color:#399e43}.ai-banner{background-color:#399e43}.ai-banner__inner{display:flex;align-items:center;gap:1.5rem;padding-top:1rem;padding-bottom:1rem}.ai-banner .btn-secondary{border-color:#fefefe99;color:#fefefe;font-family:monospace;font-size:.6875rem;letter-spacing:.05em}.ai-banner .btn-secondary:hover:not(:disabled){background-color:#fefefe26;border-color:#fefefe;color:#fefefe}.ai-banner__text{font-size:.9375rem;color:#fefefe;margin:0;line-height:1.5}.guarantee{padding-bottom:2rem!important}.guarantee__card{border:1px solid #DBB20C;padding:3rem;display:grid;grid-template-columns:2fr 3fr;gap:3rem;align-items:center;background-color:#fefefe;transition:background-color .2s ease}[data-theme=dark] .guarantee__card{background-color:#0b0e11}@media screen and (min-width:768px)and (max-width:1100px){.guarantee__card{grid-template-columns:1fr;gap:2.5rem}}@media screen and (max-width:767px){.guarantee__card{padding:2rem 1.5rem;gap:2rem}}.guarantee__left{display:flex;flex-direction:column;gap:1.5rem}.guarantee__label{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:#399e43;margin:0}.guarantee__label-star{font-size:.75rem}.guarantee__title{font-size:3rem;font-weight:600;font-style:italic;line-height:1.1;letter-spacing:-.03em;color:#0b0e11;margin:0;transition:color .2s ease}[data-theme=dark] .guarantee__title{color:#fefefe}@media screen and (max-width:767px){.guarantee__title{font-size:2.25rem}}.guarantee__body{font-size:.9375rem;line-height:1.6;color:#7d7a75;margin:0}.guarantee__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:999px;font-size:.875rem;font-weight:500;text-decoration:none;background-color:#0b0e11;color:#fefefe;transition:background-color .15s ease,color .15s ease;align-self:flex-start}.guarantee__cta:hover{background-color:#399e43}[data-theme=dark] .guarantee__cta{background-color:#fefefe;color:#0b0e11}[data-theme=dark] .guarantee__cta:hover{background-color:#eaeaea}.guarantee__cta-arrow{font-size:1rem;line-height:1}.guarantee__steps{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1px;background-color:#0b0e111f;border:1px solid rgba(11,14,17,.12);border-radius:.75rem;overflow:hidden;transition:background-color .2s ease,border-color .2s ease}[data-theme=dark] .guarantee__steps{background-color:#fefefe1a;border-color:#fefefe1a}@media screen and (max-width:767px){.guarantee__steps{grid-template-columns:1fr}}.guarantee__step{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:#fefefe;transition:background-color .2s ease}[data-theme=dark] .guarantee__step{background-color:#0b0e11}.guarantee__step-num{font-size:.75rem;font-weight:500;color:#399e43;font-family:monospace;letter-spacing:.05em}.guarantee__step-title{font-size:.9375rem;font-weight:600;color:#0b0e11;margin:0;transition:color .2s ease}[data-theme=dark] .guarantee__step-title{color:#fefefe}.guarantee__step-body{font-size:.8125rem;line-height:1.6;color:#7d7a75;margin:0}.bafa-banner{padding-top:2rem!important;padding-bottom:3rem!important}.bafa-banner__card{display:flex;align-items:center;gap:2rem;padding:1.75rem 2rem;border-radius:1rem;border:1px solid rgba(11,14,17,.1);background-color:#fefefe;transition:background-color .2s ease,border-color .2s ease}[data-theme=dark] .bafa-banner__card{background-color:#2b2e32;border-color:#fefefe1a}@media screen and (max-width:767px){.bafa-banner__card{flex-direction:column;align-items:flex-start;gap:1.25rem}}.bafa-banner__brand{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.bafa-banner__flag{font-size:1.5rem;line-height:1}.bafa-banner__label{font-size:.875rem;font-weight:700;font-family:monospace;letter-spacing:.06em;color:#0b0e11;transition:color .2s ease}[data-theme=dark] .bafa-banner__label{color:#fefefe}.bafa-banner__content{flex:1;display:flex;flex-direction:column;gap:.25rem}.bafa-banner__heading{font-size:1rem;font-weight:600;color:#0b0e11;margin:0;line-height:1.4;transition:color .2s ease}[data-theme=dark] .bafa-banner__heading{color:#fefefe}.bafa-banner__sub{font-size:.8125rem;color:#7d7a75;margin:0}.bafa-banner__cta{flex-shrink:0;padding:.625rem 1.25rem;border-radius:999px;border:1px solid rgba(11,14,17,.25);background-color:transparent;font-size:.875rem;font-weight:500;color:#0b0e11;text-decoration:none;transition:border-color .15s ease,color .15s ease,background-color .15s ease;white-space:nowrap}.bafa-banner__cta:hover{background-color:#0b0e11;color:#fefefe;border-color:#0b0e11}[data-theme=dark] .bafa-banner__cta{border-color:#fefefe40;color:#fefefe}[data-theme=dark] .bafa-banner__cta:hover{background-color:#fefefe;color:#0b0e11;border-color:#fefefe}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field__label{font-size:.8125rem;font-weight:500;letter-spacing:.01em;color:#0b0e11a8;transition:color .15s ease}[data-theme=dark] .form-field__label{color:#eaeaeab8}.form-field__input{width:100%;background-color:#fefefef0;border:1px solid rgba(11,14,17,.15);border-radius:.625rem;padding:.9rem 1rem;font-size:1rem;font-family:var(--primary-font);color:#0b0e11;outline:none;transition:border-color .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease}.form-field__input::placeholder{color:#0b0e116b}.form-field__input:focus{border-color:#399e43;box-shadow:0 0 0 .2rem #399e4333}[data-theme=dark] .form-field__input{background-color:#fefefe0f;border-color:#fefefe24;color:#fefefeeb}[data-theme=dark] .form-field__input::placeholder{color:#eaeaea6b}[data-theme=dark] .form-field__input:focus{border-color:#399e43d9;box-shadow:0 0 0 .2rem #399e4340}.cta-section__card{background-color:#02070d;border:1px solid rgba(254,254,254,.1);border-radius:.95rem;max-width:62rem;margin-inline:auto;padding:4.5rem 4.5rem 4rem;box-shadow:0 1.25rem 2.5rem #00000047;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}[data-theme=dark] .cta-section__card{background-color:#eaeaea;border-color:#0b0e1114;box-shadow:0 1.25rem 2.5rem #0b0e111f}@media screen and (min-width:768px)and (max-width:1100px){.cta-section__card{padding:3rem 2.5rem}}@media screen and (max-width:767px){.cta-section__card{padding:2rem 1.5rem;border-radius:.75rem}}.cta-section__title{font-size:clamp(2.25rem,5.2vw,4.5rem);font-weight:700;line-height:1.06;letter-spacing:-.03em;color:#fefefe;margin:0 0 .9rem;transition:color .2s ease}@media screen and (min-width:768px)and (max-width:1100px){.cta-section__title{font-size:3rem}}@media screen and (max-width:767px){.cta-section__title{font-size:2.2rem;line-height:1.08}}[data-theme=dark] .cta-section__title{color:#0b0e11}.cta-section__sub{font-size:.9375rem;max-width:42rem;line-height:1.5;color:#eaeaea73;margin:0 0 2.1rem}@media screen and (max-width:767px){.cta-section__sub{font-size:.95rem;margin-bottom:1.5rem}}[data-theme=dark] .cta-section__sub{color:#0b0e1161}.cta-section__form{display:flex;flex-direction:column;gap:.9rem}.cta-section__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media screen and (max-width:767px){.cta-section__row{grid-template-columns:1fr;gap:.9rem}}.cta-section__submit{width:100%;justify-content:center;margin-top:.2rem;font-weight:600;color:#0b0e11}.cta-section__submit:hover:not(:disabled){color:#0b0e11}.cta-section__note{display:flex;align-items:center;flex-wrap:wrap;gap:.375rem;margin:1.45rem 0 0;font-size:.75rem;color:#eaeaea66}@media screen and (max-width:767px){.cta-section__note{font-size:.71875rem}}[data-theme=dark] .cta-section__note{color:#0b0e1173}.cta-section__note-star{color:#eaeaea80;font-size:.68rem}[data-theme=dark] .cta-section__note-star{color:#0b0e1173}.cta-section__note-sep{opacity:.5}.cta-section .form-field__label{color:#eaeaea8f}[data-theme=dark] .cta-section .form-field__label{color:#0b0e1173}.cta-section .form-field__input{background-color:#fefefe2e;border-color:#fefefe47;color:#fefefed1;padding-block:.85rem;font-size:.9375rem}.cta-section .form-field__input::placeholder{color:#eaeaea59}.cta-section .form-field__input:focus{border-color:#399e43f2;box-shadow:0 0 0 .2rem #399e4347}[data-theme=dark] .cta-section .form-field__input{background-color:#2b2e32;border-color:transparent;color:#fefefeb8}[data-theme=dark] .cta-section .form-field__input::placeholder{color:#fefefe4d}.contact-info-section{gap:32px}@media screen and (max-width:767px){.contact-info-section{gap:16px}}.contact-info-item{position:relative;padding:30px;text-align:center;width:100%}.contact-info-item:before,.contact-info-item:after{content:"";position:absolute;width:25px;height:25px}.contact-info-item:before{top:0;left:0;border-top:2px solid #464d42;border-left:2px solid #464d42}.contact-info-item:after{top:0;right:0;border-top:2px solid #464d42;border-right:2px solid #464d42}.contact-info-item .contact-info-content:before,.contact-info-item .contact-info-content:after{content:"";position:absolute;width:25px;height:25px}.contact-info-item .contact-info-content:before{bottom:0;left:0;border-bottom:2px solid #464d42;border-left:2px solid #464d42}.contact-info-item .contact-info-content:after{bottom:0;right:0;border-bottom:2px solid #464d42;border-right:2px solid #464d42}.contact-info-item .contact-value{font-size:1.2rem}.contact-info-item .contact-label{font-size:.8rem;color:#888;text-transform:uppercase;letter-spacing:1px;margin-top:5px}.carousel{position:relative;width:100%;height:720px;overflow:hidden;perspective:1600px;cursor:grab;user-select:none}.carousel:active{cursor:grabbing}.carousel-track{position:relative;width:100%;height:90%}.carousel-card{position:absolute;left:50%;top:50%;transform-style:preserve-3d;will-change:transform}@media screen and (max-width:767px){.carousel-card{width:90%}}.drag-indicator{position:absolute;left:50%;top:50%;transform-style:preserve-3d;will-change:transform;display:flex;align-items:center;gap:5px;color:#666;font-family:inherit;font-size:14px}.custom-cursor{position:absolute;width:60px;height:60px;border-radius:50%;background:#000c;color:#fff;display:none;pointer-events:none;z-index:1000;transform:translate(-50%,-50%);transition:transform .1s ease-out}.custom-cursor span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.custom-cursor .cursor-blob{position:absolute;top:50%;width:4px;height:4px;border-radius:50%;background:#0009;transform:translateY(-50%)}.custom-cursor .cursor-blob.cursor-blob-left{left:-25px}.custom-cursor .cursor-blob.cursor-blob-right{right:-25px}@media screen and (max-width:767px){.carousel{height:600px;perspective:1000px}.drag-indicator{display:none}.custom-cursor{display:none!important}}@media screen and (min-width:768px)and (max-width:1100px){.carousel{height:680px;perspective:1400px}}.nav-link{display:inline-flex;flex-direction:column;gap:.25rem}.nav-link__path{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.nav-link__item{display:inline-flex;align-items:baseline;gap:.5rem;margin:0;font-family:var(--primary-font);font-size:20px}@media screen and (max-width:767px){.nav-link__item{font-size:1.1rem}}.nav-link__item--root{font-weight:700;color:#0b0e11}.nav-link__item--root a{color:#0b0e11;text-decoration:none}.nav-link__item--root a:hover{color:#2b2e32}.nav-link__item:not(.nav-link__item--root){font-weight:400;color:#7d7a75}.nav-link__item:not(.nav-link__item--root) a{color:#7d7a75;text-decoration:none}.nav-link__item:not(.nav-link__item--root) a:hover{color:#0b0e11}.nav-link__sep{font-weight:400;color:#7d7a75}[data-theme=dark] .nav-link__item--root,[data-theme=dark] .nav-link__item--root a{color:#fefefe}
