/* Universal breakpoints */
.hero {
  box-sizing: border-box;
  background: linear-gradient(80deg, rgba(0, 0, 0, 0.8) 46.76%, rgba(102, 102, 102, 0.12) 73.46%), url("../img/hero_technical-resources.jpg") lightgray 2.709px -192.075px/108.296% 177.859% no-repeat;
  background-size: cover;
  background-position: 0 20%;
  height: 600px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 100px; }
  @media (max-width: 1079px) {
    .hero {
      height: 500px; } }
  @media (max-width: 767px) {
    .hero {
      height: 460px;
      background-position: center;
      padding: 64px 16px;
      justify-content: end; } }
  .hero h1 {
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .hero h1 {
        margin-bottom: 16px; } }
  .hero p {
    max-width: 500px; }

.integrating-with-synchrony {
  color: #3b3d49;
  max-width: 1125px;
  padding-left: 16px;
  padding-right: 16px;
  margin: auto;
  text-align: center; }
  @media (max-width: 991px) {
    .integrating-with-synchrony {
      text-align: left; } }
  .integrating-with-synchrony h2 {
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .integrating-with-synchrony h2 {
        margin-bottom: 8px; } }
  .integrating-with-synchrony p {
    font-size: 24px;
    line-height: 32px; }
    @media (max-width: 991px) {
      .integrating-with-synchrony p {
        font-size: 16px;
        line-height: 22px; } }

.configuration-steps {
  color: #3b3d49;
  box-sizing: border-box;
  background-color: #f3f6f6; }
  .configuration-steps h2 {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 16px;
    padding-right: 44px;
    padding-left: 44px; }
    @media (max-width: 991px) {
      .configuration-steps h2 {
        padding-right: 16px;
        padding-left: 16px;
        margin-bottom: 8px;
        text-align: left;
        line-height: 38px !important; } }
  .configuration-steps .sub-heading {
    text-align: center;
    max-width: 1000px;
    margin: auto;
    font-size: 18px;
    line-height: 24px;
    padding-right: 44px;
    padding-left: 44px; }
    @media (max-width: 991px) {
      .configuration-steps .sub-heading {
        padding-right: 16px;
        padding-left: 16px;
        font-size: 16px;
        text-align: left; } }
  .configuration-steps .three-cards {
    padding: 40px;
    display: flex;
    gap: 24px;
    overflow-x: auto;
    /* Scrollbar styles */ }
    @media (max-width: 767px) {
      .configuration-steps .three-cards {
        padding: 25px 16px; } }
    .configuration-steps .three-cards::-webkit-scrollbar {
      width: 12px;
      height: 12px;
      cursor: pointer; }
    .configuration-steps .three-cards::-webkit-scrollbar-track {
      background: #e8e9ec;
      opacity: 0.7;
      border-radius: 12px; }
    .configuration-steps .three-cards::-webkit-scrollbar-thumb {
      border-radius: 12px;
      background: #62657b; }
    .configuration-steps .three-cards::-webkit-scrollbar-thumb:hover {
      background: #62657b; }
    .configuration-steps .three-cards .card {
      box-sizing: border-box;
      background-color: white;
      min-width: 300px;
      flex: 1;
      padding: 40px 30px;
      border-radius: 8px;
      box-shadow: 4px 14px 30px 0px rgba(59, 61, 73, 0.3); }
      @media (max-width: 767px) {
        .configuration-steps .three-cards .card {
          padding: 24px; } }
      @media (max-width: 479px) {
        .configuration-steps .three-cards .card {
          max-width: calc(100vw - 40px); } }
      .configuration-steps .three-cards .card .step-number {
        color: #1f2026;
        font-size: 100px;
        font-weight: 500; }
      .configuration-steps .three-cards .card h3 {
        color: #1f2026;
        font-size: 32px;
        font-weight: 500;
        line-height: 38px;
        margin-top: 0;
        margin-bottom: 12px; }
        @media (max-width: 767px) {
          .configuration-steps .three-cards .card h3 {
            font-size: 24px;
            line-height: 30px; } }
        .configuration-steps .three-cards .card h3 .sup {
          vertical-align: super;
          font-size: 20px; }
          .configuration-steps .three-cards .card h3 .sup a {
            color: inherit;
            text-decoration: none; }
      .configuration-steps .three-cards .card p {
        font-weight: 500;
        line-height: 22px; }

.integration-documents {
  color: #3b3d49;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1280px; }
  .integration-documents h2 {
    text-align: center;
    margin-bottom: 24px;
    line-height: 30px; }
    @media (max-width: 991px) {
      .integration-documents h2 {
        text-align: left;
        margin-bottom: 16px; } }
  .integration-documents__tiles {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
 @media (max-width: 1079px) {
      .integration-documents__tiles {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        width: -moz-fit-content;
        width: fit-content;
        margin: auto; } }
    @media (max-width: 767px) {
      .integration-documents__tiles {
        display: flex;
        flex-direction: column;
        width: 100;
        align-items: center; } }
    .integration-documents__tiles .tile {
      max-width: 420px;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      border-radius: 8px; }
      .integration-documents__tiles .tile .top {
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 767px) {
          .integration-documents__tiles .tile .top {
            height: 120px; } }
        .integration-documents__tiles .tile .top img {
          width: 320px;
          height: auto;
          max-width: 90%; }
          @media (max-width: 767px) {
            .integration-documents__tiles .tile .top img {
              margin-top: 2rem; } }
      .integration-documents__tiles .tile .bottom a {
        font-weight: bold;
        width: 100%;
        padding: 32px 16px;
        padding-top: 0;
        display: flex;
        justify-content: center;
        transition: all 200ms ease-in-out, color 150ms ease-in-out; }
        .integration-documents__tiles .tile .bottom a:hover, .integration-documents__tiles .tile .bottom a:focus {
          background-color: #f3f6f6; }
    @media (max-width:767px){
         .integration-documents__tiles .tile .bottom a {
          padding-top: 32px;
          }
        }