:root {
  --brand-color: #CF2265;
  --partner-brand-color: #1F2851;
}

.root_link {
  display: inline-flex;
  gap: 1rem;
}
@media (max-width: 62.5rem) {
  .root_link {
    padding-block: 1.25rem;
  }
}
.root_link img {
  max-height: 4rem;
  max-width: 8rem;
}
.root_link hr {
  color: #CDCDCD;
  margin-inline: 0;
}

.strap_highlight {
  color: #fff;
  background: linear-gradient(to right, var(--partner-brand-color), var(--brand-color));
}
@media (min-width: 62.5rem) {
  .strap_highlight {
    background: transparent;
  }
}
.strap_highlight::before {
  background: linear-gradient(to right, var(--partner-brand-color), var(--brand-color));
}
@media (min-width: 49.875rem) {
  main .strap_highlight:first-of-type .block {
    padding-bottom: 0;
  }
}
main .strap_highlight:first-of-type picture {
  display: flex;
  max-height: 700px;
  overflow-y: clip;
}
main .strap_highlight:first-of-type picture img {
  max-height: none;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.strap_highlight .heading {
  color: inherit;
}
.strap_highlight .heading_page {
  margin-block-end: 0.5em;
}
.strap_highlight .link_icon {
  color: inherit;
}
.strap_highlight .link_icon:focus-visible {
  outline-color: currentColor;
  outline-style: solid;
}

.strap_alternate {
  --strap-background-colour: #EBEEF8;
}
.strap_alternate .description {
  color: #000000;
}

@media (min-width: 49.875rem) {
  .call_to_action--left {
    align-items: flex-start;
  }
}
.tabs[data-display] nav [aria-selected] {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  color: var(--partner-brand-color);
}
.tabs nav a {
  color: var(--brand-color);
}
.tabs p {
  color: #0B0D3F;
}
.tabs svg {
  max-width: 100%;
}
.tabs path.partner-bg {
  fill: url("#pushpay-gradient");
}
.tabs path.partner-bg-none {
  fill: none;
}

.list_solutions [data-theme=secondary] {
  --solution-colour-theme: var(--partner-brand-color);
}
.list_solutions .button {
  --solution-colour-theme: inherit;
}
.list_solutions path.bg {
  fill: var(--solution-colour-theme);
}

.list_image_tiles a {
  color: inherit;
  text-decoration: none;
}

.button {
  border-radius: 9999px;
}
.button:focus {
  border-radius: 9999px;
}

.button_theme_secondary {
  --button-background-colour: var(--partner-brand-color);
}

.powered_by {
  font-size: 16px;
  font-weight: bold;
  text-wrap: balance;
  text-align: center;
  margin-top: 0;
  padding-block: 1rem;
}

@media (max-width: 62.5rem) {
  .strap:has(.powered_by) {
    margin-inline: -1rem;
  }
}
.block_figure img {
  border-radius: 20px;
}

.splash {
  background-image: url("splash.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.splash-1 {
  background-image: url("splash1.svg");
}

.splash-2 {
  background-image: url("splash2.svg");
}

.splash-3 {
  background-image: url("splash3.svg");
}

.splash-4 {
  background-image: url("splash4.svg");
}

.splash-5 {
  background-image: url("splash5.svg");
}

.splash-6 {
  background-image: url("splash6.svg");
}

.strap_footer_banner .list_horizontal {
  margin-bottom: 0;
}

.description ul,
.description ol,
.description dl {
  text-align: left;
}

/*# sourceMappingURL=/assets/partner/pushpay/pages-690b0f31.css.map */
