.purple-gradient-text {
  background: linear-gradient(90deg, #8972ff 16.02%, #d1c8ff 114.06%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.primary-button {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 44px;
  color: #ffffff;
  position: relative;
  white-space: nowrap;
  background: linear-gradient(270deg, #6b4eff 0%, #5533ff 100%);
}

.section-heading,
.secondary-section-heading {
  background: linear-gradient(
    181.83deg,
    #ffffff 1.55%,
    rgba(255, 255, 255, 0.75) 98.45%
  );

  font-size: 2.25rem;
  font-weight: 600;
  line-height: 3.125rem;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.team-case-study-card {
  position: relative;
  background: radial-gradient(
    89.36% 183.33% at 37.06% -14.58%,
    rgba(255, 255, 255, 0.084) 0%,
    rgba(255, 255, 255, 0.018) 100%
  );
}

.team-case-study-card::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    radial-gradient(
      106.37% 282.8% at -3.82% -3.12%,
      rgba(21, 21, 21, 0.6) 0%,
      rgba(21, 21, 21, 0) 100%
    ),
    radial-gradient(
      131.07% 260.49% at 0% 0%,
      #6b4eff 0%,
      rgba(107, 78, 255, 0) 100%
    ),
    radial-gradient(
      98.54% 262.92% at 1.46% 0%,
      #ffffff 0%,
      rgba(255, 255, 255, 0) 100%
    );

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.team-case-study-button {
  background: linear-gradient(
    14.78deg,
    rgba(55, 52, 69, 0.45) 3.84%,
    #373445 103.86%
  );
  position: relative;
  width: 7.5rem;
  height: 2rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #8972ff;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border-radius: 28px;
}

.team-case-study-button::before {
  content: '';
  position: absolute;
  width: 100%;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(
    164.98deg,
    #373445 -10.78%,
    rgba(55, 52, 69, 0.01) 130.84%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.powered-company {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.purple-gradient-outer {
  background: radial-gradient(
    101.78% 190.99% at 37.06% -14.58%,
    rgba(255, 255, 255, 0.11) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  backdrop-filter: blur(21px);
}

.purple-gradient-outer::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;

  background:
    radial-gradient(
        106.37% 282.8% at -3.82% -3.12%,
        rgba(21, 21, 21, 0.6) 0%,
        rgba(21, 21, 21, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        131.07% 260.49% at 0% 0%,
        #6b4eff 0%,
        rgba(107, 78, 255, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
    radial-gradient(
        98.54% 262.92% at 1.46% 0%,
        #ffffff 0%,
        rgba(255, 255, 255, 0) 100%
      )
      /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;

  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.att-svg-icon {
  height: 44px;
  width: auto;
}

.meta-svg-icon {
  height: 23px;
  width: auto;
}

.metagenics-svg-icon {
  height: 24px;
  width: auto;
}

.disney-svg-icon {
  height: 40px;
  width: auto;
}

.pinterest-svg-icon {
  width: 50px;
  height: 50px;
}

.neom-svg-icon {
  width: 64px;
  height: 64px;
}

.default-svg-icon {
  width: 48px;
  height: 48px;
}

.strop-svg-icon {
  width: 170px;
  height: 44px;
}

.insight-sprint-svg-icon {
  width: 64px;
  height: 64px;
}

.pernod-ricard-svg-icon {
  width: 130px;
  height: 64px;
}

.strategydx-svg-icon {
  height: 44;
  width: auto;
}

.get360inc-svg-icon {
  height: 56px;
  width: auto;
}

.fetch-svg-icon {
  height: 29px;
  width: auto;
}

.kpmg-svg-icon {
  height: 36px;
  width: auto;
}

@media screen and (min-width: 640px) {
  .section-heading {
    font-size: 3rem;
    line-height: 4rem;
  }

  .secondary-section-heading {
    font-size: 2.75rem;
    line-height: 3.875rem;
  }
}

@media screen and (min-width: 1024px) {
  .secondary-section-heading {
    line-height: 3.25rem;
  }

  .team-case-study-card:hover {
    box-shadow: 0px 2px 22px 0px rgba(178, 163, 255, 0.27);
  }

  .team-case-study-card:hover .team-case-study-button {
    color: #f3f3f6;
  }
}

@media screen and (min-width: 1280px) {
  .section-heading {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
  .secondary-section-heading {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
