/* GLOBAL */
  .button--primary[href="#form"] {
    background: #57bfc9 !important;
    color: black !important;
  }

  /* HEADER */
  @media (max-width: 767px) {
    a:has(.ambs--branding) {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important;
    }

    .ambs--branding {
      max-width: 130px !important;
    }
  }

  /* HERO */
  main > [data-block="header-slider"]:first-child .bg-purple-100 {
    background-color: #f7f7f7 !important;
  }

  .ab-hero-copy {
    font-size: 1rem !important;
    font-weight: normal !important;
  }

  @media (min-width: 1024px) {
    [data-block-heading] > h1 + p {
      margin-bottom: 1rem !important;
    }
  }

  /* USPS */

  .ab-usp-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .ab-usps {
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
  }

  .ab-usps > * {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    text-align: center;
    max-width: 240px;
  }

  .ab-usps p {
    font-weight: 500;
  }

  /* adjustments due to white space in trophy svg */
  .ab-usps div:has(> [src*="Trophy"]),
  .ab-usps div:has(> [src*="Trophy"]) p {
    position: relative;
    top: -1rem;
  }

  @media (max-width: 767px) {
    header {
      position: static !important;
    }

    .ab-usps {
      flex-direction: column;
      gap: 1.5rem;
    }
    .ab-usps > * {
      max-width: none;
      flex-direction: row;
      text-align: left;
      gap: 1rem;
    }

    .ab-usps img {
      width: 50px;
    }

    /* adjustments due to white space in trophy svg */
    .ab-usps div:has(> [src*="Trophy"]) p {
      top: 0;
    }
    .ab-usps div:has(> [src*="Trophy"]) {
      top: 1rem;
    }

    .ab-usp-section {
      padding-top: 1rem;
      padding-bottom: 3rem;
    }
  }

  /* PROGRAMMES */
  [data-card="course-filter"] {
    border-right: 4px solid #660099;
    border-bottom: 4px solid #5d0e93;
  }

  [data-card="course-filter"] dl {
    border-top-width: 4px;
    margin-top: 0;
    padding-bottom: 0;
  }

  [data-card="course-filter"] h3 {
    text-align: center;
  }

  [data-card="course-filter"] dl > dd:first-child {
    display: none;
  }

  [data-card="course-filter"] [data-mh] {
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }

  /* FAQS */

  /* TESTIMONIALS */

  .ab-testimonials .swiper-slide picture {
    height: 100%;
    display: block;
    border-right: 4px solid #660099;
    border-bottom: 4px solid #5d0e93;
  }

  .ab-testimonials .swiper-slide img {
    height: 100%;
    object-fit: cover;
  }

  .ab-testimonials blockquote {
    position: relative;
  }

  .ab-testimonials blockquote > svg:first-of-type {
    position: absolute;
    top: -3rem;
    left: -4rem;
  }

  .ab-testimonials blockquote > svg:last-of-type {
    position: absolute;
    right: 0;
    bottom: -2.5rem;
  }

  .ab-testimonials .figcaption {
    padding-top: 0.5rem;
  }

  @media (max-width: 1023px) {
    .ab-testimonials blockquote > svg:first-of-type {
      position: absolute;
      top: -1rem;
      left: -2.5rem;
    }

    .ab-testimonials .swiper-slide figure {
      padding-inline: 2rem;
    }

    .ab-testimonials blockquote > svg:last-of-type {
      position: absolute;
      right: -2.5rem;
      bottom: 0;
    }

    .ab-testimonials .figcaption {
      padding-top: 0;
    }
  }

  /* CONTACT FORM */
  form button#fsSubmitButton4389601[type="submit"] {
    background-color: #57bfc9 !important;
    color: black !important;
  }

  [class*="InnerFormBody"] {
    display: flex;
  }