/* assets/v43-mobile-page-fixes.f1384384ff2e.css */
/* V43: targeted mobile refinements for carousels, feature cards, underlines and spacing. */
@media (max-width: 991.98px) {
  /* Keep card carousels clear of their previous/next controls. */
  .about-us-page .about-feature-sec.blt-slider,
  .services-page .about-feature-sec.blt-slider,
  .whitelabel-page .about-feature-sec.blt-slider {
    box-sizing: border-box;
    width: calc(100% - 64px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .about-us-page .about-feature-sec.blt-slider .slick-list,
  .services-page .about-feature-sec.blt-slider .slick-list,
  .whitelabel-page .about-feature-sec.blt-slider .slick-list {
    overflow: hidden;
  }

  /* Inset the complete employee-benefits hero, including its image. */
  .be-page .hero-section {
    width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 16px;
  }

  .be-page .hero-picture {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  /* Give the first mobile audience item the same breathing room as comparable pages. */
  .competition-platform-page #tts-mobile-block .three-point-row {
    margin-top: 40px;
  }
}

@media (max-width: 767.98px) {
  /* Prevent the animated underline from dropping into the following line. */
  .about-us-page .heading-shape strong.mobile-underline-room::before,
  .api-integration-page .heading-shape strong.mobile-underline-room::before,
  .rafflehouse-page .heading-shape strong.mobile-underline-room::before,
  .whitelabel-page .heading-shape strong.mobile-underline-room::before {
    top: calc(100% - 10px) !important;
    height: 18px !important;
  }

  /* The final blue feature card must use the same inset as its siblings. */
  .affiliate-networks-page .rewards-section .rewards-box.blue,
  .api-integration-page .rewards-section .rewards-box.blue,
  .communitybanks-page .rewards-section .rewards-box.blue,
  .competition-platform-page .rewards-section .rewards-box.blue,
  .be-page .rewards-section .rewards-box.blue,
  .fintech-industry-page .rewards-section .rewards-box.blue,
  .lp-page .rewards-section .rewards-box.blue {
    padding: 40px 30px;
  }

  /* Separate the API audience statement from the content that follows it. */
  .api-integration-page .api-built-for-teams-section {
    padding-bottom: 88px !important;
  }

  .api-integration-page .api-built-for-teams-section .container > .row > p {
    margin-bottom: 40px !important;
  }

  .api-integration-page .api-built-for-teams-section + .lps-sec {
    margin-top: 0 !important;
  }
}
/* assets/v55-responsive-seo.66896910ccaa.css */
@media (min-width: 992px) {
  .communitybanks-page #three-things-responsive h2 {
    margin-bottom: 52px;
  }
}

.content-link {
  color: inherit;
  font-weight: 500;
  text-decoration-color: #e2725b;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.content-link:hover,
.content-link:focus-visible {
  color: #b94f3c;
}

@media (max-width: 991.98px) {
  #customer-steps .reward-point h3 {
    cursor: pointer;
  }

  #customer-steps .reward-point {
    opacity: .25;
    transition: all .45s;
  }

  #customer-steps .reward-point p {
    max-height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .45s;
  }

  #customer-steps .reward-point.active {
    opacity: 1;
  }

  #customer-steps .reward-point.active p {
    max-height: 300px;
    margin-top: 16px;
    opacity: 1;
  }
}

@media (max-width: 767.98px) {
  #customer-steps .customer-inner .reward-point-row {
    flex-direction: column;
  }

  #customer-steps .customer-inner .reward-point-row .left-img {
    display: block;
    margin-bottom: 24px;
    width: 100%;
  }

  #customer-steps .customer-inner .reward-point-row .left-img img {
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
  }
}
