#ap-mee1813-page{
    --ap-ink: #18211d;
    --ap-muted: #65716b;
    --ap-paper: #ffffff;
    --ap-soft: #f2f5f1;
    --ap-soft-blue: #edf4f5;
    --ap-line: #d9e1dc;
    --ap-green: #276652;
    --ap-green-dark: #194b3d;
    --ap-orange: #d47745;
    --ap-yellow: #e3c75d;
    width: 100%;
    overflow: hidden;
    color: var(--ap-ink);
    background: var(--ap-paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
  }#ap-mee1813-page *, #ap-mee1813-page *::before, #ap-mee1813-page *::after{
    box-sizing: border-box;
    letter-spacing: 0;
  }#ap-mee1813-page a{
    color: inherit;
    text-underline-offset: 3px;
  }#ap-mee1813-page h1, #ap-mee1813-page h2, #ap-mee1813-page h3, #ap-mee1813-page p{
    margin-top: 0;
  }#ap-mee1813-page h1, #ap-mee1813-page h2, #ap-mee1813-page h3{
    font-weight: 750;
  }#ap-mee1813-page h1{
    margin-bottom: 22px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.28;
  }#ap-mee1813-page h2{
    margin-bottom: 16px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.24;
  }#ap-mee1813-page h3{
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.3;
  }#ap-mee1813-page img{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }#ap-aggregate .ap-shell{
    width: min(1140px, calc(100% - 40px));
    margin: 0 auto;
  }#ap-aggregate .ap-module{
    padding: 78px 0;
  }#ap-aggregate .ap-module-soft{
    background: var(--ap-soft);
  }#ap-aggregate .ap-module-blue{
    background: var(--ap-soft-blue);
  }#ap-aggregate .ap-hero{
    padding: 56px 0 64px;
    background: #fff;
  }#ap-aggregate .ap-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.86fr);
    align-items: center;
    gap: 64px;
  }#ap-aggregate .ap-hero-intro{
    max-width: 720px;
    color: var(--ap-muted);
    font-size: 18px;
  }#ap-aggregate .ap-hero-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: 47px;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    border: 1px solid var(--ap-ink);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }#ap-aggregate .ap-button-primary{
    color: #fff !important;
    background: var(--ap-green);
    border-color: 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 !important;
    background: var(--ap-ink);
  }#ap-aggregate .ap-hero-media{
    position: relative;
  }#ap-aggregate .ap-hero-media::after{
    position: absolute;
    right: -14px;
    bottom: -14px;
    width: 38%;
    height: 38%;
    border-right: 7px solid var(--ap-yellow);
    border-bottom: 7px solid var(--ap-yellow);
    content: "";
  }#ap-aggregate .ap-hero-media img{
    position: relative;
    z-index: 1;
    border-radius: 7px;
    box-shadow: 0 18px 42px rgba(24, 33, 29, 0.15);
  }#ap-aggregate .ap-section-head{
    max-width: 750px;
    margin: 0 auto 36px;
    text-align: center;
  }#ap-aggregate .ap-section-head p{
    margin-bottom: 0;
    color: var(--ap-muted);
    font-size: 17px;
  }#ap-aggregate .ap-table-wrap{
    overflow-x: auto;
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-table{
    width: 100%;
    min-width: 650px;
    border-collapse: collapse;
    font-size: 15px;
  }#ap-aggregate .ap-table th, #ap-aggregate .ap-table td{
    padding: 15px 18px;
    border-bottom: 1px solid var(--ap-line);
    text-align: left;
    vertical-align: top;
  }#ap-aggregate .ap-table th{
    width: 34%;
    color: var(--ap-green-dark);
    background: #f7faf7;
    font-weight: 750;
  }#ap-aggregate .ap-table tr:last-child th, #ap-aggregate .ap-table tr:last-child td{
    border-bottom: 0;
  }#ap-aggregate .ap-fit-layout{
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
    align-items: start;
    margin-top: 42px;
  }#ap-aggregate .ap-fit-diagram{
    padding: 26px;
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-fit-diagram h3{
    margin-bottom: 22px;
  }#ap-aggregate .ap-shelf{
    position: relative;
    min-height: 150px;
    margin-bottom: 22px;
    padding: 28px 20px 20px;
    border: 2px solid #87968e;
    background: #f8fbf8;
  }#ap-aggregate .ap-shelf::before{
    position: absolute;
    top: 12px;
    left: 20px;
    color: var(--ap-green);
    content: "ESL rail holder";
    font-size: 13px;
    font-weight: 700;
  }#ap-aggregate .ap-channel{
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    height: 42px;
    border: 3px solid var(--ap-orange);
    border-top: 0;
  }#ap-aggregate .ap-channel span{
    position: absolute;
    right: 0;
    bottom: -30px;
    color: var(--ap-muted);
    font-size: 13px;
  }#ap-aggregate .ap-flat{
    position: relative;
    min-height: 86px;
    padding: 30px 18px 15px;
    border: 2px solid #87968e;
    background: #f8fbf8;
  }#ap-aggregate .ap-flat::before{
    position: absolute;
    top: 8px;
    left: 18px;
    color: var(--ap-green);
    content: "ESL rail holder";
    font-size: 13px;
    font-weight: 700;
  }#ap-aggregate .ap-flat span{
    display: block;
    color: var(--ap-muted);
    font-size: 13px;
  }#ap-aggregate .ap-decision-list{
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
  }#ap-aggregate .ap-decision-list li{
    padding: 16px 18px;
    border-left: 4px solid var(--ap-green);
    background: #fff;
  }#ap-aggregate .ap-decision-list strong{
    display: block;
    margin-bottom: 3px;
  }#ap-aggregate .ap-spotlight-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }#ap-aggregate .ap-variant{
    overflow: hidden;
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-variant-media{
    aspect-ratio: 1.5 / 1;
    background: #f5f8f5;
  }#ap-aggregate .ap-variant-media img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }#ap-aggregate .ap-variant-copy{
    padding: 24px;
  }#ap-aggregate .ap-variant-copy p{
    color: var(--ap-muted);
  }#ap-aggregate .ap-fact-line{
    margin: 18px 0;
    padding-top: 15px;
    border-top: 1px solid var(--ap-line);
    color: var(--ap-ink) !important;
    font-size: 14px;
  }#ap-aggregate .ap-accessory-grid{
    display: grid;
    grid-template-columns: minmax(250px, 0.8fr) minmax(0, 1.2fr);
    gap: 48px;
    align-items: center;
  }#ap-aggregate .ap-accessory-media img{
    max-height: 470px;
    object-fit: contain;
    border-radius: 6px;
    background: #fff;
  }#ap-aggregate .ap-accessory-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
  }#ap-aggregate .ap-accessory-list li{
    padding: 16px;
    background: #fff;
    border-top: 3px solid var(--ap-orange);
  }#ap-aggregate .ap-accessory-list strong{
    display: block;
    margin-bottom: 3px;
  }#ap-aggregate .ap-accessory-list span{
    display: block;
    color: var(--ap-muted);
    font-size: 14px;
  }#ap-aggregate .ap-capability-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-capability{
    padding: 24px;
    border-top: 4px solid var(--ap-green);
    background: #fff;
  }#ap-aggregate .ap-capability p{
    margin-bottom: 0;
    color: var(--ap-muted);
  }#ap-aggregate .ap-products{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }#ap-aggregate .ap-product-card{
    border: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-product-card img{
    aspect-ratio: 1.4 / 1;
    object-fit: contain;
    background: #f7faf7;
  }#ap-aggregate .ap-product-copy{
    padding: 19px;
  }#ap-aggregate .ap-product-copy h3{
    font-size: 18px;
  }#ap-aggregate .ap-product-copy p{
    min-height: 48px;
    margin-bottom: 12px;
    color: var(--ap-muted);
    font-size: 14px;
  }#ap-aggregate .ap-product-link{
    color: var(--ap-green-dark);
    font-weight: 700;
  }#ap-aggregate .ap-faq{
    display: grid;
    gap: 12px;
    max-width: 900px;
    margin: 0 auto;
  }#ap-aggregate .ap-faq details{
    border-bottom: 1px solid var(--ap-line);
    background: #fff;
  }#ap-aggregate .ap-faq summary{
    cursor: pointer;
    padding: 19px 22px;
    color: var(--ap-green-dark);
    font-weight: 750;
    list-style-position: inside;
  }#ap-aggregate .ap-faq-answer{
    padding: 0 22px 20px 42px;
    color: var(--ap-muted);
  }#ap-aggregate .ap-faq-answer p{
    margin-bottom: 0;
  }#ap-aggregate .ap-quote{
    padding: 58px 0;
    color: #fff;
    background: var(--ap-green-dark);
  }#ap-aggregate .ap-quote-grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }#ap-aggregate .ap-quote h2{
    margin-bottom: 10px;
  }#ap-aggregate .ap-quote p{
    max-width: 680px;
    margin-bottom: 0;
    color: #dcebe3;
  }#ap-aggregate .ap-quote .ap-button{
    flex: 0 0 auto;
    color: var(--ap-ink);
    background: #fff;
    border-color: #fff;
  }#ap-aggregate .ap-quote .ap-button:hover{
    color: #fff;
    background: transparent;
  }

  @media (max-width: 800px) {#ap-aggregate .ap-hero-grid, #ap-aggregate .ap-fit-layout, #ap-aggregate .ap-accessory-grid{
      grid-template-columns: 1fr;
      gap: 34px;
    }#ap-aggregate .ap-capability-grid, #ap-aggregate .ap-products{
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }#ap-aggregate .ap-quote-grid{
      display: block;
    }#ap-aggregate .ap-quote .ap-button{
      margin-top: 24px;
    }
  }

  @media (max-width: 520px) {#ap-aggregate .ap-shell{
      width: min(100% - 28px, 1140px);
    }#ap-aggregate .ap-module{
      padding: 54px 0;
    }#ap-aggregate .ap-hero{
      padding: 40px 0 50px;
    }#ap-aggregate .ap-hero-intro{
      font-size: 16px;
    }#ap-aggregate .ap-spotlight-grid, #ap-aggregate .ap-capability-grid, #ap-aggregate .ap-products, #ap-aggregate .ap-accessory-list{
      grid-template-columns: 1fr;
    }#ap-aggregate .ap-actions .ap-button{
      width: 100%;
    }#ap-aggregate .ap-fit-diagram{
      padding: 18px;
    }#ap-aggregate .ap-quote{
      padding: 46px 0;
    }
  }
