@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-470 .tc-wp-content-root img, .wpc-scope-470 .tc-wp-content-root video, .wpc-scope-470 .tc-wp-content-root svg, .wpc-scope-470 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-470 .tc-wp-content-root .lifg-content{
  width: 100%;
  overflow-x: hidden;
  color: #1f2430;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-470 .tc-wp-content-root .lifg-content, .wpc-scope-470 .tc-wp-content-root .lifg-content div, .wpc-scope-470 .tc-wp-content-root .lifg-content section, .wpc-scope-470 .tc-wp-content-root .lifg-content article{
  box-sizing: border-box;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-section{
  position: relative;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-section--white{
  background: #ffffff;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-section--soft{
  background: #fff8fa;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(239, 74, 138, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 74, 138, 0.1), rgba(255, 185, 87, 0.12));
  color: #c52f73;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-heading h2{
  margin: 0;
  color: #171b24;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-heading p{
  margin: 16px auto 0;
  color: #5d6472;
  line-height: 1.72;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(31, 36, 48, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(31, 36, 48, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-card::before{
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff4f93, #ff9f6e, #ffd166);
  content: "";
  opacity: 0.9;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-card:hover{
  border-color: rgba(239, 74, 138, 0.22);
  box-shadow: 0 24px 56px rgba(239, 74, 138, 0.13);
  transform: translateY(-5px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-card h3, .wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-step h3{
  margin: 0;
  color: #1c202b;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-card p, .wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-step p{
  margin: 11px 0 0;
  color: #626a78;
  line-height: 1.68;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f93, #ff9f6e);
  box-shadow: 0 14px 26px rgba(255, 79, 147, 0.22);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon::before, .wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon::after{
  position: absolute;
  content: "";
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--spark::before{
  width: 16px;
  height: 16px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--copy::before{
  width: 16px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  transform: translate(3px, -3px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--copy::after{
  width: 16px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  transform: translate(-3px, 3px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--heart::before{
  width: 18px;
  height: 18px;
  background: #ffffff;
  clip-path: path("M9 16.5C5.2 13.2 2 10.6 2 7.1C2 4.9 3.7 3.2 5.8 3.2C7 3.2 8.2 3.8 9 4.8C9.8 3.8 11 3.2 12.2 3.2C14.3 3.2 16 4.9 16 7.1C16 10.6 12.8 13.2 9 16.5Z");
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--mix::before{
  width: 22px;
  height: 14px;
  border-top: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-8deg);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--mix::after{
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 11px 0 0 #ffffff;
  transform: translateY(1px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--phone::before{
  width: 15px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--phone::after{
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #ffffff;
  transform: translateY(8px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--clean::before{
  width: 20px;
  height: 12px;
  border: solid #ffffff;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg) translate(1px, -2px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--free::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--free::after{
  width: 11px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--fast::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--fast::after{
  width: 9px;
  height: 9px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg) translate(-1px, 2px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--private::before{
  width: 20px;
  height: 14px;
  border-radius: 4px;
  background: #ffffff;
  transform: translateY(4px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-icon--private::after{
  width: 14px;
  height: 12px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  transform: translateY(-5px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-steps{
  display: grid;
  gap: 18px;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(31, 36, 48, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 36, 48, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-step::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(255, 79, 147, 0.18), transparent 62%);
  content: "";
  pointer-events: none;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-step:hover{
  border-color: rgba(255, 159, 110, 0.26);
  box-shadow: 0 24px 54px rgba(31, 36, 48, 0.1);
  transform: translateY(-4px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4f93, #ff9f6e);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(255, 79, 147, 0.22);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-card--use{
  background: linear-gradient(180deg, #ffffff, #fffafd);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-badge{
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 79, 147, 0.1);
  color: #bd2f71;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-transform: uppercase;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-card--trust{
  background: #ffffff;
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-470 .tc-wp-content-root .lifg-content .lifg-reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .lifg-content .lifg-section{
    padding: 48px 0;
  }.tc-wp-content-root .lifg-content .lifg-container{
    padding: 0 14px;
  }.tc-wp-content-root .lifg-content .lifg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .lifg-content .lifg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .lifg-content .lifg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .lifg-content .lifg-card{
    padding: 24px 20px;
  }.tc-wp-content-root .lifg-content .lifg-card h3, .tc-wp-content-root .lifg-content .lifg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .lifg-content .lifg-card p, .tc-wp-content-root .lifg-content .lifg-step p{
    font-size: 14px;
  }.tc-wp-content-root .lifg-content .lifg-steps{
    margin-top: 30px;
  }.tc-wp-content-root .lifg-content .lifg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 20px;
  }.tc-wp-content-root .lifg-content .lifg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .lifg-content .lifg-section{
    padding: 54px 0;
  }.tc-wp-content-root .lifg-content .lifg-container{
    padding: 0 18px;
  }.tc-wp-content-root .lifg-content .lifg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .lifg-content .lifg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .lifg-content .lifg-grid{
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 32px;
  }.tc-wp-content-root .lifg-content .lifg-card{
    padding: 25px 22px;
  }.tc-wp-content-root .lifg-content .lifg-card h3, .tc-wp-content-root .lifg-content .lifg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .lifg-content .lifg-card p, .tc-wp-content-root .lifg-content .lifg-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .lifg-content .lifg-steps{
    margin-top: 32px;
  }.tc-wp-content-root .lifg-content .lifg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }.tc-wp-content-root .lifg-content .lifg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .lifg-content .lifg-section{
    padding: 60px 0;
  }.tc-wp-content-root .lifg-content .lifg-container{
    padding: 0 22px;
  }.tc-wp-content-root .lifg-content .lifg-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .lifg-content .lifg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .lifg-content .lifg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .lifg-content .lifg-card{
    padding: 28px 25px;
  }.tc-wp-content-root .lifg-content .lifg-card h3, .tc-wp-content-root .lifg-content .lifg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .lifg-content .lifg-card p, .tc-wp-content-root .lifg-content .lifg-step p{
    font-size: 15px;
  }.tc-wp-content-root .lifg-content .lifg-steps{
    margin-top: 34px;
  }.tc-wp-content-root .lifg-content .lifg-step{
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 27px 25px;
  }.tc-wp-content-root .lifg-content .lifg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .lifg-content .lifg-section{
    padding: 76px 0;
  }.tc-wp-content-root .lifg-content .lifg-container{
    padding: 0 30px;
  }.tc-wp-content-root .lifg-content .lifg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .lifg-content .lifg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .lifg-content .lifg-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .lifg-content .lifg-grid--three, .tc-wp-content-root .lifg-content .lifg-grid--trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .lifg-content .lifg-card{
    padding: 30px 28px;
  }.tc-wp-content-root .lifg-content .lifg-card h3, .tc-wp-content-root .lifg-content .lifg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .lifg-content .lifg-card p, .tc-wp-content-root .lifg-content .lifg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .lifg-content .lifg-steps{
    margin-top: 42px;
  }.tc-wp-content-root .lifg-content .lifg-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .lifg-content .lifg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .lifg-content .lifg-section{
    padding: 92px 0;
  }.tc-wp-content-root .lifg-content .lifg-container{
    padding: 0 34px;
  }.tc-wp-content-root .lifg-content .lifg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .lifg-content .lifg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .lifg-content .lifg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .lifg-content .lifg-grid--three, .tc-wp-content-root .lifg-content .lifg-grid--trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .lifg-content .lifg-card{
    padding: 32px 30px;
  }.tc-wp-content-root .lifg-content .lifg-card h3, .tc-wp-content-root .lifg-content .lifg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .lifg-content .lifg-card p, .tc-wp-content-root .lifg-content .lifg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .lifg-content .lifg-steps{
    margin-top: 48px;
  }.tc-wp-content-root .lifg-content .lifg-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .lifg-content .lifg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}