.testimonial .text-bg-light {
  border-radius: 1.25rem;
}

.testimonial .content-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 2.5rem 1.625rem;
}

.testimonial .content-wrapper.no-image {
  flex-direction: column;
  text-align: left;
}


.testimonial-text-content blockquote {
  margin-bottom: 0;
}

.testimonial-text-content blockquote .icon {
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
}

.testimonial-text-content blockquote .icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 5.25rem;
  max-height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='84' height='75' viewBox='0 0 84 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 74.8232V42.2389C0 37.7725 0.576132 33.4076 1.7284 29.1442C3.11111 24.6778 5.06996 20.6175 7.60494 16.9632C10.1399 13.1058 13.3663 9.75604 17.284 6.91379C21.2016 4.07154 25.6955 2.04136 30.7654 0.823242V13.9179C27.7695 14.933 25.2346 16.5571 23.1605 18.7903C21.0864 20.8205 19.358 23.2567 17.9753 26.099C16.5926 28.7382 15.5556 31.5804 14.8642 34.6257C14.4033 37.468 14.2881 40.1072 14.5185 42.5434H29.037V74.8232H0ZM53.2346 74.8232V42.2389C53.2346 37.7725 53.8107 33.4076 54.963 29.1442C56.3457 24.6778 58.3045 20.6175 60.8395 16.9632C63.3745 13.1058 66.6008 9.75604 70.5185 6.91379C74.4362 4.07154 78.93 2.04136 84 0.823242V13.9179C81.0041 14.933 78.4691 16.5571 76.3951 18.7903C74.321 20.8205 72.5926 23.2567 71.2099 26.099C69.8272 28.7382 68.7901 31.5804 68.0988 34.6257C67.6379 37.468 67.5226 40.1072 67.7531 42.5434H82.2716V74.8232H53.2346Z' fill='%23052049'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(0.25rem);
}

.testimonial-quote {
  padding-left: 1.25rem;
}

.testimonial-quote p {
  font-weight: 400;
  font-style: italic;
  font-size: 1.5rem;
}

.testimonial-meta {
  padding: 0.25rem 0 0;

  &::before {
    content: none;
  }

  .testimonial-name,
  .testimonial-title {
    color: var(--primary);
    display: block;
    font-style: italic;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 150%;
  }

  .testimonial-name {
    margin-bottom: 0.5rem;
  }

  .testimonial-title {
    margin-bottom: 1.25rem;
  }

  .testimonial-link {
    color: var(--cta-blue);
    font-size: 1.5rem;
    font-style: italic;
    text-decoration: none;
    position: relative;
    font-weight: 400;

    &::after {
      content: " →";
      font-style: normal;
      display: inline-block;
      transform-origin: left;
      transition: transform 0.3s ease;
      margin-left: 0.5rem;
    }

    &::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: var(--cta-blue);
      pointer-events: none;
    }

    &:hover::after {
      transform: scaleX(1.3);
    }
  }

  @media (max-width: 991px) {

    .testimonial-name,
    .testimonial-title,
    .testimonial-link {
      font-size: 1rem;
    }

    .testimonial-name {
      margin-bottom: 0;
    }
  }
}


.testimonial .content-wrapper.has-image {
  align-items: center;


  @media (max-width: 991px) {
    gap: 1.25rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }
}

.testimonial .container:not(.text-bg-light)>.content-wrapper.no-image {
  border-bottom: 0.625rem solid var(--light-grey-alt);

  @media (max-width: 991px) {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;

    &::before {
      content: "";
      max-width: 13.875rem;
      background-image: url("data:image/svg+xml,%3Csvg width='223' height='201' viewBox='0 0 223 201' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_8338_9091' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='223' height='201'%3E%3Cpath d='M88.9975 201H0.05694V105.196C-0.36062 91.4206 1.5184 78.4797 5.69402 66.3738C10.2872 54.2679 16.5506 43.6231 24.4843 34.4393C32.4179 25.2554 41.8131 17.7414 52.6697 11.8972C63.9438 5.63552 76.0531 1.66979 88.9975 0V41.3271C73.1301 46.7539 62.2736 54.8941 56.4277 65.7477C50.5818 76.1838 47.6589 89.1246 47.6589 104.57H88.9975V201ZM222.408 201H133.468V105.196C133.05 91.4206 134.929 78.4797 139.105 66.3738C143.698 54.2679 149.961 43.6231 157.895 34.4393C165.829 25.2554 175.224 17.7414 186.08 11.8972C197.355 5.63552 209.464 1.66979 222.408 0V41.3271C206.541 46.7539 195.684 54.8941 189.839 65.7477C183.993 76.1838 181.07 89.1246 181.07 104.57H222.408V201Z' fill='%23052049'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_8338_9091)'%3E%3Cpath d='M88.9975 201H0.05694V105.196C-0.36062 91.4206 1.5184 78.4797 5.69402 66.3738C10.2872 54.2679 16.5506 43.6231 24.4843 34.4393C32.4179 25.2554 41.8131 17.7414 52.6697 11.8972C63.9438 5.63552 76.0531 1.66979 88.9975 0V41.3271C73.1301 46.7539 62.2736 54.8941 56.4277 65.7477C50.5818 76.1838 47.6589 89.1246 47.6589 104.57H88.9975V201ZM222.408 201H133.468V105.196C133.05 91.4206 134.929 78.4797 139.105 66.3738C143.698 54.2679 149.961 43.6231 157.895 34.4393C165.829 25.2554 175.224 17.7414 186.08 11.8972C197.355 5.63552 209.464 1.66979 222.408 0V41.3271C206.541 46.7539 195.684 54.8941 189.839 65.7477C183.993 76.1838 181.07 89.1246 181.07 104.57H222.408V201Z' fill='%23052049'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M128.408 83.0061C99.0295 82.0974 91.3671 94.119 65.207 93.293C40.689 93.529 35.762 86.4488 17.316 83.8459C6.86905 82.3319 1.27324e-05 83.8787 1.27324e-05 83.8787C1.27324e-05 83.8787 -1.59155e-05 139.728 1.27324e-05 150.453H222.408V91.2382C204.264 91.2382 194.068 90.4683 180.934 89.1908C156.216 86.7985 142.454 82.5797 128.408 83.0061Z' fill='%230F388A'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M266.43 122.605C205.473 120.712 189.575 145.757 135.296 144.036C84.4243 144.528 74.2013 129.778 35.9283 124.355C14.2524 121.201 2.6418e-05 124.423 2.6418e-05 124.423C2.6418e-05 124.423 -3.30225e-05 189.361 2.6418e-05 211.704H461.467V139.755C423.82 139.755 402.665 138.151 375.415 135.49C324.127 130.506 295.572 121.717 266.43 122.605Z' fill='%23006BE9'/%3E%3C/g%3E%3C/svg%3E%0A");
    }

    @media (max-width: 991px) {
      min-height: 5.625rem;
      min-width: 6.25rem;
    }
  }

  .testimonial-quote {
    padding-left: 3.75rem;

    p {
      font-weight: 400;
      font-style: italic;
      font-size: 1.875rem
    }

    .testimonial-name,
    .testimonial-title {
      font-style: normal;
    }

    @media (max-width: 991px) {
      padding-left: 0;

      p {
        font-size: 1.25rem;
      }

      .testimonial-name,
      .testimonial-title {
        font-size: 1.5rem;
      }
    }
  }
}

.testimonial .text-bg-light .testimonial-link {
  color: var(--bright-blue);
}

.testimonial .text-bg-light .testimonial-link::before {
  background-color: var(--bright-blue);
}

@media (max-width: 991px) {
  .testimonial {
    margin-bottom: 1.25rem;
  }

  .testimonial .content-wrapper {
    flex-direction: column;
    text-align: left;
    padding: 1.25rem 0.625rem;
  }


  .testimonial-text-content blockquote {
    flex-direction: column;
    text-align: left;
  }

  .testimonial-text-content blockquote .icon {
    min-height: 2.75rem;
    min-width: 3.125rem;
  }

  .testimonial-text-content blockquote .icon::before {
    right: unset;
    left: 0;
  }

  .testimonial-quote {
    padding-left: 0;
    padding-top: 1.25rem;


  }

  .testimonial-quote p {
    font-size: 1rem;
  }
}
