@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-26 .tc-wp-content-root img, .wpc-scope-26 .tc-wp-content-root video, .wpc-scope-26 .tc-wp-content-root svg, .wpc-scope-26 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #18151f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-section{
  position: relative;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-section-white{
  background: #ffffff;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-section-soft{
  background: linear-gradient(180deg, #fbfaf8 0%, #f7f4f1 100%);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(166, 59, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(166, 59, 255, 0.1), rgba(255, 77, 141, 0.1));
  color: #7a24c7;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content h2{
  margin: 0;
  color: #18151f;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #5e5868;
  line-height: 1.7;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(28, 21, 38, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 38px rgba(31, 18, 50, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(166, 59, 255, 0.45), rgba(255, 77, 141, 0.24), rgba(36, 197, 185, 0.2));
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(166, 59, 255, 0.22);
  box-shadow: 0 22px 48px rgba(31, 18, 50, 0.12);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-card:hover::before{
  opacity: 1;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-card h3{
  margin: 0;
  color: #201a2b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-card p, .wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-step-card p{
  margin: 10px 0 0;
  color: #635d6e;
  line-height: 1.68;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #8f37ff, #ff4d8d);
  box-shadow: 0 12px 22px rgba(166, 59, 255, 0.22);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-icon::after{
  content: "";
  width: 18px;
  height: 18px;
  margin: auto;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-icon-preview::after{
  border-radius: 50%;
  box-shadow: 8px 8px 0 -5px #ffffff;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-icon-copy::after{
  border-radius: 4px;
  box-shadow: 5px -5px 0 -1px rgba(255, 255, 255, 0.55);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-icon-spark::after{
  width: 8px;
  height: 8px;
  border: 0;
  background: #ffffff;
  transform: rotate(45deg);
  box-shadow: 10px 0 0 rgba(255, 255, 255, 0.65), -8px 7px 0 rgba(255, 255, 255, 0.55);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-icon-readable::after{
  width: 20px;
  height: 12px;
  border-radius: 999px;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-icon-fast::after{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border-right-color: transparent;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-icon-personal::after{
  width: 18px;
  height: 18px;
  border-radius: 50% 50% 8px 8px;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-steps{
  display: grid;
  gap: 18px;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(28, 21, 38, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(31, 18, 50, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8f37ff, #ff4d8d);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(31, 18, 50, 0.12);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #8f37ff, #ff4d8d);
  box-shadow: 0 16px 28px rgba(166, 59, 255, 0.24);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-step-content h3{
  margin: 0;
  color: #201a2b;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(166, 59, 255, 0.1);
  color: #7a24c7;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafd 100%);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(36, 197, 185, 0.16), rgba(166, 59, 255, 0.16));
  border: 1px solid rgba(36, 197, 185, 0.26);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-benefit-mark::after{
  content: "";
  width: 16px;
  height: 9px;
  margin: auto;
  border-left: 3px solid #24a79e;
  border-bottom: 3px solid #24a79e;
  transform: rotate(-45deg) translate(1px, -1px);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-reveal{
  opacity: 0;
  transform: translateY(16px);
}.wpc-scope-26 .tc-wp-content-root .ffg-editorial-content .ffg-reveal.ffg-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 .ffg-editorial-content .ffg-section{
    padding: 46px 0;
  }.tc-wp-content-root .ffg-editorial-content .ffg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ffg-editorial-content h2{
    font-size: 27px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card h3, .tc-wp-content-root .ffg-editorial-content .ffg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card p, .tc-wp-content-root .ffg-editorial-content .ffg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-steps{
    margin-top: 28px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-step-number{
    width: 58px;
    height: 48px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ffg-editorial-content .ffg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ffg-editorial-content .ffg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ffg-editorial-content h2{
    font-size: 30px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card{
    padding: 22px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card h3, .tc-wp-content-root .ffg-editorial-content .ffg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card p, .tc-wp-content-root .ffg-editorial-content .ffg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-steps{
    margin-top: 30px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 22px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-step-number{
    width: 62px;
    height: 50px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ffg-editorial-content .ffg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ffg-editorial-content .ffg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ffg-editorial-content h2{
    font-size: 34px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card{
    padding: 24px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card h3, .tc-wp-content-root .ffg-editorial-content .ffg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card p, .tc-wp-content-root .ffg-editorial-content .ffg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-steps{
    margin-top: 34px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 26px 24px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-step-number{
    width: 66px;
    height: 52px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ffg-editorial-content .ffg-section{
    padding: 72px 0;
  }.tc-wp-content-root .ffg-editorial-content .ffg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ffg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-grid-six, .tc-wp-content-root .ffg-editorial-content .ffg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card{
    padding: 26px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card h3, .tc-wp-content-root .ffg-editorial-content .ffg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card p, .tc-wp-content-root .ffg-editorial-content .ffg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-steps{
    margin-top: 42px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-step-card{
    grid-template-columns: 86px 1fr;
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-step-number{
    width: 72px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ffg-editorial-content .ffg-section{
    padding: 88px 0;
  }.tc-wp-content-root .ffg-editorial-content .ffg-container{
    padding: 0 34px;
  }.tc-wp-content-root .ffg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-grid-six, .tc-wp-content-root .ffg-editorial-content .ffg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card{
    padding: 30px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card h3, .tc-wp-content-root .ffg-editorial-content .ffg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-card p, .tc-wp-content-root .ffg-editorial-content .ffg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-steps{
    margin-top: 48px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-step-card{
    grid-template-columns: 104px 1fr;
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .ffg-editorial-content .ffg-step-number{
    width: 82px;
    height: 64px;
    font-size: 20px;
  }}.wpc-scope-26 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .ffg-use-card{}