body {
  font-family: var(--base-font);
}
.single-payment-page {
  width: calc(100% - 2 * 2.778vw);
  padding: 9.778vw 2.778vw 10.417vw;
  background-color: #000;
  color: #fff;
}
.single-payment-page h1,
.single-payment-page h2,
.single-payment-page h3 {
  font-family: var(--title-font);
}

.single-payment-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.42vw;
}

.single-payment-breadcrumbs a,
.single-payment-breadcrumbs p,
.single-payment-breadcrumbs span {
  font-family: var(--base-font);
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -1%;
  text-transform: uppercase;
  text-decoration: none;
}

.single-payment-breadcrumbs a {
  color: #fff;
}

.single-payment-breadcrumbs p {
  margin: 0;
}

.single-payment-breadcrumbs span,
.single-payment-breadcrumbs p {
  color: #797979;
}

.single-payment-layout {
  display: flex;
  width: 100%;
  gap: 2.778vw;
  margin-top: 2.778vw;
}

.payment-details-sidebar,
.payment-right-sidebar {
  position: sticky;
  top: 7.778vw;
  align-self: start;
}

.payment-details-sidebar {
  width: calc(25.7639vw - 2 * 1.389vw);
  padding: 0 1.389vw 1.389vw;
  border: 0.069vw solid #2b2b2b;
  border-radius: 0.417vw;
  background-color: #0d0d0d;
}

.payment-details-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.389vw;
  width: 100%;
  padding: 1.389vw 0;
  border-bottom: 0.069vw solid #292929;
}

.payment-details-row p,
.payment-details-row span,
.payment-details-row a {
  margin: 0;
  font-family: var(--base-font);
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 125%;
}

.payment-details-row p {
  flex-shrink: 0;
  color: #8d8d8d;
}

.payment-details-row span {
  color: #fff;
  text-align: right;
}

.payment-details-row a {
  position: relative;
  max-width: 16.667vw;
  padding-right: 1.667vw;
  overflow-wrap: anywhere;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.payment-details-row a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1.111vw;
  height: 1.111vw;
  background-image: url("/wp-content/themes/pmtech/pages/payments-catalog/payments-single/assets/img/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.4s;
  transform: rotate(-45deg);
}

.payment-details-actions {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
  margin-top: 1.667vw;
}

.payment-details-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2 * 1.111vw);
  height: 3.472vw;
  padding: 0 1.111vw;
  border-radius: 0.278vw;
  font-family: var(--base-font);
  font-size: 0.903vw;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.4s;
}

.coverage-button {
  background-color: #ff5900;
  color: #fff;
}

.coverage-button:hover {
  background-color: #fff;
  color: #000;
}


.single-payment-content {
  justify-self: center;
  max-width: 40.7639vw;
}

.payment-introduction,
.single-payment-section {
  width: 100%;
}
.single-payment-section a {
  color: var(--base-background);
}

.single-payment-section h2,
.single-payment-section h3,
.single-payment-section h4,
.single-payment-section h5,
.single-payment-section h6,
.single-payment-section span,
.single-payment-section li,
.single-payment-section p {
  margin: 1.73611vw 0;
}

/* .single-payment-section h2,
.single-payment-section h3,
.single-payment-section h4,
.single-payment-section h5,
.single-payment-section h6,
.single-payment-section h2 *,
.single-payment-section h3 *,
.single-payment-section h4 *,
.single-payment-section h5 *,
.single-payment-section h6 * {
  font-family: "Heading Now", sans-serif;
  font-weight: 800;
} */

/* .single-payment-section p,
.single-payment-section span,
.single-payment-section b,
.single-payment-section ul,
.single-payment-section ol,
.single-payment-section li,
.single-payment-section table *:not(h1, h2, h3, h4, h5, h6) {
  font-family: var(--base-font);
} */
.single-payment-section table tr,
.single-payment-section table tr td,
.single-payment-section table {
  /* width: 100%; */
  /* min-width: 1100px; */
  border-collapse: collapse;
  table-layout: fixed;
  font-family: var(--base-font);
  font-size: 1.111vw;
  line-height: 1.3;
}

.single-payment-section ul,
.single-payment-section ol {
  padding-left: 1vw;
}
.single-payment-section ul li {
  position: relative;
}
.single-payment-section ul li::before {
  content: '';
  position: absolute;
  width: 0.556vw;
  height: 0.556vw;
  background-color: var(--base-background);
  left: -1vw;
  top: .416vw;
}
/* .single-payment-section ul, */
.single-payment-section ol {
/* .single-payment-section li { */
  opacity: 80%;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
}

.single-payment-section ul,
.single-payment-section ol,
.single-payment-section li,
.single-payment-section table *:not(h1, h2, h3, h4, h5, h6) {
  font-size: 1.111vw;
}

.payment-provider-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.722vw;
  height: 5.833vw;
  border-radius: 0.278vw;
}

.payment-provider-logo img {
  display: block;
  width: 100%;
}

.payment-introduction h1 {
  margin: 1.667vw 0;
  color: #f1f1f1;
  font-family: "Heading Now", sans-serif;
  font-size: 3.333vw;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.003em;
  text-transform: uppercase;
}

.payment-introduction p,
.single-payment-section li,
.single-payment-section p {
  /* margin: 0; */
  color: #fff;
  opacity: 80%;
  font-family: var(--base-font);
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0;
}

.single-payment-divider {
  width: 100%;
  height: 0.069vw;
  margin: 2.778vw 0;
  background-color: #fff;
  opacity: 15%;
}

.single-payment-section h2 {
  margin: 0 0 1.389vw;
  color: #f1f1f1;
  font-family: "Heading Now", sans-serif;
  font-size: 1.944vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

/* .single-payment-section p {
  margin-top: 1.389vw;
} */

.payment-right-sidebar {
  width: 22.3611vw;
}

.payment-page-navigation {
  width: calc(100% - 2 * 1.111vw);
  padding: 1.111vw;
  border: 0.069vw solid #2b2b2b;
  border-radius: 0.417vw;
  background-color: #0d0d0d;
}

.payment-navigation-link {
  display: flex;
  align-items: center;
  gap: 0;
  width: calc(100% 2 * 1.111vw);
  min-height: 3.472vw;
  padding: 0 1.111vw;
  border-left: 0.139vw solid transparent;
  color: #c2c2c2;
  font-family: var(--base-font);
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  /* text-transform: uppercase; */
  transition: 0.3s;
}

.payment-navigation-chevron {
  display: block;
  flex-shrink: 0;
  width: 0;
  object-fit: contain;
  opacity: 0;
  transform: translateX(-0.556vw);
  transition:
    width 0.3s,
    visibility 0.3s,
    opacity 0.3s,
    transform 0.3s;
}

.payment-navigation-link.active {
  gap: 0.833vw;
  border-left-color: #ff5900;
  background-color: #f1f1f1;
  color: #000;
}

.payment-navigation-link.active .payment-navigation-chevron {
  width: 1.5vw;
  opacity: 1;
  transform: translateX(0);
}

.payment-navigation-link:hover {
  border-left-color: #ff5900;
  background-color: #f1f1f1;
  color: #000;
}

.payment-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 2.778vw;
}

.payment-share p {
  margin: 0;
  color: #8d8d8d;
  font-family: var(--base-font);
  font-size: 0.972vw;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.payment-share-links {
  display: flex;
  align-items: center;
  gap: 0.694vw;
}

.payment-share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.333vw;
  height: 3.333vw;
  padding: 0;
  border: 0.069vw solid #292929;
  border-radius: 0.278vw;
  background-color: transparent;
  cursor: pointer;
  line-height: 100%;
  text-decoration: none;
  transition: 0.3s;
}

.payment-share-button img {
  width: 1.5vw;
}

.payment-share-button:hover {
  border-color: #ff5900;
  background-color: #ff5900;
  color: #fff;
}

.share-page-button img {
  width: 1.5vw;
  transform: rotate(-90deg);
}

/* Coverage section */
.alternatives-see-more {
  display: none;
}

.coverage-section {
  position: relative;
  width: 100%;
}

.coverage-cards-wrapper {
  position: relative;
  width: 100%;
  max-height: 28.9vw;
  overflow: hidden;
  transition: 0.6s ease;
}
.coverage-cards-wrapper > .coverage-cards-grid:last-child {
  margin-top: 2.778vw;
  padding-top: 2.778vw;
  border-top: 0.069vw solid rgba(255,255,255, 0.15);
}
.coverage-for-non-linkes.coverage-cards-grid .coverage-card:hover {
  cursor: default;
}
.coverage-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.111vw;
  width: 100%;
}

.coverage-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  height: 8.333vw;
  padding: 1.111vw;
  overflow: hidden;
  background-color: #292929;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 91% 100%, 0 100%, 0 18%);
}

.coverage-card::before {
  content: "";
  position: absolute;
  inset: 0.069vw;
  z-index: 0;
  background-color: #0d0d0d;
  clip-path: polygon(0 0, 100% 0, 100% 82%, 91% 100%, 0 100%, 0 18%);
  transition: 0.4s ease;
}

.coverage-card:hover::before {
  background-color: #ff5900;
}

.coverage-country-info,
.coverage-map {
  position: relative;
  z-index: 1;
}

.coverage-map-chile {
  margin-right: 2.389vw;
}

.coverage-country-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.833vw;
}

.coverage-flag {
  display: block;
  width: 2.222vw;
  height: 1.389vw;
  object-fit: cover;
}

.coverage-country-info h3 {
  margin: 0;
  color: #fff;
  font-family: "Heading Now", sans-serif;
  font-size: 1.389vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.coverage-map {
  display: block;
  width: auto;
  max-width: 8.333vw;
  height: auto;
  max-height: 6.25vw;
  object-fit: contain;
  transition: 0.4s ease;
}

.coverage-gradient {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 9.722vw;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
  opacity: 1;
  transition: 0.4s ease;
}

.coverage-show-more {
  position: absolute;
  bottom: 1.389vw;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.556vw;
  width: fit-content;
  height: 3.472vw;
  padding: 0 1.389vw;
  border: none;
  border-radius: 0.278vw;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-family: var(--base-font);
  font-size: 0.833vw;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: 0.4s ease;
}

.coverage-show-more::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.556vw;
  height: 0.833vw;
  background-image: url("/wp-content/themes/pmtech/pages/payments-catalog/payments-single/assets/img/black-vector.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
  transition: filter 0.4s ease;
}

.coverage-show-more:hover {
  background-color: #ff5900;
  color: #fff;
}

.coverage-show-more:hover::after {
  filter: invert(1);
}

.coverage-cards-wrapper.expanded .coverage-gradient {
  visibility: hidden;
  opacity: 0;
}

.coverage-cards-wrapper.expanded .coverage-show-more {
  display: none;
}

.player-flow-section {
  width: 100%;
}

.player-flow-section h2 {
  margin-bottom: 1.667vw;
}

.player-flow-options {
  display: flex;
  flex-direction: column;
  gap: 1.111vw;
}

.player-flow-option {
  display: flex;
  align-items: center;
  gap: 0.833vw;
}

.player-flow-option span,
.player-flow-option p {
  margin: 0;
  font-family: var(--base-font);
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 125%;
}

.player-flow-option span {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.987vw;
}

.player-flow-option p {
  color: rgba(255, 255, 255, 0.8);
}

.where-fits-section {
  width: 100%;
}

.where-fits-section h2 {
  margin-bottom: 2.083vw;
}

.where-fits-group {
  width: 100%;
}

.where-fits-group .where-fits-group {
  margin-top: 2.083vw;
}

.where-fits-group h3 {
  margin: 0 0 1.389vw;
  color: #fff;
  font-family: var(--base-font);
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: 0;
  text-transform: uppercase;
}

.where-fits-list {
  display: flex;
  flex-direction: column;
  gap: 1.389vw;
}

.where-fits-item {
  display: flex;
  align-items: center;
  gap: 1.111vw;
}

.where-fits-item::before {
  content: "";
  display: block;
  width: 1.389vw;
  height: 1.389vw;
  background-image: url("/wp-content/themes/pmtech/pages/payments-catalog/payments-single/assets/img/plus-orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.where-fits-negative .where-fits-item::before {
  width: 1.389vw;
  background-image: url("/wp-content/themes/pmtech/pages/payments-catalog/payments-single/assets/img/dots-orange.svg");
}

.where-fits-item p {
  margin: 0;
  color: #f1f1f1;
  opacity: 80%;
  font-family: var(--base-font);
  font-size: 1.111vw;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.01em;
}

.where-fits-negative {
  margin-top: 2.083vw;
}

.where-fits-negative .where-fits-item img {
  width: 1.389vw;
  height: 0.694vw;
}

/* Alternatives */

.payment-alternatives {
  width: 100%;
  margin-top: 10.417vw;
  overflow: hidden;
}

.payment-alternatives-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.778vw;
}

.payment-alternatives-header h2 {
  margin: 0;
  color: #f1f1f1;

  font-family: "Heading Now", sans-serif;
  font-size: 4.444vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.alternatives-controls {
  display: flex;
  align-items: center;
  gap: 0.833vw;
}

.alternatives-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.333vw;
  height: 3.333vw;
  padding: 0;
  border: none;
  border-radius: 0.278vw;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 1.667vw;
  line-height: 100%;
  transition: 0.4s;
}

.alternatives-arrow.disabled {
  background-color: #8d8d8d;
  opacity: 0.7;
  pointer-events: none;
}

.alternatives-slider {
  width: 100%;
  overflow: hidden;
}

.alternatives-track {
  display: flex;
  gap: 1.389vw;
  width: max-content;
  transition: 0.5s ease;
}

.alternative-card {
  position: relative;
  flex-shrink: 0;
  width: 20.3vw;
  padding: 1.111vw 1.111vw 0;
  overflow: hidden;
  background-color: #292929;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  clip-path: polygon(6% 0, 100% 0, 100% 88%, 92% 100%, 0 100%, 0 9%);
}

.alternative-card:hover::before {
  background-color: #292929;
}

.alternative-card::before {
  content: "";
  position: absolute;
  inset: 0.069vw;
  z-index: 0;
  background-color: #0d0d0d;
  clip-path: polygon(6% 0, 100% 0, 100% 88%, 92% 100%, 0 100%, 0 9%);
  transition: 0.1s;
}

.alternative-card .alternative-logo img {
  width: 17vw;
}

.alternative-card:hover .alternative-logo img {
  scale: 1.2;
}

.alternative-logo,
.alternative-card h3 {
  position: relative;
  z-index: 1;
}

.alternative-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 13.889vw;
  background-color: #f1f1f1;
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
}

.alternative-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: 0.2s;
}

.alternative-card h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.111vw 0 1.806vw;
  color: #fff;
  font-family: "Heading Now", sans-serif;
  font-size: 1.389vw;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-align: center;
  text-transform: uppercase;
}

.alternative-card:hover .alternative-logo img {
  transform: scale(1.15);

  /* filter: brightness(0) saturate(100%) invert(80%) sepia(89%) saturate(1440%) hue-rotate(337deg) brightness(103%) contrast(91%); */
}








@media (max-width: 960px) {
  .single-payment-page {
    width: calc(100% - 2 * 5.128vw);
    padding: 18.462vw 5.128vw 20.513vw;
    overflow: visible;
  }

  /* Breadcrumbs */

  .single-payment-breadcrumbs {
    gap: 1.538vw;
    overflow: hidden;
    white-space: nowrap;
  }

  .single-payment-breadcrumbs a,
  .single-payment-breadcrumbs p,
  .single-payment-breadcrumbs span {
    margin: 0;
    font-size: 2.564vw;
    letter-spacing: -0.01em;
  }

  .single-payment-layout {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin-top: 6.154vw;
  }

  .single-payment-content {
    display: contents;
    max-width: none;
  }

  .single-payment-content>* {
    order: 4;
  }

  .payment-introduction {
    order: 1;
  }

  .payment-details-sidebar {
    order: 2;
  }

  .payment-right-sidebar {
    order: 3;
  }

  /* Introduction */

  .payment-introduction {
    width: 100%;
  }

  .payment-provider-logo {
    width: 34.103vw;
    height: 18.462vw;
    border-radius: 1.026vw;
  }

  .payment-provider-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .payment-introduction h1 {
    margin: 6.154vw 0 4.103vw;
    font-size: 8.205vw;
    line-height: 110%;
    letter-spacing: -0.02em;
  }

  .payment-introduction p,
  .single-payment-section p {
    font-size: 3.59vw;
    line-height: 130%;
  }

  /* Left details box */

  .payment-details-sidebar {
    position: static;
    width: calc(100% - 2 * 4.103vw);
    margin-top: 6.154vw;
    padding: 0 4.103vw 4.103vw;
    border-width: 0.256vw;
    border-radius: 1.026vw;
  }

  .payment-details-row {
    gap: 4.103vw;
    padding: 4.103vw 0;
    border-bottom-width: 0.256vw;
  }

  .payment-details-row p,
  .payment-details-row span,
  .payment-details-row a {
    font-size: 3.56vw;
    line-height: 125%;
  }

  .payment-details-row a {
    max-width: 60vw;
    padding-right: 5.128vw;
  }

  .payment-details-row a::after {
    width: 3.59vw;
    height: 3.59vw;
  }

  .payment-details-actions {
    gap: 2.564vw;
    margin-top: 4.103vw;
  }

  .payment-details-button {
    width: calc(100% - 2 * 4.103vw);
    height: 12.308vw;
    padding: 0 4.103vw;
    border-radius: 1.026vw;
    font-size: 3.333vw;
  }

  .payment-right-sidebar {
    position: sticky;
    top: 15.385vw;
    z-index: 20;
    width: calc(100% + 10.256vw);
    margin-top: 6.154vw;
    margin-left: -5.128vw;
    background-color: #000;
    overflow: hidden;
  }

  .payment-page-navigation {
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 0 5.128vw;
    overflow-x: auto;
    overflow-y: hidden;
    border-width: 0.256vw 0;
    border-radius: 0;
    background-color: #0d0d0d;
    scrollbar-width: none;
  }

  .payment-page-navigation::-webkit-scrollbar {
    display: none;
  }

  .payment-navigation-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 1 auto;
    flex-shrink: 0;
    width: auto;
    min-height: 12.308vw;
    padding: 0 2.103vw;
    border-left: none;
    border-bottom: 0.513vw solid transparent;
    font-size: 2.5vw;
  }

  .payment-navigation-link.active {
    gap: 1.051vw;
    border-bottom-color: #ff5900;
    background-color: #f1f1f1;
  }

  .payment-navigation-link.active .payment-navigation-chevron {
    width: 4.103vw;
  }

  .payment-navigation-chevron {
    height: 4.103vw;
    transform: translateX(-1.051vw);
  }

  .payment-share {
    display: flex;
    flex-direction: column;
    gap: 6.1538vw;
  }
  .payment-share p {
    font-size: 3.0769vw;
  }
  .payment-share-button {
    width: 10.2564vw;
    height: 10.2564vw;
  }
  .payment-share-button img,
  .share-page-button img {
    width: 6.1538vw;
  }

  .single-payment-divider {
    width: 100%;
    height: 0.256vw;
    margin: 6.154vw 0;
  }

  .single-payment-section {
    width: 100%;
  }

  .single-payment-section h2 {
    margin: 0 0 4.103vw;
    font-size: 5.301vw;
    line-height: 110%;
  }

  .payment-navigation-link:hover {
    border-bottom-color: transparent;
    background-color: transparent;
    color: #c2c2c2;
  }

  .payment-navigation-link.active:hover {
    border-bottom-color: #ff5900;
    background-color: #f1f1f1;
    color: #000;
  }

  /* Coverage */

  .coverage-cards-wrapper {
    max-height: none;
    overflow: visible;
  }

  .coverage-cards-grid {
    grid-template-columns: 1fr;
    gap: 2.564vw;
  }

  .coverage-card {
    width: calc(100% - 2 *4.103vw);
    height: 32.821vw;
    padding: 4.103vw;

    clip-path: polygon(0 0, 100% 0, 100% 82%, 91% 100%, 0 100%, 0 18%);
  }

  .coverage-card::before {
    inset: 0.256vw;

    clip-path: polygon(0 0, 100% 0, 100% 82%, 91% 100%, 0 100%, 0 18%);
  }

  .coverage-country-info {
    gap: 2.051vw;
  }

  .coverage-flag {
    width: 7.179vw;
    height: 4.615vw;
  }

  .coverage-country-info h3 {
    font-size: 4.103vw;
    line-height: 110%;
  }

  .coverage-map {
    max-width: 30.769vw;
    max-height: 25.641vw;
  }

  .coverage-map-chile {
    margin-right: 8.205vw;
  }

  .coverage-card:nth-child(n + 5) {
    display: none;
  }

  .coverage-gradient,
  .coverage-show-more {
    display: none;
  }

  /* Player flow types */

  .player-flow-section h2 {
    margin-bottom: 4.103vw;
    font-size: 5.385vw;
  }

  .player-flow-options {
    gap: 2.564vw;
  }

  .player-flow-option {
    gap: 2.051vw;
  }

  .player-flow-option span,
  .player-flow-option p {
    font-size: 3.59vw;
    line-height: 125%;
  }

  .player-flow-option span {
    font-size: 3.59vw;
  }

  /* Where fits best */

  .where-fits-section h2 {
    margin-bottom: 5.128vw;
    font-size: 5.385vw;
  }

  .where-fits-group+.where-fits-group {
    margin-top: 5.128vw;
  }

  .where-fits-group h3 {
    margin-bottom: 3.077vw;
    font-size: 3.59vw;
  }

  .where-fits-list {
    gap: 3.077vw;
  }

  .where-fits-item {
    gap: 2.564vw;
  }

  .where-fits-item::before {
    flex-shrink: 0;
    width: 4.103vw;
    height: 4.103vw;
  }

  .where-fits-negative .where-fits-item::before {
    width: 4.103vw;
    height: 4.103vw;
    margin-top: 0.513vw;
  }

  .where-fits-item p {
    line-height: 125%;
    font-size: 3.59vw;
    letter-spacing: -0.01em;
  }

  /* Alternatives */

  .payment-alternatives {
    width: 100%;
    margin-top: 15.385vw;
    overflow: visible;
  }

  .payment-alternatives-header {
    margin-bottom: 4.103vw;
  }

  .payment-alternatives-header h2 {
    font-size: 5.385vw;
    line-height: 110%;
  }

  .alternatives-controls {
    display: none;
  }

  .alternatives-slider {
    width: 100%;
    overflow: visible;
  }

  .alternatives-track {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.564vw;

    width: 100%;
    transform: none !important;
    transition: none;
  }

  .alternative-card {
    width: calc(100% - 2 * 4.103vw);
    padding: 4.103vw 4.103vw 0;

    clip-path: polygon(6% 0, 100% 0, 100% 88%, 92% 100%, 0 100%, 0 9%);
  }

  .alternative-card::before {
    inset: 0.256vw;

    clip-path: polygon(6% 0, 100% 0, 100% 88%, 92% 100%, 0 100%, 0 9%);
  }

  .alternative-logo {
    height: 37.949vw;
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
  }

  .alternative-logo img {
    max-width: 48.718vw;
    max-height: 17.949vw;
  }

  .alternative-card h3 {
    margin: 3.077vw 0 4.103vw;
    font-size: 3.333vw;
    line-height: 110%;
  }

  .alternative-card:nth-child(n + 5) {
    display: none;
  }

  .alternatives-track.alternatives-expanded .alternative-card {
    display: block;
  }

  .alternatives-see-more.hidden {
    display: none;
  }

  .alternatives-see-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.538vw;
    width: fit-content;
    height: 10.256vw;
    margin: 4.103vw auto 0;
    padding: 0 4.103vw;
    border: none;
    border-radius: 1.026vw;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    font-family: var(--base-font);
    font-size: 3.333vw;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
  }

  .alternatives-see-more::after {
    content: "";
    width: 2.051vw;
    height: 3.077vw;

    background-image: url("/wp-content/themes/pmtech/pages/payments-catalog/payments-single/assets/img/black-vector.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    transform: rotate(90deg);
  }

  .alternative-card .alternative-logo img {
    width: 25vw;
    height: 13vw;
    object-fit: contain;
  }

  .single-payment-section p,
  .single-payment-section span,
  .single-payment-section b,
  .single-payment-section ul,
  .single-payment-section ol,
  .single-payment-section li,
  .single-payment-section table *:not(h1, h2, h3, h4, h5, h6) {
    font-size: 3.59vw;
  }

  .single-payment-section h2,
  .single-payment-section h3,
  .single-payment-section h4,
  .single-payment-section h5,
  .single-payment-section h6,
  .single-payment-section h2 *,
  .single-payment-section h3 *,
  .single-payment-section h4 *,
  .single-payment-section h5 *,
  .single-payment-section h6 * {
    font-size: 5.385vw;
    margin-top: 7vw;
  }

  .frequently-asked-questions .main-button.light::after,
  .frequently-asked-questions .main-button::after {
    width: 6.154vw;
    height: 6.154vw;
  }

  .frequently-asked-questions .container-tag {
    font-size: 3.077vw;
  }
}

.single-payment-section table {
  border: 0.069vw solid #252525 !important;
  box-sizing: border-box !important;
  /* padding: 0.8333vw !important; */
  border-radius: 0.2778vw !important;
  overflow: scroll !important;
  max-width: 40.7639vw !important;
  display: block !important;
  border-collapse: separate;
  border-spacing: 1.111vw;
  max-height: 40.7778vw;
}
.single-payment-section table thead tr {
  background: none !important;
}
.single-payment-section table thead tr th,
.single-payment-section table tbody tr td {
  /* min-width: 13.8889vw !important;
  border: none !important;
  background: none !important; */
  padding: 1.111vw 1.3889vw;
  vertical-align: top;
  font-size: 0.8333vw;
  line-height: 1.5;
}
/* .single-payment-section table:has(:not(thead)) tbody tr:first-child td,
.single-payment-section table:has(thead) thead tr th { */
.single-payment-section table:not(:has(thead)) tbody tr:first-child td,
.single-payment-section table thead th {
  /* border: 0 !important;
  white-space: nowrap !important;
  background: #191919 !important;
  border-radius: 0.2778vw !important; */
  background-color: #191919;
  color: #f1f1f1;
  text-transform: uppercase;
  font-size: 0.9722vw;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: left;
  padding: 1.111vw 1.3889vw;
  border-radius: 6px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.single-payment-section table tbody tr td:first-child {
  /* background-color: #252525 !important; */
  background-color: #242424;
  color: #ffffff;
  border-radius: 0.2778vw;
  width: 35%;
  position: sticky;
  left: 0;
  z-index: 9;
}
@media (max-width: 960px) { 
  .single-payment-section table {
    max-width: 100vw !important;
    border-spacing: 4.267vw;
    max-height: 100.7778vw;
  }
  .single-payment-section table thead tr th,
  .single-payment-section table tbody tr td {
    padding: 4.267vw 4.3889vw;
    vertical-align: top;
    font-size: 3.29vw;
    line-height: 110%;
  }
}