.rates-ttp-section-keqx {
  width: 100%;
  padding: 88px 0;
}

.rates-ttp-inner-keqx {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 16px;
}

.rates-ttp-title-keqx {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 32px;
  color: #000000;
  text-align: center;
}

.rates-ttp-card-keqx {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border-radius: 40px;
  padding: 48px 32px 32px;
}

.rates-ttp-desc-keqx {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.9);
  margin: 24px 0 48px;
}

.rates-ttp-icon-keqx {
  display: block;
  width: 36px;
  height: 36px;
}

.rates-ttp-divider-keqx {
  display: none;
}

.rates-ttp-outstanding-keqx {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}

.rates-ttp-rate-keqx {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}

.rates-ttp-rate-label-keqx {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.55);
}

.rates-ttp-rate-value-keqx {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.9);
}

.rates-ttp-rate-symbol-keqx {
  font-size: 24px;
  line-height: 24px;
}

.rates-ttp-installment-keqx {
  display: flex;
  justify-content: space-between;
  background-color: #ededed;
  padding: 16px;
  margin: 5px 0;
  border-radius: 8px;
  font-size: 15px;
  line-height: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
}

.rates-ttp-installment-pct-keqx {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
}

.rates-ttp-moreinfo-keqx {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.9);
  text-align: left;
}

.rates-ttp-link-keqx {
  color: #3483fa;
  text-decoration: none;
}

.rates-ttp-link-keqx:hover {
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .rates-ttp-section-keqx {
    padding: 144px 0;
  }

  .rates-ttp-inner-keqx {
    max-width: 1050px;
    padding: 0 24px;
  }

  .rates-ttp-title-keqx {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 56px;
  }

  .rates-ttp-card-keqx {
    flex-direction: row;
    align-items: center;
    padding: 48px;
  }

  .rates-ttp-left-keqx {
    margin-right: 42px;
  }

  .rates-ttp-desc-keqx {
    font-size: 32px;
    line-height: 40px;
    margin: 42px 0 0;
  }

  .rates-ttp-icon-keqx {
    width: 54px;
    height: 54px;
  }

  .rates-ttp-divider-keqx {
    display: block;
    width: 1px;
    align-self: stretch;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 20px;
  }

  .rates-ttp-right-keqx {
    margin-left: 72px;
    width: 405px;
  }

  .rates-ttp-rate-value-keqx {
    font-size: 56px;
  }

  .rates-ttp-rate-symbol-keqx {
    font-size: 32px;
    line-height: 32px;
  }
}
