.ap-page{
    --ap-ink: #17232a;
    --ap-muted: #607078;
    --ap-paper: #ffffff;
    --ap-soft: #f2f5f4;
    --ap-line: #dbe3e4;
    --ap-blue: #146c8b;
    --ap-blue-dark: #0b4f68;
    --ap-orange: #e37b42;
    --ap-teal: #d9ecec;
    width: 100%;
    overflow: hidden;
    color: var(--ap-ink);
    background: var(--ap-paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
  }.ap-page *, .ap-page *::before, .ap-page *::after{
    box-sizing: border-box;
  }#ap-aggregate .ap-shell{
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
  }.ap-page img{
    display: block;
    max-width: 100%;
  }.ap-page h1, .ap-page h2, .ap-page h3, .ap-page p{
    margin-top: 0;
  }.ap-page h1, .ap-page h2, .ap-page h3{
    letter-spacing: 0;
  }.ap-page h1{
    margin-bottom: 22px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.28;
  }.ap-page h2{
    margin-bottom: 16px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.24;
  }.ap-page h3{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.32;
  }#ap-aggregate .ap-section{
    padding: 78px 0;
  }#ap-aggregate .ap-section-soft{
    background: var(--ap-soft);
  }#ap-aggregate .ap-section-head{
    max-width: 760px;
    margin-bottom: 38px;
  }#ap-aggregate .ap-section-head-center{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }#ap-aggregate .ap-section-head p, #ap-aggregate .ap-hero-copy > p{
    color: var(--ap-muted);
    font-size: 18px;
  }#ap-aggregate .ap-hero{
    padding: 62px 0 72px;
    background: #f7faf9;
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .88fr);
    align-items: center;
    gap: 64px;
  }#ap-aggregate .ap-hero-copy > p{
    max-width: 720px;
  }#ap-aggregate .ap-hero-copy a:not(.ap-btn){
    color: var(--ap-blue-dark);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }#ap-aggregate .ap-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }#ap-aggregate .ap-btn{
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 21px;
    border: 1px solid var(--ap-blue);
    border-radius: 4px;
    color: var(--ap-blue) !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
  }#ap-aggregate .ap-btn-primary{
    color: #fff !important;
    background: var(--ap-blue);
  }#ap-aggregate .ap-btn-primary:hover{
    background: var(--ap-blue-dark);
    border-color: var(--ap-blue-dark);
  }#ap-aggregate .ap-btn-secondary{
    background: #fff;
  }#ap-aggregate .ap-btn-secondary:hover{
    color: #fff !important;
    background: var(--ap-ink);
    border-color: var(--ap-ink);
  }#ap-aggregate .ap-hero-media{
    position: relative;
  }#ap-aggregate .ap-hero-media::after{
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 35%;
    height: 35%;
    border-right: 7px solid var(--ap-orange);
    border-bottom: 7px solid var(--ap-orange);
    content: "";
  }#ap-aggregate .ap-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 20px 42px rgba(23, 35, 42, .16);
  }#ap-aggregate .ap-check-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }#ap-aggregate .ap-check{
    display: flex;
    gap: 16px;
    padding: 22px;
    border-top: 3px solid var(--ap-blue);
    background: #fff;
    box-shadow: 0 7px 20px rgba(23, 35, 42, .06);
  }#ap-aggregate .ap-check-mark{
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--ap-orange);
    font-weight: 700;
  }#ap-aggregate .ap-check p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-proof-grid{
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 52px;
    align-items: start;
  }#ap-aggregate .ap-proof-image{
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(23, 35, 42, .12);
  }#ap-aggregate .ap-proof-text{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }#ap-aggregate .ap-fact{
    padding: 19px;
    border-left: 4px solid var(--ap-orange);
    background: #fff;
  }#ap-aggregate .ap-fact strong{
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
  }#ap-aggregate .ap-fact span{
    display: block;
    color: var(--ap-muted);
    font-size: 14px;
  }#ap-aggregate .ap-fact-wide{
    grid-column: 1 / -1;
  }#ap-aggregate .ap-detail-strip{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 24px;
  }#ap-aggregate .ap-detail-strip img{
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 4px;
  }#ap-aggregate .ap-table-wrap{
    overflow-x: auto;
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-spec-table{
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    text-align: left;
  }#ap-aggregate .ap-spec-table th, #ap-aggregate .ap-spec-table td{
    padding: 15px 17px;
    border-bottom: 1px solid var(--ap-line);
    vertical-align: top;
  }#ap-aggregate .ap-spec-table th{
    width: 43%;
    color: var(--ap-ink);
    background: #eef4f4;
    font-size: 14px;
  }#ap-aggregate .ap-spec-table td{
    color: var(--ap-muted);
    font-weight: 700;
  }#ap-aggregate .ap-spec-note{
    margin-top: 14px;
    color: var(--ap-muted);
    font-size: 14px;
  }#ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-related-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-scenario, #ap-aggregate .ap-related-card{
    overflow: hidden;
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-scenario img, #ap-aggregate .ap-related-card img{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }#ap-aggregate .ap-scenario-body, #ap-aggregate .ap-related-body{
    padding: 22px;
  }#ap-aggregate .ap-scenario-body p, #ap-aggregate .ap-related-body p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-decision{
    margin-top: 30px;
    padding: 24px;
    border-left: 5px solid var(--ap-blue);
    background: var(--ap-teal);
  }#ap-aggregate .ap-decision strong{
    display: block;
    margin-bottom: 5px;
  }#ap-aggregate .ap-matrix{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-matrix-card{
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-matrix-card img{
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }#ap-aggregate .ap-matrix-card div{
    padding: 20px;
  }#ap-aggregate .ap-matrix-card a{
    color: var(--ap-blue-dark);
    font-weight: 700;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }#ap-aggregate .ap-matrix-card p{
    margin: 9px 0 0;
    color: var(--ap-muted);
    font-size: 14px;
  }#ap-aggregate .ap-quote{
    color: #fff;
    background: var(--ap-ink);
  }#ap-aggregate .ap-quote-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 38px;
  }#ap-aggregate .ap-quote h2{
    margin-bottom: 12px;
  }#ap-aggregate .ap-quote p{
    max-width: 700px;
    margin-bottom: 0;
    color: #cbd8da;
    font-size: 17px;
  }#ap-aggregate .ap-quote .ap-actions{
    margin-top: 0;
  }#ap-aggregate .ap-quote .ap-btn-primary{
    color: var(--ap-ink) !important;
    background: #fff;
    border-color: #fff;
  }#ap-aggregate .ap-quote .ap-btn-secondary{
    color: #fff !important;
    background: transparent;
    border-color: #91b8c2;
  }#ap-aggregate .ap-commercial{
    display: flex;
    flex-wrap: wrap;
    gap: 24px 42px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.25);
  }#ap-aggregate .ap-commercial span{
    color: #cbd8da;
    font-size: 14px;
  }#ap-aggregate .ap-commercial strong{
    display: block;
    color: #fff;
    font-size: 18px;
  }#ap-aggregate .ap-faq-list{
    display: grid;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
  }#ap-aggregate .ap-faq{
    padding: 21px 24px;
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-faq h3{
    margin-bottom: 8px;
    font-size: 18px;
  }#ap-aggregate .ap-faq p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }

  @media (max-width: 820px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-proof-grid, #ap-aggregate .ap-quote-grid{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-related-grid, #ap-aggregate .ap-matrix{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }#ap-aggregate .ap-quote .ap-actions{
      margin-top: 20px;
    }
  }

  @media (max-width: 560px) {#ap-aggregate .ap-shell{
      width: min(100% - 28px, 1160px);
    }#ap-aggregate .ap-section{
      padding: 54px 0;
    }#ap-aggregate .ap-hero{
      padding: 42px 0 52px;
    }#ap-aggregate .ap-check-grid, #ap-aggregate .ap-proof-text, #ap-aggregate .ap-scenario-grid, #ap-aggregate .ap-related-grid, #ap-aggregate .ap-matrix, #ap-aggregate .ap-detail-strip{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-fact-wide{
      grid-column: auto;
    }#ap-aggregate .ap-actions .ap-btn{
      width: 100%;
    }#ap-aggregate .ap-hero-media::after{
      right: -8px;
      bottom: -8px;
    }
  }
