    .bg-custom-primary {
      background-color: #e83e8c !important;
    }

    .border-custom-primary {
      border-color: #e83e8c !important;
    }

    .btn-custom-primary {
      background-color: #e83e8c !important;
      border-color: #e83e8c !important;
      color: white !important;
    }

    .btn-custom-primary:hover {
      background-color: #d42a7a !important;
      border-color: #d42a7a !important;
    }

    .breadcrumb-custom .breadcrumb-item.active {
      color: #e83e8c;
    }

    .mission-card {
      border-left: 4px solid #e83e8c;
    }

    .values-list {
      list-style: none;
      padding-left: 0;
    }

    .values-list li:before {
      content: "•";
      color: #e83e8c;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em;
    }

    .highlight-box {
      background-color: #fdf2f828;
      border: 1px solid #fce4f1;
      border-radius: 8px;
      padding: 20px;
    }