#ap-page{
    --ap-ink: #17231f;
    --ap-muted: #5f6d67;
    --ap-paper: #ffffff;
    --ap-soft: #f2f6f3;
    --ap-line: #d8e2dc;
    --ap-green: #176b57;
    --ap-green-dark: #0d4d3f;
    --ap-copper: #bd7046;
    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-page a{
    color: inherit;
    text-underline-offset: 3px;
  }#ap-page h1, #ap-page h2, #ap-page h3, #ap-page p{ margin-top: 0; }#ap-page h1, #ap-page h2, #ap-page h3{
    line-height: 1.28;
  }#ap-page h1{
    max-width: 680px;
    margin-bottom: 22px;
    font-size: clamp(34px, 5vw, 58px);
  }#ap-page h2{
    margin-bottom: 16px;
    font-size: clamp(28px, 4vw, 42px);
  }#ap-page h3{
    margin-bottom: 10px;
    font-size: 20px;
  }#ap-aggregate .ap-shell{
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-hero{
    padding: 70px 0 78px;
    background: #f7faf8;
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .86fr);
    gap: 64px;
    align-items: center;
  }#ap-aggregate .ap-intro{
    max-width: 720px;
    color: var(--ap-muted);
    font-size: 18px;
  }#ap-aggregate .ap-intro a{
    color: var(--ap-green-dark);
  }#ap-aggregate .ap-actions{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
  }#ap-aggregate .ap-button{
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 12px 21px;
    border: 1px solid var(--ap-green);
    border-radius: 4px;
    color: var(--ap-green);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }#ap-aggregate .ap-button-primary{
    color: #fff !important;
    background: var(--ap-green);
  }#ap-aggregate .ap-button-primary:hover{
    background: var(--ap-green-dark);
    border-color: var(--ap-green-dark);
  }#ap-aggregate .ap-button-secondary:hover{
    color: #fff;
    background: var(--ap-ink);
    border-color: var(--ap-ink);
  }#ap-aggregate .ap-trust{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 38px;
  }#ap-aggregate .ap-trust-item{
    padding-top: 13px;
    border-top: 2px solid var(--ap-ink);
  }#ap-aggregate .ap-trust-item strong{
    display: block;
    font-size: 15px;
  }#ap-aggregate .ap-trust-item span{
    display: block;
    color: var(--ap-muted);
    font-size: 13px;
  }#ap-aggregate .ap-hero-media{
    position: relative;
  }#ap-aggregate .ap-hero-media::after{
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 35%;
    height: 35%;
    border-right: 7px solid var(--ap-copper);
    border-bottom: 7px solid var(--ap-copper);
    content: "";
  }#ap-aggregate .ap-hero-media img{
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 20px 46px rgba(23, 35, 31, .16);
  }#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 p{
    margin-bottom: 0;
    color: var(--ap-muted);
    font-size: 17px;
  }#ap-aggregate .ap-family-grid, #ap-aggregate .ap-capability-grid, #ap-aggregate .ap-decision-grid, #ap-aggregate .ap-matrix{
    display: grid;
    gap: 18px;
  }#ap-aggregate .ap-family-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }#ap-aggregate .ap-family-card, #ap-aggregate .ap-capability-card, #ap-aggregate .ap-decision-card, #ap-aggregate .ap-matrix-card{
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-family-card{
    overflow: hidden;
  }#ap-aggregate .ap-family-card img{
    display: block;
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
  }#ap-aggregate .ap-family-copy{
    padding: 20px;
  }#ap-aggregate .ap-family-copy p, #ap-aggregate .ap-capability-card p, #ap-aggregate .ap-decision-card p, #ap-aggregate .ap-matrix-card p{
    margin-bottom: 0;
    color: var(--ap-muted);
    font-size: 14px;
  }#ap-aggregate .ap-family-copy a, #ap-aggregate .ap-matrix-card a{
    color: var(--ap-green-dark);
    font-weight: 700;
  }#ap-aggregate .ap-capability-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }#ap-aggregate .ap-capability-card{
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding: 18px;
  }#ap-aggregate .ap-capability-card img{
    display: block;
    width: 130px;
    height: 112px;
    object-fit: cover;
    border-radius: 4px;
  }#ap-aggregate .ap-capability-card h3{
    margin-bottom: 6px;
  }#ap-aggregate .ap-spec-layout{
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
    gap: 42px;
    align-items: start;
  }#ap-aggregate .ap-table-wrap{
    overflow-x: auto;
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-table{
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    font-size: 14px;
  }#ap-aggregate .ap-table th, #ap-aggregate .ap-table td{
    padding: 13px 15px;
    border-bottom: 1px solid var(--ap-line);
    text-align: left;
    vertical-align: top;
  }#ap-aggregate .ap-table th{
    width: 43%;
    color: var(--ap-muted);
    font-weight: 700;
    background: #f8fbf9;
  }#ap-aggregate .ap-table tr:last-child th, #ap-aggregate .ap-table tr:last-child td{ border-bottom: 0; }#ap-aggregate .ap-spec-image img{
    display: block;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 14px 32px rgba(23, 35, 31, .12);
  }#ap-aggregate .ap-spec-note{
    margin-top: 18px;
    padding: 20px;
    border-left: 4px solid var(--ap-copper);
    background: #fff;
  }#ap-aggregate .ap-spec-note p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-proof-layout{
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 52px;
    align-items: center;
  }#ap-aggregate .ap-proof-list{
    display: grid;
    gap: 14px;
  }#ap-aggregate .ap-proof-item{
    padding: 18px 20px;
    border-left: 3px solid var(--ap-green);
    background: #fff;
  }#ap-aggregate .ap-proof-item strong{
    display: block;
    margin-bottom: 4px;
  }#ap-aggregate .ap-proof-item span{
    color: var(--ap-muted);
    font-size: 14px;
  }#ap-aggregate .ap-decision-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }#ap-aggregate .ap-decision-card{
    padding: 24px;
  }#ap-aggregate .ap-decision-card h3{
    color: var(--ap-green-dark);
  }#ap-aggregate .ap-matrix{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 34px;
  }#ap-aggregate .ap-matrix-card{
    overflow: hidden;
  }#ap-aggregate .ap-matrix-card img{
    display: block;
    width: 100%;
    aspect-ratio: 1.45;
    object-fit: cover;
  }#ap-aggregate .ap-matrix-copy{
    padding: 20px;
  }#ap-aggregate .ap-matrix-copy p{ margin-bottom: 16px; }#ap-aggregate .ap-quote{
    padding: 64px 0;
    color: #fff;
    background: var(--ap-green-dark);
  }#ap-aggregate .ap-quote-layout{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }#ap-aggregate .ap-quote h2{
    max-width: 650px;
    margin-bottom: 12px;
  }#ap-aggregate .ap-quote p{
    max-width: 700px;
    margin-bottom: 0;
    color: #dcebe5;
  }#ap-aggregate .ap-contact-details{
    min-width: 270px;
    padding-left: 24px;
    border-left: 1px solid rgba(255,255,255,.35);
  }#ap-aggregate .ap-contact-details strong, #ap-aggregate .ap-contact-details a{
    display: block;
    color: #fff;
  }#ap-aggregate .ap-contact-details a{
    margin-top: 5px;
    font-size: 14px;
  }#ap-aggregate .ap-faq-list{
    display: grid;
    gap: 12px;
    max-width: 900px;
  }#ap-aggregate .ap-faq-item{
    padding: 21px 24px;
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-faq-item h3{
    margin-bottom: 8px;
    font-size: 18px;
  }#ap-aggregate .ap-faq-item p{
    margin-bottom: 0;
    color: var(--ap-muted);
    font-size: 15px;
  }

  @media (max-width: 900px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-spec-layout, #ap-aggregate .ap-proof-layout{ grid-template-columns: 1fr; }#ap-aggregate .ap-family-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-aggregate .ap-hero-media{ max-width: 680px; }#ap-aggregate .ap-quote-layout{ align-items: flex-start; flex-direction: column; }#ap-aggregate .ap-contact-details{
      min-width: 0;
      padding-top: 20px;
      padding-left: 0;
      border-top: 1px solid rgba(255,255,255,.35);
      border-left: 0;
    }
  }

  @media (max-width: 620px) {#ap-aggregate .ap-shell{ width: min(100% - 28px, 1160px); }#ap-aggregate .ap-hero, #ap-aggregate .ap-section{ padding: 52px 0; }#ap-aggregate .ap-trust, #ap-aggregate .ap-capability-grid, #ap-aggregate .ap-decision-grid, #ap-aggregate .ap-matrix{ grid-template-columns: 1fr; }#ap-aggregate .ap-family-grid{ grid-template-columns: 1fr; }#ap-aggregate .ap-capability-card{ grid-template-columns: 100px minmax(0, 1fr); gap: 14px; }#ap-aggregate .ap-capability-card img{ width: 100px; height: 94px; }#ap-aggregate .ap-actions{ align-items: stretch; flex-direction: column; }#ap-aggregate .ap-button{ width: 100%; }
  }
