<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONTS &amp; NORMALIZE */
   *,
   *::before,
   *::after {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
   }
   
@font-face {
    font-family: 'Geist';
    src: url('/themes/milprestamos/fonts/index_v3/Geist.woff2') format('woff2');
    font-weight: 200 800;
    font-display: swap;
    font-style: normal;
}
   
   
   html,
   body {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont,
      'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
      font-optical-sizing: auto;
     height: 100%;
     scroll-behavior: smooth;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 1.5;
     font-weight: 450;
     background-color: #fff;
     color: #020617;
     -webkit-text-size-adjust: none;
   }
   
   ul[role='list'],
   ol[role='list'] {
     list-style: none;
   }
   
   img,
   picture,
   video,
   canvas,
   svg {
     display: block;
     max-width: 100%;
   }
   
   input,
   button,
   textarea,
   select {
     font: inherit;
   }
   
   a {
     text-decoration: none;
     color: inherit;
   }
   
   
/* REUSABLE */
.container {
  width: 100%;
  padding: 0 16px;
  margin-left: auto;
  margin-right: auto;
}

.section__heading {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.section__subheading {
  padding-top: 4px;
  font-size: 14px;
  color: #475569;
}

.primary_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 100%;
  background-image: linear-gradient(to bottom, #fb923c, #f78530, #f37724, #ee6818, #ea580c);
  box-shadow: inset 0px 4px 9px rgba(255, 255, 255, 0.25),inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 4px 4px rgba(8, 8, 8, 0.08), 0px 1px 2px rgba(8, 8, 8, 0.2);
  color: #ffffff;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 550;
  transition: filter 0.2s ease;
}

.link {
  color: #2563EB;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #60a5fa;
}

.link-dark {
  color: #0f172a;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #94a3b8;
  font-size: 14px;
  transition: all .3s ease;
}

.button__wrapper {
  margin-top: 24px;
}

/* HEADER */
header {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  padding: 16px 0px;
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05);
  border-radius: 0px 0px 8px 8px;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  height: clamp(16px, 6.2vw, 24px);
}

.header__buttons {
  display: flex;
  align-items: center;
  gap: clamp(8px, 3.2vw, 12px);
}

.header_button__cta {
  display: flex;
  justify-content: center;
  align-items: center;
  height: clamp(32px, 10vw, 40px);
  padding-left: clamp(12px, 6vw, 24px);
  padding-right: clamp(12px, 6vw, 24px);
  background-image: linear-gradient(to bottom, #fb923c, #f78530, #f37724, #ee6818, #ea580c);
  box-shadow: inset 0px 4px 9px rgba(255, 255, 255, 0.25),inset 0px 1px 1px rgba(255, 255, 255, 0.2), 0px 4px 4px rgba(8, 8, 8, 0.08), 0px 1px 2px rgba(8, 8, 8, 0.2);
  color: #ffffff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 550;
  transition: filter 0.2s ease;
}

.header_button__profile {
  width: clamp(32px, 10vw, 40px);
  height: clamp(32px, 10vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F1F5F9;
  border-radius: 8px;
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05), 0px 1px 4px rgba(12, 12, 13, 0.1);
  transition: background-color, box-shadow .3s ease;
}

/* FIRST SCREEN */
.firstscreen {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  padding: 44px 0px 32px 0px;
  border-radius: 0px 0px 12px 12px;
  background-image: linear-gradient(to bottom, #14b8a6, #00b99e, #00b995, #00b98c, #10b981);
}

.firstscreen__content {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.firstscreen__text {
  padding-bottom: 24px;
}

.firstscreen__rating {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}

.firstscreen__heading {
  color: #ffffff;
  font-size: clamp(20px, 5.5vw, 26px);
  line-height: 1.3;
  font-weight: 900;
  margin: 8px 0px;
}

.firstscreen__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.firstscreen__list-item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  font-weight: 550;
  padding-top: 4px;
}

.firstscreen__list-item:first-child {
  padding-top: 0px;
}

.firstscreen__illustration {
position: relative;
} 

.firstscreen__illustration-img {
  height: clamp(132px, 39vw, 180px);
  position: relative;
  z-index: 2;
}

.firstscreen__blur {
  width: 132px;
  height: 132px;
  position: absolute;
  top: 0;
  background-color: #1AE4A2;
  border-radius: 9999px;
  filter: blur(30px);
}

/* STEPS */
.steps {
  position: relative;
  z-index: 1;
  margin-top: -12px;
  padding: 44px 0px 40px 0px;
  background-color: #F4F4F5;
}

.steps__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.steps__card-item {
  background-color: #ffffff;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03), 0px 2px 10px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.steps__card-tag {
  background-color: #14B8A6;
  border-radius: 4px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 550;
  width: fit-content;
  padding: 0px 8px;
}

.steps__card-text {
  margin-top: 12px;
}

.steps__card-heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 550;
}

.steps__card-subheading {
  font-size: 14px;
  line-height: 20px;
  color: #71717A;
  padding-top: 2px;
}


/* REVIEWS */
.reviews {
  padding: 32px 0px 36px 0px;
}

.reviews__wrapper {
  padding: 0px 16px;
}

.review__card-scroll {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 20px;
  padding: 12px 16px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.review__card-scroll::-webkit-scrollbar {
  display: none;
}

.review__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 80vw;
  scroll-snap-align: start;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03), 0px 2px 10px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 16px;
}

.review_card__rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review__card-date {
  font-size: 14px;
  color: #71717A;
  font-weight: 450;
}

.review_card__text {
  padding-top: 16px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 450;
  color: #0F172A;
}

.review_card__person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.review_card_person-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 550;
  color: #ffffff;
  border-radius: 9999px;
}

.review_card_person__name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 550;
}

.review_card_person__sum {
  font-size: 14px;
  line-height: 20px;
  font-weight: 450;
  color: #A1A1AA;
}

.review_card__likes {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.review_card__like {
  min-width: 48px;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0px 12px;
  background-color: #F1F5F9;
  border: 1px solid #E2E8F0;
  border-radius: 9999px;
  font-size: 10px;
  font-weight: 550;
}

.review_card_like__emoji {
  height: 16px;
  margin-bottom: 1px;
}

/* CONS */
.cons {
  padding: 32px 0px 40px 0px;
  background-color: #F4F4F5;
}

.cons__cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.cons__card-item {
  background-color: #ffffff;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03), 0px 2px 10px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.3);
}

.cons__card-text {
  margin-top: 12px;
}

.cons__card-heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 550;
}

.cons__card-subheading {
  font-size: 14px;
  line-height: 20px;
  color: #71717A;
  padding-top: 2px;
}

/* CTA BANNER */
.banner {
  padding: 40px 0px 40px 0px;
}
.banner__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px 0px 20px;
  background-image: linear-gradient(to bottom, #14b8a6, #00b99e, #00b995, #00b98c, #10b981);
  box-shadow: 0px 0px 16px rgba(15, 231, 162, 0.5);
  border-radius: 16px;
  text-align: center;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform .3s ease;
}

.banner_cta__content {
  width: 100%;
}

.banner_cta__heading {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
}

.banner_cta__text {
  text-align: center;
  font-weight: 550;
  color: #ffffff;
  padding-top: 4px;
  margin-bottom: 24px;
}

.banner_cta__button {
width: 100%;
box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.05), 0px 1px 4px rgba(12, 12, 13, 0.1);
background-color: #ffffff;
color: #18181B;
border: none;
height: 56px;
border-radius: 16px;
font-size: 18px;
font-weight: 550;
cursor: pointer;
}

.banner_cta__image {
  height: 212px;
  margin-bottom: -12px;
  margin-top: -24px;
}


/* FAQ */
.faq_section {
  padding: 20px 0px 56px 0px;
}

.faq {
  background-color: #ffffff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.03), 0px 2px 10px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  overflow: hidden;
}

.faq_item {
  border-bottom: 1px solid #E5E7EB;
}

.faq_item:last-child {
border-bottom: none;
}

.faq_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 16px;
  width: 100%;
  color: #18181B;
  transition: color 0.3s ease;
  text-align: left;
  transition: background-color 0.3s ease;
}

.faq_icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.faq_answer {
  max-height: 0;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  background-color: #F9FAFB;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.3s ease;
  padding: 0px 16px;
  opacity: 0;
}

.faq_item.open .faq_answer {
  max-height: 500px;
  opacity: 1;
  padding: 16px;
  border-top: 1px solid #E5E7EB;
}

.faq_item.open .faq_icon {
  content: url("/themes/milprestamos/images/index_v3/chevron_filled.svg");
}

/* FOOTER */
footer {
  padding: 24px 0px 36px 0px;
  background-color: #F0FDFA;
  border-top: 1px solid #E2E8F0;
}

.footer__logo {
  margin: 0 auto;
}

.footer__links {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  padding: 20px 0px 24px 0px;
  font-size: 14px;
}

.footer__legaltext {
  font-size: 10px;
  color: #475569;
  text-align: center;
}

/* Tablet S */
@media (min-width: 576px) {
.primary_button {
 width: fit-content;
 padding: 0px 32px;
 margin: 0 auto;
  }
.firstscreen__content {
  justify-content: center;
}
.firstscreen__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.firstscreen__heading {
  text-align: center;
}
.firstscreen__list {
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
}
.firstscreen__list-item {
  padding: 0;
}
.calculator {
  max-width: 360px;
}
.firstscreen__illustration {
  display: none;
}
.section__heading {
    font-size: 22px;
    line-height: 28px;
  }
.steps__cards {
  flex-direction: row;
  gap: 8px;
}
.steps__card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cons__cards {
  flex-direction: row;
  gap: 8px;
}
.cons__card-icon {
  height: 32px;
}
.cons__card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.review__card {
  flex: 0 0 40vw;
}
.banner_cta__button {
  width: auto;
  padding: 0px 32px;
}
.footer__copyright {
  font-size: 14px;
}
.footer__legaltext {
  font-size: 10px;
}
}

/* Tablet M */
@media (min-width: 640px) {
  .review__card {
    flex: 0 0 45vw;
  }
}

/* Tablet L */
@media (min-width: 768px) {
  .review__card {
    flex: 0 0 45vw;
  }
  .faq__wrapper {
    justify-content: center;
    align-items: center;
  }
  .faq__item {
    width: 100%;
    max-width: 65%;
  }
}

/* Laptop */
@media (min-width: 1024px) {
  header {
    border-radius: 0px 0px 12px 12px;
  }
  .firstscreen {
    padding: 64px 0px;
    background-image: none;
    background: linear-gradient(to bottom, #d1fae5 0%, #d1fae5 30%, #a7f3d0 100%);
    border-radius: 0px;
  }
  .firstscreen__wrapper {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.firstscreen__content {
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  width: 100%;
    background-image: linear-gradient(to bottom, #14b8a6, #00b99e, #00b995, #00b98c, #10b981);
  box-shadow:
    0 6px 16px rgba(34, 197, 94, 0.12),
    0 12px 30px rgba(34, 197, 94, 0.08),
    0 20px 60px rgba(34, 197, 94, 0.06); 
    border-radius: 20px;
    padding: 32px 32px 0px 32px;
    overflow: hidden;
}
.firstscreen__text {
  display: block;
}
  .firstscreen__heading {
    font-size: 48px;
    line-height: 56px;
    text-align: left;
    margin-bottom: 16px;
    margin-top: 16px;
  }
.firstscreen__list-item {
  font-size: 18px;
  gap: 8px;
}
.firstscreen__list-icon {
  height: 20px;
}
.firstscreen__illustration {
  width: 100%;
  display: flex;
  justify-content: center;
}
.firstscreen__illustration-img {
  height: 212px;
}
.firstscreen__blur {
  width: 240px;
  height: 240px;
  opacity: 80%;
}
  .calculator {
    margin: 0 !important;
    flex-shrink: 0;
    min-width: 360px;
  }
.section__heading {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.section__subheading {
  text-align: center;
  margin-bottom: 12px;
}
.button__wrapper {
  margin-top: 32px;
}
.steps__card-tag {
  font-size: 14px;
  padding: 2px 12px;
}
.steps__cards {
  gap: 16px;
  margin-top: 32px;
}
.steps__card-heading {
  font-size: 18px;
}
.steps__card-text {
  margin-top: 16px;
}
  .section__button {
    padding-top: 32px;
  }
  .review__item {
    max-width: 360px;
  }
  .review_item__top {
    gap: 16px;
  }
  .review__card {
    flex: 0 0 30vw;
  }
  .review__card-mask {
    position: relative;
    overflow: hidden;
  }
.review__card-mask::before,
.review__card-mask::after {
  content: '';
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.review__card-mask::before {
  left: 0;
  background: linear-gradient(to right, white 0%, transparent 100%);
}

.review__card-mask::after {
  right: 0;
  background: linear-gradient(to left, white 0%, transparent 100%);
}
  .review__card-scroll {
    position: relative;
    scroll-snap-type: none;
  }
  .cons__cards {
    margin-top: 32px;
    gap: 16px;
  }
  .cons__card-heading {
    font-size: 18px;
  }
  .cons__card-text {
    margin-top: 16px;
  }
  .banner_cta__heading {
    font-size: 32px;
  }
  .banner_cta__text {
    font-size: 18px;
    padding: 0;
  }
  .banner__cta {
  position: relative;
  background: linear-gradient(to bottom, #14b8a6, #00b99e, #00b995, #00b98c, #10b981);
  overflow: hidden;
  }
  .banner__cta::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 302px;
  background: url(/themes/milprestamos/images/index_v3/coins_3d.png) no-repeat center right;
  background-size: contain;
  transition: transform 0.3s ease;
  pointer-events: none;
  transform-origin: right center;
}
  .banner__cta::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  width: 320px;
  background: url(/themes/milprestamos/images/index_v3/coins2_3d.png) no-repeat center left;
  background-size: contain;
  transition: transform 0.3s ease;
  pointer-events: none;
  transform-origin: left center;
}
  .faq {
    width: 70%;
    margin: 0 auto;
  }
    .faq__toggle {
    padding: 16px 16px 16px 20px;
  }
  .faq__question {
    font-size: 20px;
  }
  .faq__answer {
    font-size: 16px;
  }
}

/* Desktop */
@media (min-width: 1280px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section__h2 {
    font-size: 30px;
  }
  .steps {
    padding: 56px 0px 56px 0px;
  }
  .steps__wrapper {
    padding-top: 56px;
  }
  .steps_link__top {
    height: 88px;
  }
  .steps_link__bottom {
    height: auto;
  }
  .cons {
    padding: 56px 0px 56px 0px;
  }
  .cons__grid {
    padding-top: 56px;
    gap: 16px;
  }
  .review_item_info-text {
    font-size: 14px;
  }
  .review_item_info-secondary {
    font-size: 14px;
  }
  .review_item_bottom-check {
    font-size: 14px;
  }
  .reviews {
    padding: 56px 0px 56px 0px;
  }
  .review__card-scroll {
    margin-top: 32px;
  }
  footer {
    padding: 40px 0px;
  }
  .footer__logo {
    height: 24px;
  }
  .footer__links {
    margin-top: 32px;
  }
  .link-dark {
    font-size: 16px;
  }
  .footer__copyright {
    font-size: 14px;
    padding: 32px 0px;
  }
  .footer__legaltext {
    font-size: 12px;
  }
}

/* Large Desktop */
@media (min-width: 1440px) {
  .review__card {
    flex: 0 0 20vw;
  }
}

/* HOVER EFFECTS */
@media (hover: hover) and (pointer: fine) {
.primary_button:hover {
  filter: brightness(1.1);
}
.primary_button img {
  transition: transform 0.3s ease;
}
.primary_button:hover img {
  transform: translateX(4px);
}
.header_button__cta:hover {
  filter: brightness(1.1);
}
.header_button__profile:hover {
  background-color: #f8fafc;
  box-shadow: none;
}
.banner__cta:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 32px rgba(15, 231, 162, 0.6);
}
.banner__cta:hover::after {
  transform: scale(1.06);
}
.banner__cta:hover::before {
  transform: scale(1.06);
}
.faq_question:hover {
  background-color: #FAFAFA;
}
.link-dark:hover {
  text-underline-offset: 4px;
  text-decoration-color: #F97316;
}
}</pre></body></html>