<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-payouts &gt; h1 {
  font-size: 56px !important;
  line-height: 60px !important;
  margin-bottom: 24px;
}

.banner-payouts &gt; p {
  font-size: 24px !important;
  line-height: 26px !important;
  font-weight: 400;
}

.description-payouts-content {
  position: relative;
  height: 550px;
}

.description-payouts &gt; h1 {
  font-size: 46px !important;
  line-height: 46px;
  margin: 100px 0 16px 0 !important;
}

.description-payouts &gt; h1 &gt; span {
  display: block;
  font-family: "CIBFontSans Light";
  font-weight: 200;
}

.description-payouts &gt; p {
  font-size: 20px !important;
  line-height: 24px !important;
}

.description-box {
  margin: 0 auto;
  width: fit-content;
  background-color: #dfff61;
  padding: 4px 16px;
  border: 1px solid #2c2a29;
  border-radius: 50px;
}

.payouts-images {
  justify-content: center;
}

.description-payouts-img {
  position: absolute;
  top: 120px;
}

.processes-payouts {
  height: 250px;
}

.process-payouts {
  width: 206px;
  text-align: center;
}

.process-payouts &gt; img {
  width: 80px;
  margin: 0 auto;
}

.process-payouts &gt; span {
  font-size: 16px;
  margin-top: 16px;
}

.plans-payouts &gt; h3 {
  font-size: 46px !important;
  line-height: 46px;
  margin: 100px 0 16px 0 !important;
}

.plans-payouts &gt; p {
  font-family: "CIBFontSans Light";
  font-size: 36px !important;
  line-height: 24px !important;
}

.plans-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.card-container {
  border-radius: 16px;
  /* padding: 40px 56px; */
  padding: 16px;
  background-color: #ffffff;
  box-shadow: 0px 3px 4px 0px #2c2a290d;
}

.card-container__header {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
}

.card-title {
  font-family: "CIBFontSans Bold";
  font-weight: 700;
  /* font-size: 28px; */
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.6px;
  margin-bottom: 8px;
}

.wompi-icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b0f2ae;
  border-radius: 50%;
}

.bancolombia-icon {
  width: 40px;
  height: 40px;
  aspect-ratio: 1 / 1;
}

.plan-card-inline {
  max-width: 505px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #2c2a29;
  border-radius: 1rem;
  padding: 24px 10px;
  background-color: #ffffff;
  min-width: 200px;
  margin-top: 12px;
}

.plan-card-block {
  position: relative;
  border: 1px solid #2c2a29;
  border-radius: 1rem;
  /* padding: 32px 16px; */
  padding: 8px 16px;
  background-color: #ffffff;
  margin-top: 12px;
  min-width: 166px;
}

.payouts-divider {
  width: 100%;
  height: 1px;
  background-color: #2c2a29;
}

.plan-card-divider {
  display: none;
}

.plan-card__tag {
  max-width: 150px;
  height: 24px;
  position: absolute;
  top: -12px;
  border-radius: 25px;
  padding-inline: 16px;
  background-color: #dfff61;
  border: 1px solid #2c2a29;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 14px;
}

.tag-inline {
  left: 38px;
  justify-content: center;
}

.tag-block {
  width: 90px;
  justify-content: center;
  left: 38px;
}

.plan-card-inline__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.plan-card-block__content {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 16px;
}

.plan-card-rate {
  font-family: "CIBFontSans Bold";
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.6px;
  text-align: center;
  flex: 0 0 38%;
}

.plan-card-rate.rate-block &gt; span {
  display: block;
  /* font-size: 24px; */
}

.plan-card-inline__info {
  flex: 0 0 38%;
}

.plan-card-inline__info &gt; h6 {
  text-align: center;
  font-size: 14px;
}

.plan-card-inline__info &gt; h6 &gt; span {
  font-family: "CIBFontSans Light";
}

.plan-card-block__info &gt; h5 {
  font-size: 18px;
}

.plan-card-block__info &gt; h6 {
  font-size: 14px;
}
.plan-card-block__info &gt; p:nth-of-type(1) {
  font-size: 14px;
  line-height: 16px;
}

.banking-aggregation-plans-container {
  max-width: 748px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 14px;
}

.why-payouts-container {
  padding: 30px 0;
  display: flex;
  gap: 24px;
  overflow-x: scroll;
  scroll-snap-type: x proximity;
}

.why-payouts-card {
  scroll-snap-align: center;
  min-width: 219px;
  width: 219px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 1px 4px 0px #2c2a2929;
}

.why-payouts-card__icon {
  width: 56px;
  height: 56px;
  background-color: #dfff61;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.activate-payouts-action {
  display: none;
}

.plans-payouts-items {
  justify-content: center;
  margin: 75px 0 40px 0;
}

.plan-payouts {
  position: relative;
  border: 1.51px solid #2c2a29;
  border-radius: 24.15px;
  background-color: #ffffff;
  padding: 25px 25px 10px 25px;
  width: 250px;
  text-align: center;
  margin: 0 10.2px;
}

.plan-payouts-type {
  display: flex;
  position: absolute;
  top: -20px;
  border: 1.5px solid #2c2a29;
  background-color: #dfff61;
  border-radius: 20px;
  margin: auto;
  width: 174px;
  height: 40px;
  left: 0;
  right: 0;
}

.plan-payouts-type &gt; span {
  margin: auto;
}

.plan-payouts-fee {
  display: block;
  font-family: "CIBFontSans Light";
  font-size: 42.25px;
  line-height: 45.27px;
  margin: 25px 0 18px 0;
}

.plan-payouts-fee &gt; b {
  font-family: "CIBFontSans Bold";
}

.plan-payouts-description {
  width: 170px;
  height: 170px;
  margin: auto;
}

.plan-payouts-description &gt; h1 {
  font-family: "CIBFontSans Bold";
  font-size: 27.16px;
  line-height: 30.18px;
  margin-top: 18px;
}

.plan-payouts-description &gt; h1 &gt; b {
  font-weight: 700;
  font-size: 18.11px;
  line-height: 24.15px;
  margin-top: 18px;
}

.plan-payouts-description &gt; h1 &gt; span {
  display: block;
  font-family: "CIBFontSans Light";
  font-size: 18.11px;
  line-height: 30.18px;
  margin: 6px 0 18px 0;
}

.plan-payouts-extra {
  display: block;
  font-family: "CIBFontSans Bold";
  font-size: 18px;
  line-height: 24.15px;
  margin-top: 18px;
  height: 30px;
}

.plan-payouts-button {
  font-family: "Open Sans" !important;
  font-size: 18px !important;
  line-height: 24.15px !important;
  color: #2c2a29 !important;
  width: 183px;
  padding: 5px 5px;
}

.plans-payouts-terms {
  margin: 24px 30px 60px;
}

.plans-payouts-terms &gt; p {
  font-family: "CIBFontSans Bold";
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.3px;
  text-align: center;
}

.tutorials-payouts &gt; h1 {
  font-size: 46px !important;
  line-height: 46px !important;
}

.tutorials-payouts &gt; p {
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 400;
}

.tutorials-payouts-video {
  position: relative;
  cursor: pointer;
  width: 642px !important;
}

.tutorials-payouts-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tutorial-payouts-video {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}

.tutorial-payouts-video &gt; iframe {
  border-radius: 48px;
}

.tutorial-payouts-description {
  cursor: pointer;
  width: 642px;
  margin: 150px auto 0 auto;
}

.tutorial-payouts-description &gt; span {
  font-family: "CIBFontSans Bold";
  font-size: 24px;
  text-align: center;
  padding: 8px 16px;
  background-color: #b0f2ae;
}

.tutorial-payouts-description &gt; p {
  display: block;
  width: 315px;
  font-family: "CIBFontSans Light";
  font-size: 20px;
  margin: 26px 0;
}

.why-payments &gt; h1 {
  font-size: 46px !important;
  line-height: 46px !important;
}

.why-payments &gt; p {
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 400;
}

.why-payments-items {
  display: grid;
  grid-template-columns: 424px 424px;
  gap: 20px 40px;
}

.why-payment {
  display: flex;
  background-color: #f2fdf1;
  border: 1px solid #2c2a29;
  border-radius: 16px;
  padding: 24px;
}

.why-payment &gt; img {
  width: 56px;
  height: 56px;
  margin: auto 24px auto auto;
}

.why-payment-content {
  width: 296px;
}

.why-payment-content &gt; span {
  display: block;
  font-family: "CIBFontSans Bold";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
}

.why-payment-content &gt; p {
  font-size: 14px;
  line-height: 18px;
}

.multiple-solutions &gt; h1 {
  font-size: 46px !important;
  line-height: 46px !important;
}

.multiple-solutions &gt; p {
  font-size: 20px !important;
  line-height: 24px !important;
  font-weight: 400;
}

.multiple-solutions-steps {
  display: flex;
  width: 80px;
  height: 80px;
  aspect-ratio: 1 / 1;
  text-align: center;
  border: 1px solid #2c2a29;
  border-radius: 100px;
  background-color: #dfff61;
  margin: 0 12px;
}

.multiple-solutions-steps &gt; span {
  font-family: "CIBFontSans Bold";
  font-size: 14px;
  line-height: 26px;
  margin: auto;
}

.multiple-solutions-step {
  position: relative;
  margin-top: 70px;
}

.multiple-solutions-step-description {
  width: 315px;
  margin: 50px auto;
}

.multiple-solutions-step-description &gt; h1 {
  font-size: 32px;
  line-height: 32px;
}

.multiple-solutions-step-description &gt; p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}

.multiple-solutions-step-description &gt; p &gt; strong {
  font-family: "CIBFontSans Bold";
}

.bg-green-radial {
  position: absolute;
  bottom: -300px;
  left: -100px;
}

.join-steps-left {
  display: none;
  position: absolute;
  top: -420px;
  right: 50%;
}

.join-steps-right {
  display: none;
  position: absolute;
  top: -420px;
  left: 50%;
}

.activate-payouts-mobile {
  text-align: center;
}

.activate-payouts-mobile &gt; a {
  width: 100%;
}

@media (width &gt;= 390px) {
  .card-container {
    padding: 40px 56px;
  }

  .card-title {
    font-size: 28px;
  }

  .plan-card-block {
    padding: 32px 16px;
  }

  .plan-card-rate {
    font-size: 28px;
    flex: 1;
  }

  .plan-card-rate.rate-block &gt; span {
    font-size: 24px;
  }

  .plan-card-block__content {
    flex-direction: column;
  }

  .plan-card-divider {
    display: block;
  }

  .tag-block {
    left: calc(50% - 90px / 2);
  }

  .plan-card-inline__info &gt; h6 &gt; span {
    display: block;
  }
}

@media (width &gt;= 768px) {
  .multiple-solutions-steps {
    width: 145px;
    height: 145px;
    margin: 0 40px;
  }

  .multiple-solutions-steps &gt; span {
    font-size: 24px;
  }

  .activate-payouts-action {
    display: block;
  }

  .activate-payouts-mobile {
    display: none;
  }

  .solutions-divider {
    display: none;
  }

  .multiple-steps-reverse {
    flex-direction: row-reverse;
  }

  .description-payouts-img-mobile {
    display: none;
  }
}

@media (width &gt;= 1200px) {
  .join-steps-left {
    display: block;
  }

  .join-steps-right {
    display: block;
  }
}

@media (width &gt;= 1512px) {
  .why-payouts-container {
    overflow-x: visible;
  }
}

@media (max-width: 768px) {
  .banner-payouts &gt; h1 {
    font-size: 28px !important;
    line-height: 32px !important;
    text-align: center;
  }

  .banner-payouts &gt; p {
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center;
  }

  .button-banner-payouts {
    display: none;
  }

  .description-payouts-content {
    position: relative;
    height: 100%;
  }

  .description-payouts &gt; h1 {
    font-size: 28px !important;
    line-height: 30px;
  }

  .description-payouts &gt; h1 &gt; span {
    display: inline;
  }

  .description-payouts &gt; p {
    font-family: "Open Sans Bold";
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .description-payouts-img {
    display: none;
  }

  .processes-payouts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    margin-top: 50px;
  }

  .process-payouts {
    width: 106px;
    margin: 20px auto;
    text-align: center;
  }

  .plans-payouts &gt; h1 {
    font-size: 28px !important;
    line-height: 30px;
    margin: 20px 0 16px 0 !important;
  }

  .plans-payouts &gt; p {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .plans-payouts-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .plan-payouts {
    margin: auto;
  }

  .tutorials-payouts &gt; h1 {
    font-size: 28px !important;
    line-height: 30px !important;
    text-align: center;
  }

  .tutorials-payouts &gt; p {
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center;
  }

  .tutorials-payouts-video {
    width: 100% !important;
  }

  .tutorial-payouts-description {
    text-align: center;
    width: 100%;
    margin: 50px auto 0 auto;
  }

  .tutorial-payouts-description &gt; span {
    font-size: 20px;
    text-align: center;
  }

  .tutorial-payouts-description &gt; p {
    font-size: 14px;
    text-align: center;
  }

  .why-payments &gt; h1 {
    font-size: 28px !important;
    line-height: 30px !important;
    text-align: center;
  }

  .why-payments &gt; p {
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center;
  }

  .why-payments-items {
    display: grid;
    grid-template-columns: 100%;
    gap: 20px;
  }

  .why-payment {
    width: 100%;
    margin: auto;
  }

  .multiple-solutions &gt; h1 {
    font-size: 28px !important;
    line-height: 30px !important;
  }

  .multiple-solutions &gt; p {
    font-size: 20px !important;
    line-height: 22px !important;
  }

  .multiple-solutions-step {
    margin-top: 10px;
  }

  .multiple-solutions-step-description {
    width: 100%;
    margin: 10px auto;
  }

  .multiple-solutions-step-description &gt; h1 {
    font-size: 24px;
    line-height: 26px;
  }

  .bg-green-radial {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .why-payment {
    width: 424px;
  }
}
</pre></body></html>