    .ap-color-mode-lightgray,.ap-color-mode-lightgray:after {
        background-color: #EFF0F4;
    }
  .ap-color-mode-lightgray {
    position: relative;
  }
  .row:has(> .ap-color-mode-lightgray)  {
    padding-top: 2rem;
    background:#EFF0F4;
  }
  .ap-color-mode-lightgray:after {
    content: "";
    position: absolute;
    top: -4.5rem;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }