.page-template-fca {
  background: #f2f2f2; }
  @media (max-width: 1199.98px) {
    .page-template-fca .fca-content .container {
      padding: 0; }
    .page-template-fca .fca-content .col-sidebar .primary-sidebar {
      padding-top: 1rem; }
    .page-template-fca .fca-content .col-content {
      padding: 1rem 0; }
      .page-template-fca .fca-content .col-content .--inner {
        max-width: 100%; } }

.fca-section {
  background-color: white;
  border-radius: 20px;
  padding: 3rem 6.25rem;
  margin-bottom: 2rem; }
  @media (max-width: 1199.98px) {
    .fca-section {
      padding: 2.5rem;
      border-radius: 0; } }
  .fca-section h2, .fca-section h3, .fca-section h4 {
    margin-bottom: 1.2rem; }
  .fca-section ul {
    padding-left: 1.2em; }
    .fca-section ul li::marker {
      color: #59dd9b; }
    .fca-section ul li:not(:last-of-type) {
      margin-bottom: 1em; }
  .fca-section :last-child {
    margin-bottom: 0; }
  .fca-section--update {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 17px, transparent 17px) 0% 0%/20px 20px no-repeat, radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 17px, transparent 17px) 100% 0%/20px 20px no-repeat, radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 17px, transparent 17px) 0% 100%/20px 20px no-repeat, radial-gradient(circle at 0 0, #ffffff 0, #ffffff 17px, transparent 17px) 100% 100%/20px 20px no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 6px) calc(100% - 40px) no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 40px) calc(100% - 6px) no-repeat, linear-gradient(90deg, #234977 0%, #59DD9B 100%);
    border-radius: 20px;
    box-sizing: border-box; }
    @media (max-width: 991.98px) {
      .fca-section--update {
        border-radius: 20px;
        margin: 2.5rem; } }
    .fca-section--update h4 {
      background: #234977;
      background: linear-gradient(to right, #234977 0%, #59DD9B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .fca-section--update .date {
      font-weight: bold;
      text-transform: uppercase; }
  .fca-section--what-is .scheme {
    border: 1px solid #898b9a;
    border: 1px solid var(--Light-Purple, #898b9a);
    border-radius: 0.375rem;
    padding: 1rem 3.125rem;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    text-align: center; }
    @media (max-width: 991.98px) {
      .fca-section--what-is .scheme {
        padding: 1rem;
        text-align: left; } }
  .fca-section--at-a-glance {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .fca-section--at-a-glance .fca-section__metrics {
      display: grid;
      grid-template-columns: auto auto;
      gap: 2rem;
      margin-top: 2rem; }
      @media (max-width: 991.98px) {
        .fca-section--at-a-glance .fca-section__metrics {
          grid-template-columns: 1fr; } }
    .fca-section--at-a-glance .fca-section__metric {
      display: flex;
      flex-direction: column;
      text-align: center; }
    .fca-section--at-a-glance .fca-section__metric-value {
      font-size: 2.375rem;
      background: #234977;
      background: linear-gradient(to right, #234977 0%, #59DD9B 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
      @media (max-width: 1199.98px) {
        .fca-section--at-a-glance .fca-section__metric-value {
          font-size: 2rem;
          line-height: 2rem; } }
  .fca-section__list-cols {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
    margin: 1.5rem 0 2rem 0; }
    @media (max-width: 1199.98px) {
      .fca-section__list-cols {
        flex-direction: column; } }
  .fca-section__list-col {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .fca-section__list-col-header {
    font-size: 1.125rem; }
  .fca-section__list-col-list {
    flex: 1;
    padding: 1rem;
    border-bottom-left-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom: 1px solid #898b9a;
    border-bottom: 1px solid var(--Light-Purple, #898b9a);
    border-left: 1px solid #898b9a;
    border-left: 1px solid var(--Light-Purple, #898b9a);
    border-right: 1px solid #898b9a;
    border-right: 1px solid var(--Light-Purple, #898b9a); }
    .fca-section__list-col-list ul {
      margin-bottom: 0;
      padding-left: 1.5rem; }
      .fca-section__list-col-list ul li {
        margin-bottom: 1rem;
        font-size: 0.875rem; }
        .fca-section__list-col-list ul li:last-child {
          margin: 0; }
  .fca-section__list-col-first .fca-section__list-col-header {
    background-color: #59dd9b;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    font-weight: bold;
    padding: 0.75rem 1rem;
    border: 1px solid #59dd9b;
    line-height: 1.5rem; }
  .fca-section__list-col-second .fca-section__list-col-header {
    background-color: #F89F2A;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    font-weight: bold;
    padding: 0.75rem 1rem;
    border: 1px solid #F89F2A;
    line-height: 1.5rem; }
  .fca-section__list-col-second .fca-section__list-col-list li::marker {
    color: #F89F2A; }
  .fca-section--how-much .highlight {
    background-color: #a8fdd2;
    border-radius: 3rem;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 1.25rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 1rem 0 2rem; }
    @media (max-width: 991.98px) {
      .fca-section--how-much .highlight {
        width: 100%;
        box-sizing: border-box;
        font-size: 1rem; } }