@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-264 .tc-wp-content-root img, .wpc-scope-264 .tc-wp-content-root video, .wpc-scope-264 .tc-wp-content-root svg, .wpc-scope-264 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-section{
  position: relative;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-section-white{
  background: #ffffff;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #f8fbff 100%);
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 93, 143, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 93, 143, 0.1), rgba(74, 144, 226, 0.1));
  color: #c73572;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5a6478;
  line-height: 1.75;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 93, 143, 0.36), rgba(74, 144, 226, 0.28), rgba(35, 197, 154, 0.22)) border-box;
  box-shadow: 0 18px 44px rgba(32, 43, 68, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 18% 12%, rgba(255, 93, 143, 0.12), transparent 34%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 93, 143, 0.22);
  box-shadow: 0 24px 58px rgba(32, 43, 68, 0.13);
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-card:hover::before{
  opacity: 1;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-card h3, .wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
  position: relative;
  margin: 0;
  color: #151c2e;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-card p, .wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5e687b;
  line-height: 1.68;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5d8f 0%, #ffb35c 52%, #54c6a1 100%);
  box-shadow: 0 12px 24px rgba(255, 93, 143, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-card:hover .pfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon::before, .wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 16px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-copy::after{
  width: 13px;
  height: 17px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-heart::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  transform: rotate(45deg);
  border-radius: 4px;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-heart::after{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 12px;
  border-radius: 999px 999px 0 0;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-clean::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-fast::after{
  width: 10px;
  height: 3px;
  left: 23px;
  top: 21px;
  border-radius: 999px;
  transform: rotate(25deg);
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-star::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 32%, 96% 35%, 69% 56%, 78% 90%, 50% 71%, 22% 90%, 31% 56%, 4% 35%, 38% 32%);
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-free::after{
  width: 12px;
  height: 7px;
  left: 17px;
  top: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 999px;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-privacy::before{
  width: 21px;
  height: 16px;
  left: 13px;
  top: 19px;
  border-radius: 5px;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-icon-privacy::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(40, 52, 78, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-step-card::after{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #ff5d8f, #ffb35c, #54c6a1);
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(40, 52, 78, 0.12);
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff5d8f 0%, #4a90e2 100%);
  box-shadow: 0 14px 28px rgba(74, 144, 226, 0.22);
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-badge{
  position: relative;
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(255, 93, 143, 0.1);
  color: #c73572;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(84, 198, 161, 0.28), rgba(255, 93, 143, 0.28)) border-box;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-benefit-card{
  text-align: left;
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-264 .tc-wp-content-root .pfg-editorial-content .pfg-reveal.pfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid, .tc-wp-content-root .pfg-editorial-content .pfg-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 50px;
    height: 50px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 29px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid, .tc-wp-content-root .pfg-editorial-content .pfg-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card{
    padding: 24px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 32px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid, .tc-wp-content-root .pfg-editorial-content .pfg-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card{
    padding: 26px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 40px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .pfg-editorial-content .pfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .pfg-editorial-content .pfg-card{
    padding: 28px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .pfg-editorial-content .pfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .pfg-editorial-content .pfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .pfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pfg-editorial-content .pfg-card{
    padding: 30px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card h3, .tc-wp-content-root .pfg-editorial-content .pfg-step-card h3{
    font-size: 23px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-card p, .tc-wp-content-root .pfg-editorial-content .pfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-list{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .pfg-editorial-content .pfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}.wpc-scope-264 .tc-wp-content-root .pfg-step-body{}