
    .agg-page,
    .agg-page * {
      box-sizing: border-box;
      letter-spacing: 0;
    }
    .agg-page {
      --ink: #1b2024;
      --muted: #626c73;
      --paper: #ffffff;
      --mist: #f0f3f4;
      --steel: #dce3e6;
      --line: #d4dde1;
      --blue: #245b72;
      --blue-dark: #173f50;
      --rust: #a65a42;
      --gold: #d2a747;
      width: 100%;
      overflow: hidden;
      color: var(--ink);
      background: var(--paper);
      font-family: Arial, Helvetica, sans-serif;
      font-size: 16px;
      line-height: 1.65;
    }
    h1.article_title.themes_box_title,
    h1.main_title.themes_box_title {
      display: none !important;
    }
    .agg-page a {
      color: inherit;
      text-underline-offset: 3px;
      text-decoration-thickness: 1px;
    }
    .agg-page h1,
    .agg-page h2,
    .agg-page h3,
    .agg-page p,
    .agg-page ul,
    .agg-page dl {
      margin-top: 0;
    }
    .agg-page h1,
    .agg-page h2,
    .agg-page h3 {
      line-height: 1.15;
    }
    .agg-page h1 {
      margin-bottom: 18px;
      font-size: 48px;
    }
    .agg-page h2 {
      margin-bottom: 14px;
      font-size: 34px;
    }
    .agg-page h3 {
      margin-bottom: 8px;
      font-size: 19px;
    }
    .agg-shell {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }
    .agg-kicker {
      margin-bottom: 12px;
      color: var(--rust);
      font-size: 12px;
      font-weight: 800;
      text-transform: uppercase;
    }
    .agg-lede {
      max-width: 720px;
      color: var(--muted);
      font-size: 18px;
    }
    .agg-hero {
      padding: 62px 0 60px;
      background: #ffffff;
    }
    .agg-hero-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
      align-items: center;
      gap: 64px;
    }
    .agg-hero-copy strong {
      color: var(--blue-dark);
    }
    .agg-hero-copy strong a {
      text-decoration-color: var(--gold);
    }
    .agg-btn-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
    .agg-btn {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      padding: 10px 18px;
      border: 1px solid var(--ink);
      border-radius: 4px;
      font-size: 14px;
      font-weight: 800;
      text-decoration: none;
    }
    .agg-btn-primary {
      color: #ffffff !important;
      background: var(--blue);
      border-color: var(--blue);
    }
    .agg-btn-primary:hover {
      background: var(--blue-dark);
      border-color: var(--blue-dark);
    }
    .agg-btn-secondary:hover {
      color: #ffffff !important;
      background: var(--ink);
    }
    .agg-hero-media {
      position: relative;
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
      box-shadow: 0 16px 42px rgba(27, 32, 36, .12);
    }
    .agg-hero-media::after {
      position: absolute;
      right: -14px;
      bottom: -14px;
      width: 34%;
      height: 34%;
      border-right: 7px solid var(--gold);
      border-bottom: 7px solid var(--gold);
      content: "";
      z-index: 0;
    }
    .agg-hero-media img {
      position: relative;
      z-index: 1;
      display: block;
      width: 100%;
      height: 430px;
      object-fit: contain;
      background: #ffffff;
    }
    .agg-section {
      padding: 82px 0;
    }
    .agg-section-mist {
      background: var(--mist);
    }
    .agg-section-head {
      max-width: 790px;
      margin-bottom: 38px;
    }
    .agg-section-head-center {
      max-width: 790px;
      margin: 0 auto 38px;
      text-align: center;
    }
    .agg-section-head-center .agg-lede {
      margin-right: auto;
      margin-left: auto;
    }
    .agg-fit-layout {
      display: grid;
      grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr);
      gap: 56px;
      align-items: start;
    }
    .agg-product-media {
      padding: 20px;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
    }
    .agg-product-media img {
      display: block;
      width: 100%;
      height: 410px;
      object-fit: contain;
    }
    .agg-table-wrap {
      width: 100%;
      overflow-x: auto;
    }
    .agg-table {
      width: 100%;
      min-width: 660px;
      border-collapse: collapse;
      background: #ffffff;
    }
    .agg-table th,
    .agg-table td {
      padding: 13px 15px;
      border: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }
    .agg-table th {
      width: 34%;
      color: var(--blue-dark);
      background: #f6f8f9;
      font-size: 13px;
      text-transform: uppercase;
    }
    .agg-strip {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      gap: 12px;
    }
    .agg-strip-item {
      min-height: 170px;
      padding: 20px 16px;
      border-top: 4px solid var(--gold);
      background: #ffffff;
    }
    .agg-strip-item strong {
      display: block;
      margin-bottom: 8px;
      color: var(--blue-dark);
      font-size: 20px;
    }
    .agg-strip-item p {
      margin-bottom: 0;
      color: var(--muted);
      font-size: 14px;
    }
    .agg-role-grid {
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
      gap: 28px;
      align-items: stretch;
    }
    .agg-role-dark {
      padding: 28px;
      border-radius: 8px;
      color: #ffffff;
      background: var(--blue-dark);
    }
    .agg-role-dark h3 {
      color: #ffffff;
    }
    .agg-role-dark p,
    .agg-role-dark li {
      color: #e5eef1;
    }
    .agg-role-dark ul {
      margin-bottom: 0;
      padding-left: 20px;
    }
    .agg-role-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .agg-role-list li {
      padding: 18px;
      border: 1px solid var(--line);
      background: #ffffff;
    }
    .agg-role-list strong {
      display: block;
      color: var(--blue-dark);
    }
    .agg-matrix {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-article-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }
    .agg-product-card {
      display: flex;
      min-width: 0;
      flex-direction: column;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: 8px;
      background: #ffffff;
    }
    .agg-product-card img {
      display: block;
      width: 100%;
      height: 250px;
      object-fit: contain;
      background: #ffffff;
    }
    .agg-product-card-body,
    .agg-article-card {
      display: flex;
      flex: 1;
      flex-direction: column;
      align-items: flex-start;
      padding: 22px;
    }
    .agg-product-card-body p,
    .agg-article-card p {
      color: var(--muted);
    }
    .agg-product-card-body .agg-text-link,
    .agg-article-card .agg-text-link {
      margin-top: auto;
    }
    .agg-article-card {
      min-height: 270px;
      border: 1px solid var(--line);
      border-top: 4px solid var(--rust);
      background: #ffffff;
    }
    .agg-text-link {
      color: var(--blue-dark) !important;
      font-weight: 800;
    }
    .agg-contact {
      display: grid;
      grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
      gap: 40px;
      align-items: start;
    }
    .agg-contact-panel {
      padding: 28px;
      border: 1px solid var(--line);
      background: #ffffff;
    }
    .agg-contact-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 12px 20px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .agg-contact-list li {
      padding: 12px 0;
      border-top: 1px solid var(--line);
      color: var(--muted);
    }
    .agg-contact-list strong {
      display: block;
      color: var(--blue-dark);
    }
    .agg-faq {
      max-width: 900px;
      margin: 0 auto;
      border-top: 1px solid var(--line);
    }
    .agg-faq-item {
      padding: 24px 0;
      border-bottom: 1px solid var(--line);
    }
    .agg-faq-item p {
      margin-bottom: 0;
      color: var(--muted);
    }
    @media (max-width: 980px) {
      .agg-page h1 {
        font-size: 40px;
      }
      .agg-page h2 {
        font-size: 30px;
      }
      .agg-hero-grid,
      .agg-fit-layout,
      .agg-role-grid,
      .agg-contact {
        grid-template-columns: 1fr;
      }
      .agg-hero-media {
        max-width: 620px;
      }
      .agg-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .agg-strip-item:last-child {
        grid-column: 1 / -1;
      }
      .agg-matrix,
      .agg-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      .agg-product-card:last-child {
        grid-column: 1 / -1;
      }
    }
    @media (max-width: 640px) {
      .agg-shell {
        width: min(100% - 28px, 1180px);
      }
      .agg-page h1 {
        font-size: 34px;
      }
      .agg-page h2 {
        font-size: 27px;
      }
      .agg-lede {
        font-size: 16px;
      }
      .agg-hero {
        padding: 42px 0 50px;
      }
      .agg-section {
        padding: 58px 0;
      }
      .agg-hero-media img,
      .agg-product-media img {
        height: 330px;
      }
      .agg-strip,
      .agg-matrix,
      .agg-article-grid,
      .agg-contact-list {
        grid-template-columns: 1fr;
      }
      .agg-strip-item:last-child,
      .agg-product-card:last-child,
      .agg-article-card:last-child {
        grid-column: auto;
      }
      .agg-role-dark,
      .agg-contact-panel {
        padding: 22px;
      }
      .agg-article-card {
        min-height: 0;
      }
    }
  