.only_mobile_600 {
  display: none;
}

#home_section {
  margin-top: 1.75rem;
}

#home_section .bg_one_plate_blue::before {
  height: 100%;
  top: 50%;

  transform: translateY(-50%) translateX(-50%) skewY(5deg);
}

#home_section img {
  width: calc(100% - (1.5 * 2rem));
  margin-inline: 1.5rem;
  margin-bottom: -2.6rem;

  max-width: 1920px;
}

#home_section .content {
  text-align: center;
  margin: 0;

  width: 100%;
  max-width: none;

  padding-block: calc(4rem + 2.6rem) 4rem;
  background-color: var(--purple);
}

#home_section .content div {
  max-width: 860px;
  margin-inline: auto;
}

#home_section .content h1 {
  color: #fff;

  font-size: 4rem;
  line-height: 4rem;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
}

#home_section .content h2 {
  color: #fff;

  font-size: 1.75rem;
  line-height: 2.25rem;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 300;

  margin-top: 1.125rem;

  opacity: 0.8;
}

#testimonial {
  padding-block: 7.5rem 11rem;
}

#testimonial .content h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

#testimonial .content .ratings {
  display: flex;
  align-items: center;
  gap: 1.125rem;

  margin-top: 1.125rem;
  margin-bottom: 2.25rem;
}

#testimonial .content .ratings img {
  width: fit-content;
}

#testimonial .content p {
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
  margin: 0;
}

#payment_solutions {
  padding-block: 10rem 8.5rem;

  position: relative;
}

#payment_solutions::before {
  content: "";
  width: 100%;
  height: 60%;
  background-color: var(--soft-blue);

  position: absolute;
  left: 0;
  top: 0;

  transform: skewY(-4deg);

  z-index: -99;
}

#payment_solutions::after {
  content: "";
  width: 100%;
  height: 60%;
  background-color: var(--soft-blue);

  position: absolute;
  left: 0;
  bottom: 0;

  transform: skewY(-2deg);

  z-index: -99;
}

#payment_solutions .flex_gap_64 {
  grid-template-columns: 1.4fr 1fr;
}

#payment_solutions .flex_gap_64 .content {
  max-width: 752px;
}
#payment_solutions .flex_gap_64 .content h2 {
  font-weight: 300;
}

#payment_solutions .flex_gap_64 .bg_one_plate::before {
  top: 49%;
  transform: translateY(-50%) translateX(-50%) skewY(-7deg);
}

#check_scanning_for_nonprofit {
  padding-block: 8.5rem 12rem;
}

#get_ach .flex_gap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: end;

  background-color: var(--purple);
}

#get_ach .flex_gap .content {
  padding-block: 5.8rem;
  padding-left: 1.125rem;
}

#get_ach .flex_gap .content .bullet_list .item {
  gap: 1.125rem;
}

#get_ach .flex_gap .content h2,
#get_ach .flex_gap .content p,
#get_ach .flex_gap .content .bullet_list .item span {
  color: #fff;
}

#get_ach .flex_gap .content p {
  opacity: 0.8;
  margin-block-end: 2.25rem;
}

#get_ach .flex_gap .content .bullet_list .item span {
  max-width: 480px;
}

#get_ach .bg_one_plate_blue {
  position: relative;
  max-width: none;
  height: 100%;
}

#get_ach .bg_one_plate_blue::before {
  display: none;
}

#get_ach .bg_one_plate_blue img {
  display: none;
}

#get_ach .bg_one_plate_blue div.image_desk {
  width: 100%;
  height: 104%;

  border-top-left-radius: 16px;
  background-image: url("../../../assets/man_calc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  position: absolute;
  right: -1rem;
  top: 50%;

  transform: translateY(-50%);

  clip-path: polygon(0 0, 100% 0, 100% 100%, 12% 100%);
}
#get_ach .bg_one_plate_blue::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: transparent;

  border-bottom-left-radius: 12px;

  box-shadow: -8px 8px 0px 6px #fff;

  position: absolute;
  bottom: -2%;
  left: calc(12% + 1rem);
}

#comparison {
  padding-block: 28rem calc(11.5rem + (16.25rem - 4.25rem));
}

#comparison .comparison_table {
  padding: 0 1.875rem 2.5rem 1.875rem;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 20px 18px #00000034;
  margin-inline: 1.125rem;

  position: relative;
}

#comparison .comparison_table::before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 18px #00000034;

  position: absolute;
  top: -8%;
  left: 0;
  transform: skewY(-3deg);

  z-index: -9;
}

#comparison .comparison_table h2 {
  padding: 1rem 3rem;
  background-color: var(--purple);
  width: 100%;
  height: 50%;
  max-width: 780px;
  border-radius: 12px;

  text-align: left;
  color: #efefef;
  font-size: 3rem;
  line-height: 3rem;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;

  position: absolute;
  left: 4rem;
  top: -12rem;
  z-index: -10;
}

#comparison .comparison_table h2::before {
  content: "";
  background-color: var(--purple);
  width: 100%;
  height: 100%;
  border-radius: 12px;

  position: absolute;
  top: -10.5%;
  left: 0;
  transform: skewY(4deg);

  z-index: -11;
}

#comparison .comparison_table table {
  border-collapse: collapse;

  width: 100%;
}

#comparison .comparison_table thead tr th {
  border-bottom: 2px solid #4621746a;
  padding: 1rem 3rem;

  font-size: 1.75rem;
  line-height: 1.5rem;
  color: var(--purple);
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  text-align: center;
}

#comparison .comparison_table thead tr th img.non_mobile {
  width: 162px;
}
#comparison .comparison_table thead tr th img.only_mobile {
  margin-inline: auto;
}

#comparison .comparison_table thead tr th:nth-child(2),
#comparison .comparison_table thead tr th:nth-child(3) {
  border-left: 1px solid var(--purple);
}

#comparison .comparison_table tbody tr td img {
  width: 1.625rem;
}

#comparison .comparison_table tbody tr td {
  border-bottom: 2px solid #4621746a;
  padding: 1rem;
}

#comparison .comparison_table tbody tr td:nth-child(3) {
  border-left: 1px solid var(--purple);
}

#comparison .comparison_table tbody tr td:nth-child(1) {
  border-right: 1px solid var(--purple);
  text-align: left;
  padding-left: 2rem;

  color: var(--deep-purple);
  font-size: 1.125rem;
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 1360px) {
  #get_ach .flex_gap .content {
    padding-block: 3rem;
  }

  #get_ach .flex_gap .content h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  #get_ach .flex_gap .content p {
    margin-bottom: 1.125rem;
  }
}

@media only screen and (min-width: 1240px) {
  #payment_solutions .flex_gap_64 div.non_mobile img {
    max-height: 350px;
  }
}

@media only screen and (max-width: 1240px) {
  #home_section .content {
    padding: calc(2rem + 2.6rem) 2rem;
  }

  #home_section .content div {
    max-width: 700px;
  }

  #home_section .content h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  #home_section .content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  #check_scanning_for_nonprofit {
    padding-block: 7rem;
  }

  #payment_solutions .flex_gap_64 {
    grid-template-columns: 1fr;
  }

  #payment_solutions {
    padding-block: 6.5rem;
  }

  #payment_solutions::before {
    transform: skewY(-6deg);
  }

  #payment_solutions::after {
    transform: skewY(6deg);
  }
}

@media only screen and (max-width: 1020px) {
  #home_section {
    margin-top: 0.5rem;
    padding-block: 2.5rem 6rem;
    padding-inline: 1.125rem;

    position: relative;
  }

  #home_section::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--purple);

    position: absolute;
    top: 0;
    left: 0;

    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);

    z-index: -999;
  }

  #home_section img {
    margin: 0;
    width: 100%;
  }

  #home_section .content {
    padding: 0;
    margin-top: 2.5rem;
    background-color: transparent;
  }

  #testimonial {
    padding-block: 4.5rem 5.5rem;
  }

  #testimonial .flex_gap_64_r {
    gap: 1.75rem;
  }

  #get_ach .flex_gap {
    grid-template-columns: 1fr;
    background-color: transparent;

    position: relative;
  }

  #get_ach .flex_gap::before {
    content: "";
    width: 100%;
    height: 70%;
    background-color: var(--purple);

    position: absolute;
    top: 2.6%;
    left: 0;

    transform: skewY(-4deg);

    z-index: -99;
  }

  #get_ach .flex_gap::after {
    content: "";
    width: 100%;
    height: 70%;
    background-color: var(--purple);

    position: absolute;
    bottom: 0;
    left: 0;

    transform: skewY(4deg);

    z-index: -99;
  }

  #get_ach .flex_gap .content {
    padding: 2.25rem 1.125rem 6.5rem 1.125rem;
  }

  #get_ach .bg_one_plate_blue {
    height: auto;
    grid-row: 1;
  }

  #get_ach .bg_one_plate_blue::after {
    display: none;
  }

  #get_ach .bg_one_plate_blue img {
    display: block;

    height: auto;
    width: 100%;

    border-radius: 0px;

    transform: none;

    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 90%);
  }

  #get_ach .bg_one_plate_blue div.image_desk {
    display: none;
  }

  #comparison {
    padding-block: 22rem 4.5rem;
  }

  #comparison .comparison_table h2 {
    left: 0.75rem;
    top: -11rem;
    width: calc(100% - (0.75rem * 2));

    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: -0.54px;
  }

  #comparison .comparison_table thead tr th {
    padding: 1rem 0.375rem;
  }
}

@media only screen and (max-width: 800px) {
  .flex_gap_64,
  .flex_gap_64_r {
    padding-inline: 1rem;
  }

  #home_section .content div {
    text-align: left;
  }

  #home_section .content h1 {
    font-size: 2.25rem;
    line-height: 2.875rem;
    letter-spacing: -0.72px;
  }

  #home_section .content h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0px;
    margin-bottom: 0;
  }

  #testimonial .content {
    text-align: center;
    max-width: 650px;
  }

  #testimonial .content .ratings {
    justify-content: center;
  }

  #payment_solutions .flex_gap_64 .content p {
    margin-bottom: 1.125rem;
  }

  #payment_solutions .flex_gap_64 .content h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
    letter-spacing: -0.54px;
  }

  #get_ach .flex_gap .content h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
    letter-spacing: -0.54px;
  }

  #payment_solutions .flex_gap_64 .content .bullet_list .item span {
    line-height: 1.5rem;
  }

  #comparison .comparison_table {
    padding-inline: 0.375rem;
    border-radius: 4px;
  }

  #comparison .comparison_table::before {
    border-radius: 4px;
  }

  #comparison .comparison_table h2 {
    padding-inline: 1.75rem 1.125rem;
  }

  #comparison .comparison_table thead tr th {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  #comparison .comparison_table tbody tr td:nth-child(1) {
    padding-left: 0;
    padding-right: 0.375rem;
  }

  #comparison .comparison_table tbody tr:nth-last-child(1) td {
    border-bottom: none;
  }
}

@media only screen and (max-width: 600px) {
  .non_mobile_600 {
    display: none;
  }

  .only_mobile_600 {
    display: block;
  }

  #comparison .comparison_table h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  #get_ach .flex_gap::before {
    top: 1.45%;
  }
}

@media only screen and (max-width: 480px) {
  #payment_solutions .flex_gap_64 div.non_mobile img {
    max-height: 210px;
  }

  #comparison .comparison_table h2 {
    top: -11.5rem;
    left: 0.5rem;
    width: calc(100% - (0.5rem * 2));
  }

  #comparison .comparison_table h2::before {
    top: -6%;
  }

  #comparison .comparison_table::before {
    transform: skewY(-6deg);
    top: -4%;
  }

  #comparison .comparison_table tbody tr td img {
    width: 1.125rem;
  }
}

@media only screen and (max-width: 404px) {
  #comparison .comparison_table h2 {
    top: -13.5rem;
  }
}

@media only screen and (max-width: 390px) {
  #comparison .comparison_table h2 {
    font-size: 1.25rem;
    top: -10.5rem;
  }
}
