@charset "UTF-8";.comparison_chart{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(min-width:768px){.comparison_chart{grid-template-columns:1fr;gap:24px}}@media(min-width:1024px){.comparison_chart{grid-template-columns:1fr 1fr;gap:16px}}@media(min-width:1280px){.comparison_chart{grid-template-columns:1fr;gap:24px}}.comparison_chart__row{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0}@media(min-width:768px){.comparison_chart__row{align-items:flex-start}}@media(min-width:1024px){.comparison_chart__row{align-items:center}}@media(min-width:1280px){.comparison_chart__row{align-items:flex-start}}.comparison_chart__label{font-family:dm-sans,sans-serif;font-weight:600;font-size:18px;line-height:24px;letter-spacing:0;text-align:center}@media(min-width:768px){.comparison_chart__label{text-align:left}}@media(min-width:1024px){.comparison_chart__label{text-align:center}}@media(min-width:1280px){.comparison_chart__label{text-align:left}}.comparison_chart__label--negative{color:#f94144}.comparison_chart__label--positive{color:#005c3c}.comparison_chart__caption{font-family:dm-sans,sans-serif;font-weight:400;font-size:16px;line-height:20px;letter-spacing:0;text-align:center;padding-top:4px}@media(min-width:768px){.comparison_chart__caption{font-size:18px;line-height:24px}}@media(min-width:768px){.comparison_chart__caption{text-align:left}}@media(min-width:1024px){.comparison_chart__caption{text-align:center}}@media(min-width:1280px){.comparison_chart__caption{text-align:left}}.comparison_chart__caption strong{font-weight:600;color:#005c3c}.comparison_chart--dark .comparison_chart__label--positive{color:#4ac398}.comparison_chart--dark .comparison_chart__caption{color:#ffffffe6}.comparison_chart--dark .comparison_chart__caption strong{color:#4ac398}.impact_at_scale{display:flex;flex-direction:column;gap:32px;width:100%;box-sizing:border-box}@media(min-width:768px){.impact_at_scale{gap:40px}}.impact_at_scale__header{display:flex;flex-direction:column;gap:24px;max-width:800px}.impact_at_scale .impact_at_scale__header p{font-family:dm-sans,sans-serif;font-weight:400;font-size:18px;line-height:24px;letter-spacing:0;color:var(--text-secondary);margin:0}@media(min-width:768px){.impact_at_scale .impact_at_scale__header p{font-size:22px;line-height:30px}}.impact_at_scale__slider_section{display:flex;flex-direction:column;gap:8px;width:100%}.impact_at_scale__slider_labels{display:flex;align-items:center;justify-content:space-between}.impact_at_scale__slider_label{font-family:dm-sans,sans-serif;font-weight:600;font-size:26px;line-height:34px;letter-spacing:-.02em}@media(min-width:768px){.impact_at_scale__slider_label{font-size:28px;line-height:34px}}.impact_at_scale__agent_count{font-size:24px;font-weight:600;line-height:1}@media(min-width:768px){.impact_at_scale__agent_count{font-size:32px}}.impact_at_scale__track{position:relative;height:20px;border-radius:10px;background:#1f1a381f;cursor:pointer;outline:none;touch-action:none;user-select:none}.impact_at_scale__track:focus-visible{outline:2px solid rgb(31,26,56);outline-offset:2px}.impact_at_scale__thumb{position:absolute;top:50%;left:calc(var(--progress-width) - 14px);transform:translateY(-50%);width:28px;height:28px;border-radius:50%;background:#1f1a38;box-shadow:0 0 0 6px #fff3,0 1px 4px #1f1a3899;pointer-events:none;transition:transform .1s ease}.impact_at_scale__thumb--dragging{transform:translateY(-50%) scale(1.1)}.impact_at_scale__cards{display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.impact_at_scale__cards{flex-direction:row;gap:24px}}.impact_at_scale__card{flex:1;border-radius:6px;border:1px solid #fff;overflow:hidden;display:flex;flex-direction:column}.impact_at_scale__card--negative{background:#f94144}.impact_at_scale__card--positive{background:#4ac398}.impact_at_scale__card_header{font-family:dm-sans,sans-serif;font-weight:600;font-size:26px;line-height:34px;letter-spacing:-.02em;color:#fff;padding:24px 24px 0}@media(min-width:768px){.impact_at_scale__card_header{font-size:28px;line-height:34px}}@media(min-width:768px){.impact_at_scale__card_header{padding:40px 40px 0}}.impact_at_scale__card_body{display:flex;flex-direction:column;gap:24px;padding:24px}@media(min-width:768px){.impact_at_scale__card_body{gap:40px;padding:32px 40px 40px}}.impact_at_scale__row{display:flex;flex-direction:column;gap:8px}.impact_at_scale__row_meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.impact_at_scale__row_label{font-family:dm-sans,sans-serif;font-weight:600;font-size:18px;line-height:24px;letter-spacing:0;color:#fff9;white-space:nowrap}.impact_at_scale__row_value{font-family:dm-mono,ui-monospace,SF Mono,Fira Code,Monaco,Menlo,monospace;font-size:24px;font-weight:500;line-height:1;letter-spacing:-1.28px;color:#fff;white-space:nowrap;animation:impact-value-in .2s ease}@media(min-width:768px){.impact_at_scale__row_value{font-size:32px}}.impact_at_scale__bar_track{width:100%;height:28px;border-radius:6px;background:#1f1a381f;padding:2px;box-sizing:border-box}.impact_at_scale__bar_fill{height:100%;border-radius:4px;background:#fff;min-width:8px;transition:width .25s cubic-bezier(.25,.46,.45,.94)}.impact_at_scale__dots{display:flex;align-items:center;justify-content:space-between;height:24px}.impact_at_scale__dot{width:14px;height:14px;border-radius:50%;background:#ffffff40;flex-shrink:0;transition:background .2s ease}@media(min-width:768px){.impact_at_scale__dot{width:18px;height:18px}}.impact_at_scale__dot--active{background:#fff}@keyframes impact-value-in{0%{opacity:.4}to{opacity:1}}.steps_pipeline_group{display:contents}.steps_pipeline{display:flex;flex-direction:column;align-items:center;border-radius:6px;width:100%;box-sizing:border-box}@media(min-width:768px){.steps_pipeline{flex-direction:row;height:50px}.steps_pipeline_group .steps_pipeline{--step-space: var(--step-count) / var(--total-steps) * (100% - (var(--total-steps) - 1) * 14px);--own-dividers: (var(--step-count) - 1) * 14px;width:calc(var(--step-space) + var(--own-dividers))}}@media(min-width:1024px){.steps_pipeline{flex-direction:column;height:unset}.steps_pipeline_group .steps_pipeline{width:100%}}@media(min-width:1280px){.steps_pipeline{flex-direction:row;height:50px}.steps_pipeline_group .steps_pipeline{--step-space: var(--step-count) / var(--total-steps) * (100% - (var(--total-steps) - 1) * 14px);--own-dividers: (var(--step-count) - 1) * 14px;width:calc(var(--step-space) + var(--own-dividers))}}.steps_pipeline--negative{background:#f94144}.steps_pipeline--positive{background:#4ac398}.steps_pipeline__step{display:flex;align-items:center;justify-content:center;flex:1 1 0;min-width:0;padding:8px;box-sizing:border-box;font-family:dm-sans,sans-serif;font-size:14px;font-weight:400;line-height:20px;text-align:center;color:#ffffffe6}.steps_pipeline__divider{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:100%;height:14px}@media(min-width:768px){.steps_pipeline__divider{width:14px;height:100%}}@media(min-width:1024px){.steps_pipeline__divider{width:100%;height:14px}}@media(min-width:1280px){.steps_pipeline__divider{width:14px;height:100%}}.steps_pipeline__divider_line{position:absolute;background:#fff;width:100%;height:2px}@media(min-width:768px){.steps_pipeline__divider_line{width:2px;height:100%}}@media(min-width:1024px){.steps_pipeline__divider_line{width:100%;height:2px}}@media(min-width:1280px){.steps_pipeline__divider_line{width:2px;height:100%}}.steps_pipeline__divider_icon{position:relative;font-size:14px;z-index:1;--fa-secondary-color: white;--fa-secondary-opacity: 1;max-width:100%;max-height:100%}.steps_pipeline--negative .steps_pipeline__divider_icon{--fa-primary-color: #f94144}.steps_pipeline--positive .steps_pipeline__divider_icon{--fa-primary-color: rgb(74, 195, 152)}.steps_pipeline__divider_icon--vertical{display:inline-block}@media(min-width:768px){.steps_pipeline__divider_icon--vertical{display:none}}@media(min-width:1024px){.steps_pipeline__divider_icon--vertical{display:inline-block}}@media(min-width:1280px){.steps_pipeline__divider_icon--vertical{display:none}}.steps_pipeline__divider_icon--horizontal{display:none}@media(min-width:768px){.steps_pipeline__divider_icon--horizontal{display:inline-block}}@media(min-width:1024px){.steps_pipeline__divider_icon--horizontal{display:none}}@media(min-width:1280px){.steps_pipeline__divider_icon--horizontal{display:inline-block}}@media(min-width:768px){.steps_pipeline--compact{height:46px}}@media(min-width:1024px){.steps_pipeline--compact{height:unset}}@media(min-width:1280px){.steps_pipeline--compact{height:46px}}.steps_pipeline--dark{--pipeline-border: 1px}.steps_pipeline--dark .steps_pipeline__step{color:#ffffffe6}.steps_pipeline--dark .steps_pipeline__divider_line{background:#1f1a38b3;height:2px;width:calc(100% + var(--pipeline-border) * 2)}@media(min-width:768px){.steps_pipeline--dark .steps_pipeline__divider_line{width:2px;height:calc(100% + var(--pipeline-border) * 2)}}@media(min-width:1024px){.steps_pipeline--dark .steps_pipeline__divider_line{width:calc(100% + var(--pipeline-border) * 2);height:2px}}@media(min-width:1280px){.steps_pipeline--dark .steps_pipeline__divider_line{width:2px;height:calc(100% + var(--pipeline-border) * 2)}}.steps_pipeline--dark .steps_pipeline__divider_icon{--fa-secondary-color: rgb(31 26 56 / 70%);--fa-primary-color: #fff}.steps_pipeline--dark.steps_pipeline--negative{background:#f9414499;backdrop-filter:blur(12px);border:var(--pipeline-border) solid rgba(231,0,0,.2)}.steps_pipeline--dark.steps_pipeline--positive{background:#4ac398a3;backdrop-filter:blur(12px);border:var(--pipeline-border) solid #2ba57a}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade-up{0%{margin-top:2%;opacity:0}to{margin-top:0;opacity:1}}@keyframes fade-up-disappear{0%{margin-top:0;opacity:1}to{margin-top:-2%;opacity:0}}@keyframes slide-up{0%{margin-top:3%}to{margin-top:0}}@keyframes enter-up{0%{margin-top:24px}to{margin-top:0}}@keyframes grow-right{0%{width:0;transform:scaleX(0);transform-origin:left}to{width:100%;transform:scaleX(1)}}@keyframes grow-left{0%{width:0;transform:scaleX(0);transform-origin:right}to{width:100%;transform:scaleX(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes grow-width{0%{width:0}to{width:100%}}@keyframes cursor-blink{0%,to{border-color:transparent}50%{border-color:#1f1a38}}@keyframes scroll-up-out{0%{transform:translateY(0);opacity:1}70%{opacity:0}to{transform:translateY(-100%)}}@keyframes scroll-up-in{0%{transform:translateY(100%);opacity:0}70%{opacity:1}to{transform:translateY(0)}}@keyframes bounce{0%{transform:scale(1) translateY(-30%)}10%{transform:scale(1.1,.9) translateY(0)}30%{transform:scale(.9,1.1) translateY(-.5em)}50%{transform:scale(1.05,.95) translateY(0)}57%{transform:scale(1) translateY(-.125em)}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes grow{0%{transform:scale(0)}60%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes button-enable{0%{color:#aea4ec}to{color:#3e2dda}}.reduce_rework_container{display:flex;flex-direction:column}.reduce_rework_container .section_border{width:100%;overflow:hidden;box-sizing:border-box;max-width:1440px;align-self:center;display:flex;flex-direction:column}@media(min-width:1441px){.reduce_rework_container .section_border{border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(0,0,0,.1)}}.reduce_rework_container .hero_container{display:flex;flex-direction:column;align-items:center;background:linear-gradient(0deg,#000 0% 100%),#1f1a38;position:relative;overflow:hidden;height:unset}.reduce_rework_container .hero_container:before{content:" ";position:absolute;border-radius:50%;width:100%;aspect-ratio:1/1;background:radial-gradient(49.95% 49.95% at 48.82% 50.05%,#ad00ff42,#ad00ff12 66.35%,#ad00ff00);z-index:0;top:50%;left:50%;transform:translate(-19%,-65%);max-width:1550px}.reduce_rework_container .hero_container:after{content:" ";position:absolute;border-radius:50%;width:100%;aspect-ratio:1/1;background:radial-gradient(49.95% 49.95% at 48.82% 50.05%,#ad00ff42,#ad00ff12 66.35%,#ad00ff00);z-index:0;top:50%;left:50%;transform:translate(-76%,-41%);max-width:1550px}.reduce_rework_container .hero_container .hero_layers{position:absolute;top:-60px;left:75%;transform:translate(-50%)}@media(min-width:545px){.reduce_rework_container .hero_container .hero_layers{top:0}}.reduce_rework_container .hero_container>:not(.hero_layers){position:relative;z-index:1}.reduce_rework_container .hero_container .hero_content_wrapper{display:flex;flex-direction:column;gap:20px;max-width:1440px;width:100%;box-sizing:border-box;padding:24px 24px 40px}@media(min-width:768px){.reduce_rework_container .hero_container .hero_content_wrapper{padding:200px 48px}}.reduce_rework_container .hero_container .hero_content_wrapper .hero_tag_wrapper{width:fit-content}.reduce_rework_container .hero_container .hero_content_wrapper .hero_content{display:flex;flex-direction:column;align-items:flex-start;gap:24px;z-index:1;width:100%}@media(min-width:1024px){.reduce_rework_container .hero_container .hero_content_wrapper .hero_content{flex-direction:row;align-items:center;gap:32px}}.reduce_rework_container .hero_container .hero_content_wrapper .hero_content .hero_title_block{display:flex;flex-direction:column;align-items:flex-start;gap:20px;flex-shrink:0}@media(min-width:1024px){.reduce_rework_container .hero_container .hero_content_wrapper .hero_content .hero_title_block{width:524px}}.reduce_rework_container .hero_container .hero_content_wrapper .hero_content h1{color:#fff}.reduce_rework_container .hero_container .hero_content_wrapper .hero_content p{color:#fff9;font-family:dm-sans,sans-serif;font-weight:400;font-size:18px;line-height:24px;letter-spacing:0;margin:0}@media(min-width:768px){.reduce_rework_container .hero_container .hero_content_wrapper .hero_content p{font-size:22px;line-height:30px}}@media(min-width:1024px){.reduce_rework_container .hero_container .hero_content_wrapper .hero_content p{align-self:end;flex:1 0 0}}.reduce_rework_container .hero_container .hero_charts{width:100%;max-width:1042px;z-index:1;align-self:start}@media(min-width:1024px){.reduce_rework_container .hero_container .hero_charts .comparison_chart{grid-template-columns:1fr;gap:24px}.reduce_rework_container .hero_container .hero_charts .comparison_chart__row{align-items:flex-start}.reduce_rework_container .hero_container .hero_charts .comparison_chart__label{font-size:19px;line-height:24px;text-align:left}.reduce_rework_container .hero_container .hero_charts .comparison_chart__caption{font-size:18px;line-height:24px;text-align:left}.reduce_rework_container .hero_container .hero_charts .steps_pipeline_group .steps_pipeline{--step-space: var(--step-count) / var(--total-steps) * (100% - (var(--total-steps) - 1) * 14px);--own-dividers: (var(--step-count) - 1) * 14px;width:calc(var(--step-space) + var(--own-dividers))}.reduce_rework_container .hero_container .hero_charts .steps_pipeline{flex-direction:row;height:50px}.reduce_rework_container .hero_container .hero_charts .steps_pipeline--compact{height:46px}.reduce_rework_container .hero_container .hero_charts .steps_pipeline__divider{width:14px;height:100%}.reduce_rework_container .hero_container .hero_charts .steps_pipeline__divider_line{width:2px;height:100%}.reduce_rework_container .hero_container .hero_charts .steps_pipeline__divider_icon--vertical{display:none}.reduce_rework_container .hero_container .hero_charts .steps_pipeline__divider_icon--horizontal{display:inline-block}}.reduce_rework_container .experiment_container{width:100%;box-sizing:border-box;border-bottom:1px solid rgba(0,0,0,.1);padding:48px 24px}@media(min-width:768px){.reduce_rework_container .experiment_container{padding:120px 48px}}.reduce_rework_container .experiment_container .experiment_content{display:flex;flex-direction:column;gap:32px;width:100%}@media(min-width:1024px){.reduce_rework_container .experiment_container .experiment_content{flex-direction:row;align-items:center}}.reduce_rework_container .experiment_container .experiment_text{display:flex;flex-direction:column;gap:20px;flex-shrink:0}@media(min-width:1024px){.reduce_rework_container .experiment_container .experiment_text{width:497px;padding-bottom:20px}}.reduce_rework_container .experiment_container .experiment_text p{font-family:dm-sans,sans-serif;font-weight:400;font-size:18px;line-height:24px;letter-spacing:0;color:var(--text-secondary)}@media(min-width:768px){.reduce_rework_container .experiment_container .experiment_text p{font-size:22px;line-height:30px}}.reduce_rework_container .experiment_container .experiment_terminal{flex:auto}@media(min-width:1024px){.reduce_rework_container .experiment_container .experiment_terminal{flex:1 0 0}}.reduce_rework_container .impact_at_scale_wrapper{position:relative;overflow:hidden;width:100%;padding:48px 24px;box-sizing:border-box;border-top:1px solid rgba(0,0,0,.1)}@media(min-width:768px){.reduce_rework_container .impact_at_scale_wrapper{padding:120px 48px}}.reduce_rework_container .impact_at_scale_wrapper>.impact_at_scale{position:relative;z-index:1}.reduce_rework_container .impact_at_scale_wrapper__layers{position:absolute;top:-440px;right:-489px;transform:translate(50%)}.reduce_rework_container .outcomes_container{width:100%;box-sizing:border-box;max-width:1440px;align-self:center;padding:0 24px}@media(min-width:545px){.reduce_rework_container .outcomes_container{padding:0 48px}}.reduce_rework_container .outcomes_container .speed_comparison_chart_statbox{border:1px solid rgba(0,0,0,.1)}.reduce_rework_container .outcomes_container .tokens_cost_cards,.reduce_rework_container .outcomes_container .tokens_result_cards{display:flex;flex-direction:column;gap:16px}@media(min-width:768px){.reduce_rework_container .outcomes_container .tokens_cost_cards,.reduce_rework_container .outcomes_container .tokens_result_cards{flex-direction:row}}.reduce_rework_container .outcomes_container .tokens_cost_card{display:flex;flex:1;flex-direction:column;gap:12px;padding:24px 20px 16px;border-radius:6px;border:2px solid transparent;overflow:hidden}.reduce_rework_container .outcomes_container .tokens_cost_card--negative{background:#f94144;border-color:#e70000a3}.reduce_rework_container .outcomes_container .tokens_cost_card--positive{background:#4ac398;border-color:#4ac398}.reduce_rework_container .outcomes_container .tokens_cost_card__title{font-size:19px;font-weight:500;line-height:24px;letter-spacing:-.2755px;color:#fff}.reduce_rework_container .outcomes_container .tokens_cost_card__amount{font-family:dm-mono,ui-monospace,SF Mono,Fira Code,Monaco,Menlo,monospace;font-size:42px;font-weight:400;line-height:1;letter-spacing:-2.4px;color:#fff}@media(min-width:1280px){.reduce_rework_container .outcomes_container .tokens_cost_card__amount{font-size:60px}}.reduce_rework_container .results_container{width:100%;box-sizing:border-box;max-width:1440px;align-self:center;padding:64px 24px 32px;display:flex;flex-direction:column;gap:24px}@media(min-width:768px){.reduce_rework_container .results_container{padding:120px 48px 60px}}@media(min-width:768px){.reduce_rework_container .results_container h2{max-width:800px}}.reduce_rework_container .results_container .stat_box_row{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:768px){.reduce_rework_container .results_container .stat_box_row{grid-template-columns:repeat(3,1fr)}}
