:root{
  --ink:#081b4b;
  --secondary:#223370;
  --accent:#f03832;
  --accent-hover:#d62a25;
  --accent-text:#c82925;
  --line:#d5dde8;
  --muted:#59657b;
  --paper:#f6f7f9;
  --white:#fff;
  --max:1240px;
  --radius:24px}
  *{
    box-sizing:border-box}
    html{
      scroll-behavior:smooth;
      scroll-padding-top:100px}
      body{
        margin:0;
        background:var(--white);
        color:var(--ink);
        font-family:'Noto Sans',Arial,sans-serif;
        font-size:16px;
        line-height:1.6;
        text-rendering:optimizeLegibility}
        button,input,select,textarea{
          font:inherit}
          button,a,input{
            -webkit-tap-highlight-color:transparent}
            button,a{
              touch-action:manipulation}
              button{
                cursor:pointer}
                button:disabled{
                  cursor:default}
                  a{
                    color:inherit}
                    img{
                      display:block;
                      max-width:100%;
                      height:auto}
                      h1,h2,h3,p{
                        margin:0}
                        h1,h2,h3{
                          font-weight:700}
                          h2{
                            font-size:clamp(32px,3.5vw,48px);
                            line-height:1.16;
                            letter-spacing:-.045em}
                            h3{
                              line-height:1.3;
                              letter-spacing:-.025em}
                              p{
                                color:var(--muted)}
                                ul{
                                  padding-left:20px}
                                  svg{
                                    display:block}
                                    ::selection{
                                      background:var(--line);
                                      color:var(--ink)}
                                      :where(a,button,input,summary):focus-visible{
                                        outline:3px solid var(--secondary);
                                        outline-offset:5px}
                                        section{
                                          scroll-margin-top:90px}
                                          [hidden]{
                                            display:none!important}
                                            .container{
                                              width:min(calc(100% - 64px),var(--max));
                                              margin-inline:auto}
                                              .sr-only{
                                                position:absolute;
                                                width:1px;
                                                height:1px;
                                                padding:0;
                                                margin:-1px;
                                                overflow:hidden;
                                                clip:rect(0,0,0,0);
                                                white-space:nowrap;
                                                border:0}
                                                .skip-link{
                                                  position:fixed;
                                                  left:16px;
                                                  top:16px;
                                                  z-index:99;
                                                  background:var(--ink);
                                                  color:#fff;
                                                  padding:14px;
                                                  transform:translateY(-160%)}
                                                  .skip-link:focus{
                                                    transform:translateY(0)}
                                                    .eyebrow{
                                                      font-size:12px;
                                                      font-weight:700;
                                                      letter-spacing:.1em;
                                                      text-transform:uppercase;
                                                      color:var(--secondary);
                                                      margin-bottom:20px}
                                                      .button{
                                                        min-height:52px;
                                                        padding:14px 24px;
                                                        border:1px solid transparent;
                                                        border-radius:12px;
                                                        display:inline-flex;
                                                        align-items:center;
                                                        justify-content:center;
                                                        gap:22px;
                                                        font-size:15px;
                                                        font-weight:700;
                                                        text-decoration:none;
                                                        line-height:1.35;
                                                        transition:background .18s,transform .18s}
                                                        .button:hover{
                                                          transform:translateY(-2px)}
                                                          .button span{
                                                            font-size:20px;
                                                            font-weight:400}
                                                            .button-primary{
                                                              background:var(--accent);
                                                              color:#06132f}
                                                              .button-primary:hover{
                                                                background:var(--accent-hover);
                                                                color:#fff}
                                                                .button-outline{
                                                                  border-color:var(--line);
                                                                  background:#fff;
                                                                  color:var(--ink)}
                                                                  .button-outline:hover{
                                                                    border-color:var(--ink)}
                                                                    .button-dark{
                                                                      background:var(--ink);
                                                                      color:#fff}
                                                                      .button-dark:hover{
                                                                        background:var(--secondary)}
                                                                        .text-link{
                                                                          display:inline-flex;
                                                                          gap:24px;
                                                                          align-items:center;
                                                                          text-decoration:none;
                                                                          font-weight:700;
                                                                          font-size:15px}
                                                                          .text-link:hover{
                                                                            color:var(--accent-text)}
                                                                            .text-link span{
                                                                              font-size:24px;
                                                                              font-weight:400}
                                                                              /* A quiet, bright canvas. Brand navy is used for type and small UI accents. */
                                                                              .site-header{
                                                                                position:sticky;
                                                                                top:0;
                                                                                z-index:30;
                                                                                background:rgba(255,255,255,.96);
                                                                                border-bottom:1px solid #edf0f4;
                                                                                backdrop-filter:blur(16px)}
                                                                                .site-header.scrolled{
                                                                                  box-shadow:0 4px 24px #081b4b07}
                                                                                  .header-inner{
                                                                                    display:flex;
                                                                                    align-items:center;
                                                                                    min-height:84px;
                                                                                    gap:30px}
                                                                                    .wordmark{
                                                                                      display:inline-flex;
                                                                                      align-items:center;
                                                                                      text-decoration:none;
                                                                                      white-space:nowrap;
                                                                                      font-size:25px;
                                                                                      font-weight:700;
                                                                                      letter-spacing:-1px;
                                                                                      gap:0}
                                                                                      .wordmark-light{
                                                                                        font-weight:400}
                                                                                        .brand-mark{
                                                                                          display:inline-block;
                                                                                          width:29px;
                                                                                          height:29px;
                                                                                          border:7px solid var(--ink);
                                                                                          border-right-color:var(--accent);
                                                                                          border-radius:50%;
                                                                                          transform:rotate(-25deg);
                                                                                          margin-right:10px}
                                                                                          .main-menu{
                                                                                            display:flex;
                                                                                            gap:27px;
                                                                                            align-items:center;
                                                                                            margin-left:auto}
                                                                                            .main-menu a{
                                                                                              font-size:14px;
                                                                                              font-weight:500;
                                                                                              text-decoration:none;
                                                                                              white-space:nowrap}
                                                                                              .main-menu a:hover{
                                                                                                color:var(--accent-text)}
                                                                                                .header-cta{
                                                                                                  font-size:14px;
                                                                                                  min-height:44px;
                                                                                                  padding:11px 18px;
                                                                                                  gap:15px}
                                                                                                  .menu-toggle{
                                                                                                    display:none}
                                                                                                    .hero{
                                                                                                      padding:76px 0 62px;
                                                                                                      text-align:center;
                                                                                                      overflow:hidden}
                                                                                                      .hero-inner{
                                                                                                        position:relative}
                                                                                                        .hero .eyebrow{
                                                                                                          display:inline-flex;
                                                                                                          align-items:center;
                                                                                                          gap:9px;
                                                                                                          border:1px solid var(--line);
                                                                                                          border-radius:99px;
                                                                                                          padding:7px 13px;
                                                                                                          font-size:12px;
                                                                                                          letter-spacing:.04em;
                                                                                                          text-transform:none;
                                                                                                          margin-bottom:28px}
                                                                                                          .tiny-dot{
                                                                                                            width:6px;
                                                                                                            height:6px;
                                                                                                            border-radius:50%;
                                                                                                            background:var(--accent)}
                                                                                                            h1{
                                                                                                              font-size:clamp(50px,6.2vw,84px);
                                                                                                              line-height:1.08;
                                                                                                              letter-spacing:-.065em;
                                                                                                              position:relative;
                                                                                                              z-index:1}
                                                                                                              .focus-word{
                                                                                                                position:relative;
                                                                                                                display:inline-block;
                                                                                                                color:var(--secondary)}
                                                                                                                .focus-word svg{
                                                                                                                  position:absolute;
                                                                                                                  bottom:-13px;
                                                                                                                  left:-3%;
                                                                                                                  width:106%;
                                                                                                                  height:14px;
                                                                                                                  fill:none;
                                                                                                                  stroke:var(--accent);
                                                                                                                  stroke-width:5;
                                                                                                                  stroke-linecap:round}
                                                                                                                  .hero-lead{
                                                                                                                    font-size:18px;
                                                                                                                    line-height:1.65;
                                                                                                                    margin:31px auto 26px;
                                                                                                                    max-width:620px}
                                                                                                                    .hero-actions{
                                                                                                                      display:flex;
                                                                                                                      gap:12px;
                                                                                                                      justify-content:center}
                                                                                                                      .hero-note{
                                                                                                                        font-size:12px;
                                                                                                                        margin-top:20px;
                                                                                                                        color:#647086}
                                                                                                                        .hero-sticker{
                                                                                                                          position:absolute;
                                                                                                                          display:flex;
                                                                                                                          flex-direction:column;
                                                                                                                          align-items:center;
                                                                                                                          justify-content:center;
                                                                                                                          gap:14px;
                                                                                                                          width:148px;
                                                                                                                          min-height:164px;
                                                                                                                          padding:20px 12px;
                                                                                                                          border:1px solid var(--line);
                                                                                                                          background:#fff;
                                                                                                                          border-radius:23px;
                                                                                                                          box-shadow:0 12px 30px #081b4b05;
                                                                                                                          text-align:center;
                                                                                                                          font-size:12px;
                                                                                                                          line-height:1.65}
                                                                                                                          .hero-sticker svg{
                                                                                                                            width:44px;
                                                                                                                            height:44px;
                                                                                                                            fill:none;
                                                                                                                            stroke:var(--ink);
                                                                                                                            stroke-width:2.4}
                                                                                                                            .sticker-left{
                                                                                                                              left:6px;
                                                                                                                              top:112px;
                                                                                                                              transform:rotate(-9deg)}
                                                                                                                              .sticker-right{
                                                                                                                                right:4px;
                                                                                                                                top:163px;
                                                                                                                                transform:rotate(8deg)}
                                                                                                                                .sticker-bars{
                                                                                                                                  height:44px;
                                                                                                                                  display:flex;
                                                                                                                                  align-items:flex-end;
                                                                                                                                  gap:5px}
                                                                                                                                  .sticker-bars i{
                                                                                                                                    display:block;
                                                                                                                                    width:9px;
                                                                                                                                    background:var(--line);
                                                                                                                                    border-radius:3px}
                                                                                                                                    .sticker-bars i:nth-child(1){
                                                                                                                                      height:17px}
                                                                                                                                      .sticker-bars i:nth-child(2){
                                                                                                                                        height:28px;
                                                                                                                                        background:var(--secondary)}
                                                                                                                                        .sticker-bars i:nth-child(3){
                                                                                                                                          height:34px;
                                                                                                                                          background:var(--ink)}
                                                                                                                                          .sticker-bars i:nth-child(4){
                                                                                                                                            height:44px;
                                                                                                                                            background:var(--accent)}
                                                                                                                                            .product-section{
                                                                                                                                              padding-bottom:42px}
                                                                                                                                              .product-tabs{
                                                                                                                                                display:grid;
                                                                                                                                                grid-template-columns:repeat(5,1fr);
                                                                                                                                                gap:7px;
                                                                                                                                                padding:8px;
                                                                                                                                                border-radius:18px 18px 0 0;
                                                                                                                                                background:var(--paper);
                                                                                                                                                border:1px solid #e9edf2;
                                                                                                                                                border-bottom:0}
                                                                                                                                                .product-tabs button{
                                                                                                                                                  padding:17px 8px;
                                                                                                                                                  border:0;
                                                                                                                                                  border-radius:11px;
                                                                                                                                                  background:transparent;
                                                                                                                                                  font-size:14px;
                                                                                                                                                  font-weight:600;
                                                                                                                                                  color:var(--muted);
                                                                                                                                                  line-height:1.45;
                                                                                                                                                  transition:background .18s}
                                                                                                                                                  .product-tabs button:hover{
                                                                                                                                                    color:var(--ink);
                                                                                                                                                    background:#fff}
                                                                                                                                                    .product-tabs [aria-selected=true]{
                                                                                                                                                      background:#fff;
                                                                                                                                                      color:var(--ink);
                                                                                                                                                      box-shadow:0 3px 10px #081b4b07;
                                                                                                                                                      position:relative}
                                                                                                                                                      .product-tabs [aria-selected=true]:after{
                                                                                                                                                        content:'';
                                                                                                                                                        position:absolute;
                                                                                                                                                        bottom:7px;
                                                                                                                                                        left:calc(50% - 10px);
                                                                                                                                                        width:20px;
                                                                                                                                                        height:3px;
                                                                                                                                                        background:var(--accent);
                                                                                                                                                        border-radius:3px}
                                                                                                                                                        .product-panel{
                                                                                                                                                          display:grid;
                                                                                                                                                          grid-template-columns:.95fr 1.2fr;
                                                                                                                                                          gap:52px;
                                                                                                                                                          align-items:center;
                                                                                                                                                          padding:48px;
                                                                                                                                                          background:var(--paper);
                                                                                                                                                          border:1px solid #e9edf2;
                                                                                                                                                          border-top:0;
                                                                                                                                                          border-radius:0 0 24px 24px;
                                                                                                                                                          min-height:456px}
                                                                                                                                                          .product-copy h2{
                                                                                                                                                            font-size:clamp(28px,3vw,38px);
                                                                                                                                                            letter-spacing:-.04em;
                                                                                                                                                            margin-bottom:17px}
                                                                                                                                                            .product-copy .eyebrow{
                                                                                                                                                              font-size:12px;
                                                                                                                                                              margin-bottom:14px}
                                                                                                                                                              .product-copy p:not(.eyebrow){
                                                                                                                                                                font-size:16px;
                                                                                                                                                                max-width:420px}
                                                                                                                                                                .check-list{
                                                                                                                                                                  list-style:none;
                                                                                                                                                                  padding:0;
                                                                                                                                                                  margin:23px 0;
                                                                                                                                                                  font-size:14px}
                                                                                                                                                                  .check-list li{
                                                                                                                                                                    position:relative;
                                                                                                                                                                    padding-left:25px;
                                                                                                                                                                    margin:9px 0}
                                                                                                                                                                    .check-list li:before{
                                                                                                                                                                      content:'✓';
                                                                                                                                                                      position:absolute;
                                                                                                                                                                      left:0;
                                                                                                                                                                      font-weight:700;
                                                                                                                                                                      color:var(--secondary)}
                                                                                                                                                                      .product-visual{
                                                                                                                                                                        position:relative;
                                                                                                                                                                        min-width:0}
                                                                                                                                                                        .product-visual img{
                                                                                                                                                                          width:100%;
                                                                                                                                                                          aspect-ratio:1.35;
                                                                                                                                                                          object-fit:cover;
                                                                                                                                                                          border-radius:17px}
                                                                                                                                                                          .image-caption{
                                                                                                                                                                            position:absolute;
                                                                                                                                                                            bottom:16px;
                                                                                                                                                                            left:16px;
                                                                                                                                                                            right:16px;
                                                                                                                                                                            padding:12px 14px;
                                                                                                                                                                            color:var(--ink);
                                                                                                                                                                            background:rgba(255,255,255,.96);
                                                                                                                                                                            border-radius:9px;
                                                                                                                                                                            text-align:center;
                                                                                                                                                                            font-size:12px;
                                                                                                                                                                            font-weight:600}
                                                                                                                                                                            .product-foot{
                                                                                                                                                                              display:flex;
                                                                                                                                                                              justify-content:center;
                                                                                                                                                                              gap:64px;
                                                                                                                                                                              margin-top:25px;
                                                                                                                                                                              color:var(--muted);
                                                                                                                                                                              font-size:12px}
                                                                                                                                                                              .product-foot span:before{
                                                                                                                                                                                content:'✓';
                                                                                                                                                                                color:var(--secondary);
                                                                                                                                                                                margin-right:8px}
                                                                                                                                                                                .evidence-section{
                                                                                                                                                                                  padding:52px 0 85px}
                                                                                                                                                                                  .evidence-wrap{
                                                                                                                                                                                    display:grid;
                                                                                                                                                                                    grid-template-columns:1.2fr 1fr 1fr 1fr;
                                                                                                                                                                                    align-items:center;
                                                                                                                                                                                    gap:40px}
                                                                                                                                                                                    .evidence-wrap h2{
                                                                                                                                                                                      font-size:27px;
                                                                                                                                                                                      letter-spacing:-.035em;
                                                                                                                                                                                      line-height:1.25}
                                                                                                                                                                                      .evidence-wrap .eyebrow{
                                                                                                                                                                                        margin-bottom:12px}
                                                                                                                                                                                        .evidence-wrap p:not(.eyebrow){
                                                                                                                                                                                          font-size:12px;
                                                                                                                                                                                          margin-top:13px}
                                                                                                                                                                                          .evidence-metric{
                                                                                                                                                                                            padding-left:32px;
                                                                                                                                                                                            border-left:1px solid var(--line)}
                                                                                                                                                                                            .evidence-metric strong{
                                                                                                                                                                                              display:block;
                                                                                                                                                                                              font-size:42px;
                                                                                                                                                                                              font-weight:600;
                                                                                                                                                                                              letter-spacing:-.05em;
                                                                                                                                                                                              line-height:1.3;
                                                                                                                                                                                              white-space:nowrap}
                                                                                                                                                                                              .evidence-metric strong small{
                                                                                                                                                                                                font-size:23px;
                                                                                                                                                                                                font-weight:400}
                                                                                                                                                                                                .evidence-metric>span{
                                                                                                                                                                                                  display:block;
                                                                                                                                                                                                  color:var(--muted);
                                                                                                                                                                                                  font-size:14px;
                                                                                                                                                                                                  margin-top:10px}
                                                                                                                                                                                                  .section-heading{
                                                                                                                                                                                                    margin-bottom:44px;
                                                                                                                                                                                                    max-width:820px}
                                                                                                                                                                                                    .section-heading>p:not(.eyebrow){
                                                                                                                                                                                                      margin-top:20px;
                                                                                                                                                                                                      max-width:550px}
                                                                                                                                                                                                      .split-heading,.calculator-heading{
                                                                                                                                                                                                        max-width:none;
                                                                                                                                                                                                        display:flex;
                                                                                                                                                                                                        justify-content:space-between;
                                                                                                                                                                                                        align-items:flex-end;
                                                                                                                                                                                                        gap:50px}
                                                                                                                                                                                                        .split-heading>div{
                                                                                                                                                                                                          max-width:710px}
                                                                                                                                                                                                          .split-heading>p,.calculator-heading>p{
                                                                                                                                                                                                            max-width:355px;
                                                                                                                                                                                                            font-size:16px}
                                                                                                                                                                                                            .economy{
                                                                                                                                                                                                              padding:88px 0;
                                                                                                                                                                                                              background:var(--paper);
                                                                                                                                                                                                              border-top:1px solid #edf0f4;
                                                                                                                                                                                                              border-bottom:1px solid #edf0f4}
                                                                                                                                                                                                              .calculator-heading{
                                                                                                                                                                                                                margin-bottom:36px}
                                                                                                                                                                                                                .calculator{
                                                                                                                                                                                                                  display:grid;
                                                                                                                                                                                                                  grid-template-columns:1fr 1fr;
                                                                                                                                                                                                                  gap:0;
                                                                                                                                                                                                                  border:1px solid var(--line);
                                                                                                                                                                                                                  border-radius:24px;
                                                                                                                                                                                                                  overflow:hidden;
                                                                                                                                                                                                                  background:#fff}
                                                                                                                                                                                                                  .calculator-controls{
                                                                                                                                                                                                                    padding:36px 40px;
                                                                                                                                                                                                                    min-width:0}
                                                                                                                                                                                                                    .field-heading{
                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                      gap:18px;
                                                                                                                                                                                                                      justify-content:space-between;
                                                                                                                                                                                                                      align-items:center}
                                                                                                                                                                                                                      .field-heading label{
                                                                                                                                                                                                                        font-size:16px;
                                                                                                                                                                                                                        font-weight:600;
                                                                                                                                                                                                                        max-width:210px}
                                                                                                                                                                                                                        .number-shell{
                                                                                                                                                                                                                          display:flex;
                                                                                                                                                                                                                          align-items:baseline;
                                                                                                                                                                                                                          gap:8px;
                                                                                                                                                                                                                          white-space:nowrap}
                                                                                                                                                                                                                          .number-shell input{
                                                                                                                                                                                                                            border:0;
                                                                                                                                                                                                                            border-bottom:1px solid var(--line);
                                                                                                                                                                                                                            padding:0 0 3px;
                                                                                                                                                                                                                            color:var(--ink);
                                                                                                                                                                                                                            font-size:30px;
                                                                                                                                                                                                                            font-weight:600;
                                                                                                                                                                                                                            letter-spacing:-.04em;
                                                                                                                                                                                                                            max-width:130px;
                                                                                                                                                                                                                            width:100%;
                                                                                                                                                                                                                            background:transparent;
                                                                                                                                                                                                                            text-align:right}
                                                                                                                                                                                                                            .number-shell span{
                                                                                                                                                                                                                              font-size:12px;
                                                                                                                                                                                                                              color:var(--muted)}
                                                                                                                                                                                                                              .range-input{
                                                                                                                                                                                                                                width:100%;
                                                                                                                                                                                                                                display:block;
                                                                                                                                                                                                                                height:6px;
                                                                                                                                                                                                                                border-radius:6px;
                                                                                                                                                                                                                                appearance:none;
                                                                                                                                                                                                                                -webkit-appearance:none;
                                                                                                                                                                                                                                background:linear-gradient(to right,var(--accent) var(--range-fill,6.6667%),var(--line) var(--range-fill,6.6667%));
                                                                                                                                                                                                                                margin:27px 0 13px;
                                                                                                                                                                                                                                cursor:pointer}
                                                                                                                                                                                                                                .range-input::-webkit-slider-thumb{
                                                                                                                                                                                                                                  appearance:none;
                                                                                                                                                                                                                                  width:21px;
                                                                                                                                                                                                                                  height:21px;
                                                                                                                                                                                                                                  border:4px solid #fff;
                                                                                                                                                                                                                                  background:var(--accent);
                                                                                                                                                                                                                                  border-radius:50%;
                                                                                                                                                                                                                                  box-shadow:0 0 0 1px var(--accent),0 2px 7px #081b4b18}
                                                                                                                                                                                                                                  .range-input::-moz-range-thumb{
                                                                                                                                                                                                                                    width:13px;
                                                                                                                                                                                                                                    height:13px;
                                                                                                                                                                                                                                    border:4px solid #fff;
                                                                                                                                                                                                                                    background:var(--accent);
                                                                                                                                                                                                                                    border-radius:50%;
                                                                                                                                                                                                                                    box-shadow:0 0 0 1px var(--accent)}
                                                                                                                                                                                                                                    .range-labels{
                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                      justify-content:space-between;
                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                      color:var(--muted)}
                                                                                                                                                                                                                                      .field-help{
                                                                                                                                                                                                                                        font-size:12px;
                                                                                                                                                                                                                                        line-height:1.65;
                                                                                                                                                                                                                                        margin:10px 0 22px}
                                                                                                                                                                                                                                        .field-grid{
                                                                                                                                                                                                                                          display:grid;
                                                                                                                                                                                                                                          grid-template-columns:1fr 1fr;
                                                                                                                                                                                                                                          gap:18px}
                                                                                                                                                                                                                                          .input-field{
                                                                                                                                                                                                                                            display:flex;
                                                                                                                                                                                                                                            flex-direction:column;
                                                                                                                                                                                                                                            gap:8px;
                                                                                                                                                                                                                                            margin-bottom:18px;
                                                                                                                                                                                                                                            min-width:0;
                                                                                                                                                                                                                                            font-size:14px;
                                                                                                                                                                                                                                            color:var(--muted)}
                                                                                                                                                                                                                                            .input-shell{
                                                                                                                                                                                                                                              display:flex;
                                                                                                                                                                                                                                              align-items:center;
                                                                                                                                                                                                                                              border:1px solid var(--line);
                                                                                                                                                                                                                                              border-radius:10px;
                                                                                                                                                                                                                                              background:#fff;
                                                                                                                                                                                                                                              padding:0 13px;
                                                                                                                                                                                                                                              gap:7px}
                                                                                                                                                                                                                                              .input-shell:focus-within{
                                                                                                                                                                                                                                                border-color:var(--secondary)}
                                                                                                                                                                                                                                                .input-shell input{
                                                                                                                                                                                                                                                  min-width:0;
                                                                                                                                                                                                                                                  width:100%;
                                                                                                                                                                                                                                                  height:44px;
                                                                                                                                                                                                                                                  border:0;
                                                                                                                                                                                                                                                  color:var(--ink);
                                                                                                                                                                                                                                                  background:transparent;
                                                                                                                                                                                                                                                  font-size:17px;
                                                                                                                                                                                                                                                  font-weight:500}
                                                                                                                                                                                                                                                  .input-shell>span{
                                                                                                                                                                                                                                                    white-space:nowrap;
                                                                                                                                                                                                                                                    font-size:12px}
                                                                                                                                                                                                                                                    .input-field small{
                                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                                      color:var(--muted)}
                                                                                                                                                                                                                                                      input[type=number]{
                                                                                                                                                                                                                                                        appearance:textfield;
                                                                                                                                                                                                                                                        -moz-appearance:textfield}
                                                                                                                                                                                                                                                        input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{
                                                                                                                                                                                                                                                          -webkit-appearance:none;
                                                                                                                                                                                                                                                          margin:0}
                                                                                                                                                                                                                                                          .online-switch{
                                                                                                                                                                                                                                                            display:flex;
                                                                                                                                                                                                                                                            align-items:center;
                                                                                                                                                                                                                                                            justify-content:space-between;
                                                                                                                                                                                                                                                            gap:10px;
                                                                                                                                                                                                                                                            padding:18px 0 23px;
                                                                                                                                                                                                                                                            border-bottom:1px solid var(--line);
                                                                                                                                                                                                                                                            position:relative;
                                                                                                                                                                                                                                                            cursor:pointer}
                                                                                                                                                                                                                                                            .online-switch b{
                                                                                                                                                                                                                                                              display:block;
                                                                                                                                                                                                                                                              font-size:14px;
                                                                                                                                                                                                                                                              font-weight:600}
                                                                                                                                                                                                                                                              .online-switch small{
                                                                                                                                                                                                                                                                display:block;
                                                                                                                                                                                                                                                                font-size:12px;
                                                                                                                                                                                                                                                                color:var(--muted);
                                                                                                                                                                                                                                                                margin-top:4px}
                                                                                                                                                                                                                                                                .online-switch input{
                                                                                                                                                                                                                                                                  position:absolute;
                                                                                                                                                                                                                                                                  right:0;
                                                                                                                                                                                                                                                                  opacity:0;
                                                                                                                                                                                                                                                                  width:44px;
                                                                                                                                                                                                                                                                  height:28px;
                                                                                                                                                                                                                                                                  margin:0}
                                                                                                                                                                                                                                                                  .switch-track{
                                                                                                                                                                                                                                                                    flex:0 0 42px;
                                                                                                                                                                                                                                                                    height:25px;
                                                                                                                                                                                                                                                                    border-radius:99px;
                                                                                                                                                                                                                                                                    background:var(--line);
                                                                                                                                                                                                                                                                    padding:3px;
                                                                                                                                                                                                                                                                    pointer-events:none;
                                                                                                                                                                                                                                                                    transition:background .2s}
                                                                                                                                                                                                                                                                    .switch-track:after{
                                                                                                                                                                                                                                                                      content:'';
                                                                                                                                                                                                                                                                      display:block;
                                                                                                                                                                                                                                                                      width:19px;
                                                                                                                                                                                                                                                                      height:19px;
                                                                                                                                                                                                                                                                      border-radius:50%;
                                                                                                                                                                                                                                                                      background:#fff;
                                                                                                                                                                                                                                                                      box-shadow:0 1px 3px #081b4b20;
                                                                                                                                                                                                                                                                      transition:transform .2s}
                                                                                                                                                                                                                                                                      .online-switch input:checked+.switch-track{
                                                                                                                                                                                                                                                                        background:var(--secondary)}
                                                                                                                                                                                                                                                                        .online-switch input:checked+.switch-track:after{
                                                                                                                                                                                                                                                                          transform:translateX(17px)}
                                                                                                                                                                                                                                                                          .online-switch input:focus-visible+.switch-track{
                                                                                                                                                                                                                                                                            outline:3px solid var(--accent);
                                                                                                                                                                                                                                                                            outline-offset:5px}
                                                                                                                                                                                                                                                                            .cost-heading{
                                                                                                                                                                                                                                                                              display:flex;
                                                                                                                                                                                                                                                                              justify-content:space-between;
                                                                                                                                                                                                                                                                              align-items:center;
                                                                                                                                                                                                                                                                              margin:23px 0 18px}
                                                                                                                                                                                                                                                                              .cost-heading h3{
                                                                                                                                                                                                                                                                                font-size:16px}
                                                                                                                                                                                                                                                                                .cost-heading>span{
                                                                                                                                                                                                                                                                                  font-size:12px;
                                                                                                                                                                                                                                                                                  color:var(--muted)}
                                                                                                                                                                                                                                                                                  .cost-heading+.field-grid .input-field{
                                                                                                                                                                                                                                                                                    margin-bottom:0}
                                                                                                                                                                                                                                                                                    .model-settings{
                                                                                                                                                                                                                                                                                      border-top:1px solid var(--line);
                                                                                                                                                                                                                                                                                      font-size:14px}
                                                                                                                                                                                                                                                                                      .model-settings summary,.methodology summary{
                                                                                                                                                                                                                                                                                        display:flex;
                                                                                                                                                                                                                                                                                        justify-content:space-between;
                                                                                                                                                                                                                                                                                        align-items:center;
                                                                                                                                                                                                                                                                                        gap:16px;
                                                                                                                                                                                                                                                                                        list-style:none;
                                                                                                                                                                                                                                                                                        cursor:pointer;
                                                                                                                                                                                                                                                                                        font-weight:600}
                                                                                                                                                                                                                                                                                        .model-settings summary{
                                                                                                                                                                                                                                                                                          padding:17px 0}
                                                                                                                                                                                                                                                                                          .model-settings summary::-webkit-details-marker,.methodology summary::-webkit-details-marker{
                                                                                                                                                                                                                                                                                            display:none}
                                                                                                                                                                                                                                                                                            summary>span{
                                                                                                                                                                                                                                                                                              font-size:22px;
                                                                                                                                                                                                                                                                                              font-weight:400;
                                                                                                                                                                                                                                                                                              transition:transform .2s}
                                                                                                                                                                                                                                                                                              details[open]>summary>span{
                                                                                                                                                                                                                                                                                                transform:rotate(45deg)}
                                                                                                                                                                                                                                                                                                .model-settings .field-help{
                                                                                                                                                                                                                                                                                                  margin-bottom:15px}
                                                                                                                                                                                                                                                                                                  .reset-button{
                                                                                                                                                                                                                                                                                                    border:0;
                                                                                                                                                                                                                                                                                                    background:transparent;
                                                                                                                                                                                                                                                                                                    padding:10px 0 0;
                                                                                                                                                                                                                                                                                                    color:var(--muted);
                                                                                                                                                                                                                                                                                                    font-size:12px;
                                                                                                                                                                                                                                                                                                    text-decoration:underline;
                                                                                                                                                                                                                                                                                                    text-underline-offset:4px}
                                                                                                                                                                                                                                                                                                    .calculator-result{
                                                                                                                                                                                                                                                                                                      padding:36px 40px;
                                                                                                                                                                                                                                                                                                      background:#f0f3f7;
                                                                                                                                                                                                                                                                                                      border-left:1px solid var(--line);
                                                                                                                                                                                                                                                                                                      min-width:0}
                                                                                                                                                                                                                                                                                                      .result-top{
                                                                                                                                                                                                                                                                                                        display:flex;
                                                                                                                                                                                                                                                                                                        gap:14px;
                                                                                                                                                                                                                                                                                                        align-items:center;
                                                                                                                                                                                                                                                                                                        justify-content:space-between;
                                                                                                                                                                                                                                                                                                        margin-bottom:29px}
                                                                                                                                                                                                                                                                                                        .result-kicker{
                                                                                                                                                                                                                                                                                                          font-size:12px;
                                                                                                                                                                                                                                                                                                          letter-spacing:.05em;
                                                                                                                                                                                                                                                                                                          text-transform:uppercase;
                                                                                                                                                                                                                                                                                                          font-weight:600;
                                                                                                                                                                                                                                                                                                          color:var(--secondary)}
                                                                                                                                                                                                                                                                                                          .period-switch{
                                                                                                                                                                                                                                                                                                            display:flex;
                                                                                                                                                                                                                                                                                                            gap:3px;
                                                                                                                                                                                                                                                                                                            padding:4px;
                                                                                                                                                                                                                                                                                                            background:#e3e8f0;
                                                                                                                                                                                                                                                                                                            border-radius:9px;
                                                                                                                                                                                                                                                                                                            flex-shrink:0}
                                                                                                                                                                                                                                                                                                            .period-switch button{
                                                                                                                                                                                                                                                                                                              padding:7px 10px;
                                                                                                                                                                                                                                                                                                              background:transparent;
                                                                                                                                                                                                                                                                                                              border:0;
                                                                                                                                                                                                                                                                                                              border-radius:6px;
                                                                                                                                                                                                                                                                                                              font-size:12px;
                                                                                                                                                                                                                                                                                                              color:var(--muted);
                                                                                                                                                                                                                                                                                                              white-space:nowrap}
                                                                                                                                                                                                                                                                                                              .period-switch [aria-pressed=true]{
                                                                                                                                                                                                                                                                                                                background:#fff;
                                                                                                                                                                                                                                                                                                                color:var(--ink);
                                                                                                                                                                                                                                                                                                                box-shadow:0 2px 4px #081b4b06}
                                                                                                                                                                                                                                                                                                                .profit-label{
                                                                                                                                                                                                                                                                                                                  font-size:14px}
                                                                                                                                                                                                                                                                                                                  .profit-value{
                                                                                                                                                                                                                                                                                                                    display:block;
                                                                                                                                                                                                                                                                                                                    font-size:clamp(32px,3.5vw,49px);
                                                                                                                                                                                                                                                                                                                    font-weight:700;
                                                                                                                                                                                                                                                                                                                    letter-spacing:-.05em;
                                                                                                                                                                                                                                                                                                                    line-height:1.3;
                                                                                                                                                                                                                                                                                                                    margin:10px 0 4px;
                                                                                                                                                                                                                                                                                                                    overflow-wrap:anywhere}
                                                                                                                                                                                                                                                                                                                    .profit-value.is-loss{
                                                                                                                                                                                                                                                                                                                      color:var(--accent-text)}
                                                                                                                                                                                                                                                                                                                      .result-period{
                                                                                                                                                                                                                                                                                                                        font-size:12px;
                                                                                                                                                                                                                                                                                                                        color:var(--muted)}
                                                                                                                                                                                                                                                                                                                        .calculator-error{
                                                                                                                                                                                                                                                                                                                          color:var(--accent-text);
                                                                                                                                                                                                                                                                                                                          font-size:14px;
                                                                                                                                                                                                                                                                                                                          margin:12px 0}
                                                                                                                                                                                                                                                                                                                          .result-breakdown{
                                                                                                                                                                                                                                                                                                                            margin:27px 0;
                                                                                                                                                                                                                                                                                                                            border-top:1px solid #d5dde8;
                                                                                                                                                                                                                                                                                                                            padding-top:15px}
                                                                                                                                                                                                                                                                                                                            .result-breakdown>div{
                                                                                                                                                                                                                                                                                                                              display:flex;
                                                                                                                                                                                                                                                                                                                              align-items:baseline;
                                                                                                                                                                                                                                                                                                                              justify-content:space-between;
                                                                                                                                                                                                                                                                                                                              gap:20px;
                                                                                                                                                                                                                                                                                                                              padding:8px 0;
                                                                                                                                                                                                                                                                                                                              font-size:14px;
                                                                                                                                                                                                                                                                                                                              color:var(--muted)}
                                                                                                                                                                                                                                                                                                                              .result-breakdown output{
                                                                                                                                                                                                                                                                                                                                font-size:15px;
                                                                                                                                                                                                                                                                                                                                font-weight:600;
                                                                                                                                                                                                                                                                                                                                color:var(--ink);
                                                                                                                                                                                                                                                                                                                                text-align:right;
                                                                                                                                                                                                                                                                                                                                white-space:nowrap}
                                                                                                                                                                                                                                                                                                                                .result-breakdown .breakdown-total{
                                                                                                                                                                                                                                                                                                                                  margin:5px 0 9px;
                                                                                                                                                                                                                                                                                                                                  padding:13px 0;
                                                                                                                                                                                                                                                                                                                                  border-top:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                  border-bottom:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                  font-weight:600;
                                                                                                                                                                                                                                                                                                                                  color:var(--ink)}
                                                                                                                                                                                                                                                                                                                                  .legend-dot{
                                                                                                                                                                                                                                                                                                                                    display:inline-block;
                                                                                                                                                                                                                                                                                                                                    width:6px;
                                                                                                                                                                                                                                                                                                                                    height:6px;
                                                                                                                                                                                                                                                                                                                                    border-radius:50%;
                                                                                                                                                                                                                                                                                                                                    vertical-align:middle;
                                                                                                                                                                                                                                                                                                                                    margin:0 7px 2px 0}
                                                                                                                                                                                                                                                                                                                                    .legend-dot.red{
                                                                                                                                                                                                                                                                                                                                      background:var(--accent)}
                                                                                                                                                                                                                                                                                                                                      .chart-heading{
                                                                                                                                                                                                                                                                                                                                        margin-top:28px;
                                                                                                                                                                                                                                                                                                                                        display:flex;
                                                                                                                                                                                                                                                                                                                                        flex-wrap:wrap;
                                                                                                                                                                                                                                                                                                                                        justify-content:space-between;
                                                                                                                                                                                                                                                                                                                                        align-items:baseline;
                                                                                                                                                                                                                                                                                                                                        gap:4px}
                                                                                                                                                                                                                                                                                                                                        .chart-heading h3{
                                                                                                                                                                                                                                                                                                                                          font-size:14px;
                                                                                                                                                                                                                                                                                                                                          font-weight:600}
                                                                                                                                                                                                                                                                                                                                          .chart-heading>span{
                                                                                                                                                                                                                                                                                                                                            font-size:12px;
                                                                                                                                                                                                                                                                                                                                            color:var(--muted)}
                                                                                                                                                                                                                                                                                                                                            .revenue-chart{
                                                                                                                                                                                                                                                                                                                                              width:100%;
                                                                                                                                                                                                                                                                                                                                              height:auto;
                                                                                                                                                                                                                                                                                                                                              overflow:visible;
                                                                                                                                                                                                                                                                                                                                              margin:22px 0 19px}
                                                                                                                                                                                                                                                                                                                                              .chart-grid{
                                                                                                                                                                                                                                                                                                                                                stroke:#d5dde8;
                                                                                                                                                                                                                                                                                                                                                stroke-width:1;
                                                                                                                                                                                                                                                                                                                                                stroke-dasharray:3 5}
                                                                                                                                                                                                                                                                                                                                                .chart-area{
                                                                                                                                                                                                                                                                                                                                                  fill:#2233700a}
                                                                                                                                                                                                                                                                                                                                                  .chart-line{
                                                                                                                                                                                                                                                                                                                                                    fill:none;
                                                                                                                                                                                                                                                                                                                                                    stroke:var(--secondary);
                                                                                                                                                                                                                                                                                                                                                    stroke-width:3;
                                                                                                                                                                                                                                                                                                                                                    stroke-linecap:round}
                                                                                                                                                                                                                                                                                                                                                    .chart-marker{
                                                                                                                                                                                                                                                                                                                                                      fill:var(--accent);
                                                                                                                                                                                                                                                                                                                                                      stroke:#fff;
                                                                                                                                                                                                                                                                                                                                                      stroke-width:3}
                                                                                                                                                                                                                                                                                                                                                      .chart-marker-line{
                                                                                                                                                                                                                                                                                                                                                        stroke:var(--accent);
                                                                                                                                                                                                                                                                                                                                                        stroke-width:1;
                                                                                                                                                                                                                                                                                                                                                        stroke-dasharray:3 4}
                                                                                                                                                                                                                                                                                                                                                        .revenue-chart text{
                                                                                                                                                                                                                                                                                                                                                          fill:var(--muted);
                                                                                                                                                                                                                                                                                                                                                          font-size:12px;
                                                                                                                                                                                                                                                                                                                                                          font-family:inherit}
                                                                                                                                                                                                                                                                                                                                                          .marginal-note{
                                                                                                                                                                                                                                                                                                                                                            display:flex;
                                                                                                                                                                                                                                                                                                                                                            align-items:center;
                                                                                                                                                                                                                                                                                                                                                            gap:14px;
                                                                                                                                                                                                                                                                                                                                                            padding:14px 17px;
                                                                                                                                                                                                                                                                                                                                                            border-radius:12px;
                                                                                                                                                                                                                                                                                                                                                            background:#fff;
                                                                                                                                                                                                                                                                                                                                                            border:1px solid #e2e7ef}
                                                                                                                                                                                                                                                                                                                                                            .marginal-note>span{
                                                                                                                                                                                                                                                                                                                                                              font-size:26px;
                                                                                                                                                                                                                                                                                                                                                              color:var(--accent-text)}
                                                                                                                                                                                                                                                                                                                                                              .marginal-note p{
                                                                                                                                                                                                                                                                                                                                                                font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                line-height:1.7}
                                                                                                                                                                                                                                                                                                                                                                .marginal-note strong{
                                                                                                                                                                                                                                                                                                                                                                  font-size:17px;
                                                                                                                                                                                                                                                                                                                                                                  color:var(--ink);
                                                                                                                                                                                                                                                                                                                                                                  font-weight:600}
                                                                                                                                                                                                                                                                                                                                                                  .marginal-note p>span{
                                                                                                                                                                                                                                                                                                                                                                    font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                    .result-disclaimer{
                                                                                                                                                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                      line-height:1.7;
                                                                                                                                                                                                                                                                                                                                                                      margin-top:20px}
                                                                                                                                                                                                                                                                                                                                                                      .methodology{
                                                                                                                                                                                                                                                                                                                                                                        margin-top:20px;
                                                                                                                                                                                                                                                                                                                                                                        border-bottom:1px solid var(--line)}
                                                                                                                                                                                                                                                                                                                                                                        .methodology summary{
                                                                                                                                                                                                                                                                                                                                                                          font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                          padding:16px 0}
                                                                                                                                                                                                                                                                                                                                                                          .methodology>div{
                                                                                                                                                                                                                                                                                                                                                                            display:grid;
                                                                                                                                                                                                                                                                                                                                                                            grid-template-columns:1fr 1fr;
                                                                                                                                                                                                                                                                                                                                                                            gap:20px 40px;
                                                                                                                                                                                                                                                                                                                                                                            padding:10px 0 27px}
                                                                                                                                                                                                                                                                                                                                                                            .methodology p{
                                                                                                                                                                                                                                                                                                                                                                              font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                              line-height:1.75}
                                                                                                                                                                                                                                                                                                                                                                              .no-script{
                                                                                                                                                                                                                                                                                                                                                                                padding:15px;
                                                                                                                                                                                                                                                                                                                                                                                border:1px solid var(--accent);
                                                                                                                                                                                                                                                                                                                                                                                margin-bottom:20px}
                                                                                                                                                                                                                                                                                                                                                                                .calculator.is-invalid .revenue-chart,.calculator.is-invalid .marginal-note{
                                                                                                                                                                                                                                                                                                                                                                                  opacity:.35}
                                                                                                                                                                                                                                                                                                                                                                                  .capabilities{
                                                                                                                                                                                                                                                                                                                                                                                    padding:96px 0}
                                                                                                                                                                                                                                                                                                                                                                                    .capability-grid{
                                                                                                                                                                                                                                                                                                                                                                                      display:grid;
                                                                                                                                                                                                                                                                                                                                                                                      grid-template-columns:repeat(4,1fr);
                                                                                                                                                                                                                                                                                                                                                                                      gap:18px}
                                                                                                                                                                                                                                                                                                                                                                                      .capability-card{
                                                                                                                                                                                                                                                                                                                                                                                        padding:26px 24px 22px;
                                                                                                                                                                                                                                                                                                                                                                                        border:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                        border-radius:17px;
                                                                                                                                                                                                                                                                                                                                                                                        transition:transform .2s,border-color .2s}
                                                                                                                                                                                                                                                                                                                                                                                        .capability-card:hover{
                                                                                                                                                                                                                                                                                                                                                                                          transform:translateY(-4px);
                                                                                                                                                                                                                                                                                                                                                                                          border-color:var(--secondary)}
                                                                                                                                                                                                                                                                                                                                                                                          .capability-card>span{
                                                                                                                                                                                                                                                                                                                                                                                            display:inline-flex;
                                                                                                                                                                                                                                                                                                                                                                                            font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                            color:var(--secondary);
                                                                                                                                                                                                                                                                                                                                                                                            background:var(--paper);
                                                                                                                                                                                                                                                                                                                                                                                            border:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                            width:32px;
                                                                                                                                                                                                                                                                                                                                                                                            height:32px;
                                                                                                                                                                                                                                                                                                                                                                                            border-radius:10px;
                                                                                                                                                                                                                                                                                                                                                                                            align-items:center;
                                                                                                                                                                                                                                                                                                                                                                                            justify-content:center;
                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom:20px}
                                                                                                                                                                                                                                                                                                                                                                                            .capability-card h3{
                                                                                                                                                                                                                                                                                                                                                                                              font-size:19px;
                                                                                                                                                                                                                                                                                                                                                                                              min-height:49px}
                                                                                                                                                                                                                                                                                                                                                                                              .capability-card ul{
                                                                                                                                                                                                                                                                                                                                                                                                list-style:none;
                                                                                                                                                                                                                                                                                                                                                                                                padding:0;
                                                                                                                                                                                                                                                                                                                                                                                                margin:16px 0 20px;
                                                                                                                                                                                                                                                                                                                                                                                                font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                line-height:1.9;
                                                                                                                                                                                                                                                                                                                                                                                                color:var(--muted)}
                                                                                                                                                                                                                                                                                                                                                                                                .capability-card>p{
                                                                                                                                                                                                                                                                                                                                                                                                  border-top:1px solid #e8ecf1;
                                                                                                                                                                                                                                                                                                                                                                                                  padding-top:17px;
                                                                                                                                                                                                                                                                                                                                                                                                  font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                  line-height:1.8}
                                                                                                                                                                                                                                                                                                                                                                                                  .capability-card p b{
                                                                                                                                                                                                                                                                                                                                                                                                    display:block;
                                                                                                                                                                                                                                                                                                                                                                                                    color:var(--ink);
                                                                                                                                                                                                                                                                                                                                                                                                    font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                    margin-bottom:4px}
                                                                                                                                                                                                                                                                                                                                                                                                    .workflow{
                                                                                                                                                                                                                                                                                                                                                                                                      padding:80px 0;
                                                                                                                                                                                                                                                                                                                                                                                                      background:var(--paper)}
                                                                                                                                                                                                                                                                                                                                                                                                      .timeline{
                                                                                                                                                                                                                                                                                                                                                                                                        display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                        grid-template-columns:repeat(4,1fr);
                                                                                                                                                                                                                                                                                                                                                                                                        gap:0;
                                                                                                                                                                                                                                                                                                                                                                                                        margin-top:50px}
                                                                                                                                                                                                                                                                                                                                                                                                        .timeline-step{
                                                                                                                                                                                                                                                                                                                                                                                                          position:relative;
                                                                                                                                                                                                                                                                                                                                                                                                          padding:0 30px 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                          border-top:1px solid var(--line)}
                                                                                                                                                                                                                                                                                                                                                                                                          .timeline-step>span{
                                                                                                                                                                                                                                                                                                                                                                                                            display:none}
                                                                                                                                                                                                                                                                                                                                                                                                            .timeline-icon{
                                                                                                                                                                                                                                                                                                                                                                                                              display:inline-block;
                                                                                                                                                                                                                                                                                                                                                                                                              background:var(--paper);
                                                                                                                                                                                                                                                                                                                                                                                                              border:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                              border-radius:8px;
                                                                                                                                                                                                                                                                                                                                                                                                              padding:5px 12px;
                                                                                                                                                                                                                                                                                                                                                                                                              transform:translateY(-50%);
                                                                                                                                                                                                                                                                                                                                                                                                              font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                              font-weight:600;
                                                                                                                                                                                                                                                                                                                                                                                                              letter-spacing:.03em}
                                                                                                                                                                                                                                                                                                                                                                                                              .timeline-step h3{
                                                                                                                                                                                                                                                                                                                                                                                                                font-size:22px;
                                                                                                                                                                                                                                                                                                                                                                                                                margin:7px 0 14px}
                                                                                                                                                                                                                                                                                                                                                                                                                .timeline-step p{
                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                  line-height:1.75}
                                                                                                                                                                                                                                                                                                                                                                                                                  .timeline-step.highlight .timeline-icon{
                                                                                                                                                                                                                                                                                                                                                                                                                    background:var(--accent);
                                                                                                                                                                                                                                                                                                                                                                                                                    border-color:var(--accent);
                                                                                                                                                                                                                                                                                                                                                                                                                    color:#06132f}
                                                                                                                                                                                                                                                                                                                                                                                                                    .timeline-step.highlight{
                                                                                                                                                                                                                                                                                                                                                                                                                      padding-right:0}
                                                                                                                                                                                                                                                                                                                                                                                                                      .processes,.deep-dives{
                                                                                                                                                                                                                                                                                                                                                                                                                        padding:90px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                        .process-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                          display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                                          grid-template-columns:repeat(3,1fr);
                                                                                                                                                                                                                                                                                                                                                                                                                          gap:24px}
                                                                                                                                                                                                                                                                                                                                                                                                                          .process-card{
                                                                                                                                                                                                                                                                                                                                                                                                                            text-decoration:none;
                                                                                                                                                                                                                                                                                                                                                                                                                            border:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                                            border-radius:18px;
                                                                                                                                                                                                                                                                                                                                                                                                                            overflow:hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                            display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                            flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                                                                                            background:#fff;
                                                                                                                                                                                                                                                                                                                                                                                                                            transition:transform .2s}
                                                                                                                                                                                                                                                                                                                                                                                                                            .process-card:hover{
                                                                                                                                                                                                                                                                                                                                                                                                                              transform:translateY(-4px)}
                                                                                                                                                                                                                                                                                                                                                                                                                              .process-card>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                padding:16px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                font-weight:600}
                                                                                                                                                                                                                                                                                                                                                                                                                                .process-card img{
                                                                                                                                                                                                                                                                                                                                                                                                                                  width:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                  aspect-ratio:1.65;
                                                                                                                                                                                                                                                                                                                                                                                                                                  object-fit:cover}
                                                                                                                                                                                                                                                                                                                                                                                                                                  .process-card>div{
                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                    display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                    flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                                                                                                    flex:1}
                                                                                                                                                                                                                                                                                                                                                                                                                                    .process-card h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-bottom:13px}
                                                                                                                                                                                                                                                                                                                                                                                                                                      .process-card p{
                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom:20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                        .process-card i{
                                                                                                                                                                                                                                                                                                                                                                                                                                          font-style:normal;
                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                          font-weight:600;
                                                                                                                                                                                                                                                                                                                                                                                                                                          color:var(--secondary);
                                                                                                                                                                                                                                                                                                                                                                                                                                          margin-top:auto}
                                                                                                                                                                                                                                                                                                                                                                                                                                          .pilot{
                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:86px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                            background:var(--paper)}
                                                                                                                                                                                                                                                                                                                                                                                                                                            .pilot-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                              max-width:680px;
                                                                                                                                                                                                                                                                                                                                                                                                                                              margin-bottom:45px}
                                                                                                                                                                                                                                                                                                                                                                                                                                              .pilot-heading>p:last-child{
                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top:20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                .pilot-steps{
                                                                                                                                                                                                                                                                                                                                                                                                                                                  display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  grid-template-columns:repeat(3,1fr);
                                                                                                                                                                                                                                                                                                                                                                                                                                                  gap:32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin-bottom:45px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                  .pilot-steps article{
                                                                                                                                                                                                                                                                                                                                                                                                                                                    position:relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                    border-top:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding-top:22px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pilot-steps time{
                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                      color:var(--secondary);
                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-weight:600}
                                                                                                                                                                                                                                                                                                                                                                                                                                                      .pilot-steps article>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                        position:absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        right:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        top:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-weight:600;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        color:#c1cad8}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        .pilot-steps h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                          margin:16px 0 12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                          .pilot-steps p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width:350px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                            .pilot-form-wrap{
                                                                                                                                                                                                                                                                                                                                                                                                                                                              display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                              grid-template-columns:.9fr 1.1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:70px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                              background:#fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                              border:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:42px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                              border-radius:22px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                              scroll-margin-top:106px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                              .pilot-form-wrap>div>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                text-transform:uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                letter-spacing:.05em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                color:var(--secondary)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                .pilot-form-wrap h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:29px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  line-height:1.25;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin:16px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .pilot-form-wrap p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    line-height:1.75}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pilot-form-wrap p a{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color:var(--ink)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .pilot-form{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        grid-template-columns:1fr 1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        gap:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .pilot-form label{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          min-width:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .pilot-form label>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            display:block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom:7px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            color:var(--muted)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .pilot-form input{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              width:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              height:46px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border-radius:9px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:10px 13px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              background:#fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color:var(--ink)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .wide{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                grid-column:1/-1}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .pilot-form small{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  line-height:1.6;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color:var(--muted)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .materials{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:82px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .materials-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      grid-template-columns:.75fr 1.25fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap:80px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .materials .section-heading h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:35px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .materials .section-heading>p:last-child{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .material-list{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            gap:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .material-card{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              position:relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border-top:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:22px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .material-card>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                text-transform:uppercase;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                letter-spacing:.05em;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                color:var(--muted)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .material-card h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin:8px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .material-card p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .material-card button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      border:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      background:transparent;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:12px 0 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color:var(--muted);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      text-decoration:underline;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      text-underline-offset:4px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .faq{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding:76px 0 94px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background:var(--paper)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .faq-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          display:grid;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          grid-template-columns:.75fr 1.25fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gap:80px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .faq .section-heading h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:36px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .faq-list{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border-top:1px solid var(--line)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .faq-list details{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                border-bottom:1px solid var(--line)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .faq-list summary{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding:22px 40px 22px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  line-height:1.55;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-weight:600;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  list-style:none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  cursor:pointer;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  position:relative}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .faq-list summary::-webkit-details-marker{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .faq-list summary i{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      position:absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      right:6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      top:28px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      width:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      height:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .faq-list summary i:before,.faq-list summary i:after{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content:'';
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        width:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        height:1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        position:absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        top:6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        left:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background:var(--ink);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        transition:transform .2s}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .faq-list summary i:after{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          transform:rotate(90deg)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .faq-list details[open] summary i:after{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            transform:rotate(0)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .faq-list details p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:0 28px 24px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              line-height:1.8}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .closing{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding:70px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .closing-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  align-items:center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  justify-content:space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  gap:60px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  border-bottom:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding-bottom:65px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .closing-grid>div{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    max-width:760px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .closing h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:44px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .closing p:last-child{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-width:620px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top:20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .closing .button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          flex-shrink:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .site-footer{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:0 0 28px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .footer-main{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              flex-wrap:wrap;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              align-items:center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .footer-main>p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .footer-main nav{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  gap:23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin-left:auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .footer-main nav a{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    text-decoration:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .footer-bottom{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      justify-content:space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap:24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color:var(--muted);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-top:36px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding-top:24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      border-top:1px solid #edf0f4}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .footer-bottom a{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        text-decoration:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .toast{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          position:fixed;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          z-index:100;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          bottom:24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          left:50%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          transform:translate(-50%,20px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          background:var(--ink);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color:#fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding:18px 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          border-radius:13px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          box-shadow:0 12px 40px #081b4b25;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          max-width:calc(100% - 32px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          width:460px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          opacity:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          visibility:hidden;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          transition:opacity .2s,transform .2s}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .toast.show{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            opacity:1;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            visibility:visible;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            transform:translate(-50%,0)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .toast b,.toast>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              display:block;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .toast>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                line-height:1.7;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-top:5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                color:var(--line)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                @media(min-width:1500px){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .hero{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding-top:90px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .hero-sticker{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      width:158px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .sticker-left{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        left:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .sticker-right{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          right:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        @media(max-width:1150px){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .header-inner{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            gap:20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .main-menu{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:17px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .main-menu a{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .header-cta{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .hero-sticker{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    width:112px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    min-height:138px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:15px 8px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .sticker-left{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      left:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      top:135px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .sticker-right{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        right:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        top:166px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .hero-sticker svg{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          width:35px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          height:35px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .product-panel{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            gap:30px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:34px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .product-copy p:not(.eyebrow){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .calculator-controls,.calculator-result{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding:30px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .capability-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  grid-template-columns:repeat(2,1fr)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .capability-card h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    min-height:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .evidence-metric{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding-left:24px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .evidence-metric strong{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:35px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .evidence-wrap{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gap:25px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .materials-grid,.faq-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            gap:45px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .footer-main>p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            @media(max-width:900px){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .container{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                width:calc(100% - 40px)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .header-inner{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  min-height:72px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .wordmark{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:23px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .main-menu{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .header-cta{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .hero{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding:56px 0 44px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .hero-sticker{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            h1{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:66px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .hero-lead{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:17px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .product-tabs button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding:16px 7px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .product-panel{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    gap:24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:30px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .product-copy h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:28px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .check-list{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin:17px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .product-visual img{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          aspect-ratio:1.05}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .image-caption{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            left:10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            right:10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            bottom:10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:10px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .product-foot{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .evidence-wrap{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                grid-template-columns:1.2fr 1fr 1fr 1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                gap:18px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .evidence-wrap h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:22px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .evidence-metric{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding-left:17px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .evidence-metric strong{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:28px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .evidence-metric>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .evidence-section{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding:36px 0 60px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .calculator-heading>p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width:270px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .economy{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:64px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .calculator{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                grid-template-columns:1fr}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .calculator-controls{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding:32px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .calculator-result{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    border-left:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    border-top:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:32px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .profit-value{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:54px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .revenue-chart{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        max-height:220px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .methodology>div{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gap:16px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .capabilities{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:65px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .split-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:26px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .split-heading>p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-width:260px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .workflow{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding:65px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .timeline{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    grid-template-columns:1fr 1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    gap:46px 25px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeline-step{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding-right:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .process-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        gap:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .process-card>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .process-card>div{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:19px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .process-card h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .process-card p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .pilot{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding:65px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .pilot-form-wrap{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    gap:34px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:30px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pilot-form{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      grid-template-columns:1fr}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .pilot-form label{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        grid-column:1/-1}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .pilot-form-wrap h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:27px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .pilot-steps{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            gap:24px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .materials-grid,.faq-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .materials .section-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-width:600px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .material-list{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  grid-template-columns:1fr 1fr 1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  gap:24px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .material-card h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:21px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .material-card p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .closing-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        gap:35px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .closing h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:36px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .closing .button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:14px 18px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .footer-main nav{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:17px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            @media(max-width:600px){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              html{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                scroll-padding-top:80px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .container{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  width:calc(100% - 32px)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .header-inner{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    justify-content:space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    min-height:66px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .wordmark{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:23px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .brand-mark{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        width:25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        height:25px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        border-width:6px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .menu-toggle{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          justify-content:center;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gap:6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          width:43px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          height:43px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          border:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          border-radius:10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          background:#fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding:11px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          order:3}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .menu-toggle>span:not(.sr-only){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            width:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            height:1px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background:var(--ink)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .main-menu{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              display:none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              position:absolute;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              top:65px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              left:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              right:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:17px 24px 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              background:#fff;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border-bottom:1px solid var(--line);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              box-shadow:0 14px 20px #081b4b08;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              align-items:stretch;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .main-menu.open{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                flex-direction:column}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .main-menu a{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:16px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding:13px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .menu-toggle[aria-expanded=true]>span:first-child{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    transform:translateY(3.5px) rotate(45deg)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .menu-toggle[aria-expanded=true]>span:nth-child(2){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      transform:translateY(-3.5px) rotate(-45deg)}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .hero{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding:42px 0 35px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .hero .eyebrow{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          margin-bottom:25px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          h1{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:clamp(40px,10vw,59px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            letter-spacing:-.06em}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .focus-word svg{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              bottom:-10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              stroke-width:4}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .hero-lead{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                line-height:1.7;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin:26px auto 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                max-width:360px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .desktop-break{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .hero-actions{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    max-width:360px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    margin:auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    gap:10px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .hero-actions .button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      min-height:49px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      justify-content:space-between;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:13px 19px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .hero-note{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top:17px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .product-tabs{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          display:flex;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          overflow-x:auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          scrollbar-width:thin;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gap:5px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding:6px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          border-radius:14px 14px 0 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .product-tabs button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            flex:0 0 auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:15px 13px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .product-panel{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:24px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              border-radius:0 0 18px 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              min-height:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .product-copy h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:30px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .product-copy p:not(.eyebrow){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  line-height:1.75}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .check-list{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .product-visual img{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      aspect-ratio:1.5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      border-radius:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .image-caption{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .product-foot{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          justify-content:flex-start;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gap:8px 18px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          flex-wrap:wrap;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          margin-top:18px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .product-section{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-bottom:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .evidence-section{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              padding:32px 0 48px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .evidence-wrap{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                grid-template-columns:1fr 1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                gap:26px 12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                align-items:stretch}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .evidence-wrap h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:24px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .evidence-wrap .eyebrow{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .evidence-wrap p:not(.eyebrow){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-top:9px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .evidence-metric{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding:8px 0 8px 19px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .evidence-metric strong{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:33px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          white-space:normal}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .evidence-metric strong small{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .evidence-metric>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              margin-top:8px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .evidence-metric:nth-child(3){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding-left:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                border:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .economy{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding:49px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .section-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    margin-bottom:29px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .eyebrow{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-bottom:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:32px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        line-height:1.2;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        letter-spacing:-.045em}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .calculator-heading,.split-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          display:block}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .calculator-heading>p,.split-heading>p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-top:19px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .calculator-heading>p br{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .calculator{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                border-radius:17px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .calculator-controls,.calculator-result{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding:24px 20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .field-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    gap:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .field-heading label{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      max-width:160px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .number-shell{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        gap:5px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .number-shell input{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:28px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          max-width:96px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .number-shell span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .field-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .input-field{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                gap:7px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .input-shell{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding:0 10px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .input-shell input{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:16px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .input-field small,.field-help{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .online-switch b{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .online-switch small{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .cost-heading h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:15px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .model-settings summary{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .result-top{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                gap:10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom:23px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .result-kicker{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  letter-spacing:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .period-switch button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:6px 8px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .profit-label{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .profit-value{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:clamp(31px,8.3vw,46px);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        letter-spacing:-.06em}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .result-period{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .result-breakdown{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin:23px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .result-breakdown>div{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .result-breakdown output{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .chart-heading h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .chart-heading>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .marginal-note{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:13px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .marginal-note p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .marginal-note strong{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:16px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .marginal-note p>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .result-disclaimer{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .methodology summary{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .methodology p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .capabilities{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:53px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .capability-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .capability-card{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        padding:22px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .capability-card>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          float:right;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          margin:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .capability-card h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:21px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom:10px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            max-width:85%}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .capability-card ul{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              margin:13px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .capability-card>p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:12px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding-top:13px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .capability-card p b{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  display:inline;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin-right:6px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .workflow{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:49px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .timeline{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap:35px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-top:38px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .timeline-step h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:23px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-top:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .timeline-step p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .processes,.deep-dives{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding:53px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .process-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:18px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .process-card>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding:16px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .process-card h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:24px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .process-card>div{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding:22px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .process-card p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .process-card img{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        aspect-ratio:1.8}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .pilot{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding:52px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .pilot-heading{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-bottom:30px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .pilot-heading>p:last-child{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .pilot-steps{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                gap:24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-bottom:30px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .pilot-steps h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin-top:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .pilot-steps p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    max-width:none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .pilot-form-wrap{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      gap:27px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      padding:25px 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      border-radius:17px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .pilot-form-wrap h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:27px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .pilot-form-wrap p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .pilot-form-wrap>div>span{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .pilot-form input{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:16px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .materials{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding:50px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .materials .section-heading h2,.faq .section-heading h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  font-size:32px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .material-list{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    grid-template-columns:1fr;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    gap:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .material-card h3{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:23px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .material-card p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .faq{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding:49px 0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .faq-list summary{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-top:20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            padding-bottom:20px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .faq-list details p{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:14px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .closing{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                padding:46px 0 30px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .closing-grid{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  flex-direction:column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  align-items:stretch;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  gap:24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  padding-bottom:37px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .closing h2{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    font-size:33px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .closing p:last-child{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-top:16px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .closing .button{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        font-size:14px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        justify-content:center}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .footer-main{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          gap:22px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .footer-main nav{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            width:100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin:0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            flex-wrap:wrap;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            gap:13px 24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .footer-bottom{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              flex-wrap:wrap;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              gap:15px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              margin-top:24px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              font-size:12px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .footer-bottom>span:last-child{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                display:none}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .toast{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  bottom:16px}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
@media(prefers-reduced-motion:reduce){
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  html{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    scroll-behavior:auto}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    *,*:before,*:after{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      transition:none!important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      animation:none!important}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .button:hover,.capability-card:hover,.process-card:hover{
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        transform:none}
}

/* Keep calculator focus visible without drawing a square around nested inputs. */
.input-shell input:focus-visible,
.number-shell input:focus-visible {
  outline: none;
}

.input-shell:focus-within {
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(34, 51, 112, .12);
}

.number-shell input:focus-visible {
  border-bottom-color: var(--secondary);
  box-shadow: 0 2px 0 var(--secondary);
}

.range-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 51, 112, .16);
}

/* Monthly economic-effect calculator. */
.revenue-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.revenue-field > label {
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}

.revenue-field > small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.input-shell-large {
  border-radius: 13px;
  padding: 0 18px;
}

.input-shell-large input {
  height: 64px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -.035em;
}

.input-shell-large > span {
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}

.calculator-promise {
  margin: 28px 0 24px;
  padding: 20px;
  border: 1px solid #e2e7ef;
  border-radius: 14px;
  background: var(--paper);
}

.calculator-promise > span {
  display: block;
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.calculator-promise ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.calculator-promise li {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.calculator-promise li::before {
  content: '';
  position: absolute;
  top: .58em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.calculator-promise b {
  color: var(--ink);
  font-weight: 700;
}

.assumption-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 0 17px;
}

.assumption-grid p {
  padding: 12px;
  border: 1px solid #e8ecf1;
  border-radius: 10px;
  background: #fff;
  font-size: 11px;
  line-height: 1.55;
}

.assumption-grid b,
.assumption-grid span {
  display: block;
}

.assumption-grid b {
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 12px;
}

.result-badge {
  padding: 6px 9px;
  border: 1px solid #d5dde8;
  border-radius: 99px;
  background: rgba(255, 255, 255, .65);
  color: var(--muted);
  font-size: 11px;
  white-space: nowrap;
}

.effect-breakdown > div:not(.breakdown-total) output::before {
  content: '+\00a0';
  color: var(--muted);
}

.revenue-projection {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin: 26px 0 18px;
  padding: 18px;
  border: 1px solid #e2e7ef;
  border-radius: 14px;
  background: #fff;
}

.revenue-projection div {
  min-width: 0;
}

.revenue-projection span:not(.projection-arrow) {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 11px;
}

.revenue-projection output {
  display: block;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.projection-arrow {
  color: var(--accent-text);
  font-size: 22px;
}

.annual-note {
  margin-top: 0;
}

.calculator.is-invalid .revenue-projection,
.calculator.is-invalid .annual-note {
  opacity: .35;
}

@media (max-width: 600px) {
  .revenue-field > label {
    font-size: 14px;
  }

  .input-shell-large input {
    height: 57px;
    font-size: 21px;
  }

  .calculator-promise {
    margin: 22px 0 19px;
    padding: 16px;
  }

  .calculator-promise ul,
  .assumption-grid {
    grid-template-columns: 1fr;
  }

  .revenue-projection {
    gap: 10px;
    padding: 15px;
  }

  .revenue-projection output {
    font-size: 14px;
  }
}
