@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-340 .tc-wp-content-root img, .wpc-scope-340 .tc-wp-content-root video, .wpc-scope-340 .tc-wp-content-root svg, .wpc-scope-340 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-section{
  position: relative;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-section-white{
  background: #ffffff;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-section-soft{
  background: linear-gradient(180deg, #fbfaf6 0%, #f7fbff 100%);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-section-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 13px;
  border: 1px solid rgba(45, 120, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 214, 68, 0.18), rgba(51, 132, 255, 0.12));
  color: #2252a6;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-section-header h2{
  margin: 0;
  color: #111827;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-section-header p{
  margin: 16px auto 0;
  color: #526071;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 0;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(20, 37, 70, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 214, 68, 0.18), rgba(52, 132, 255, 0.14), rgba(239, 68, 68, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(45, 120, 255, 0.26);
  box-shadow: 0 24px 60px rgba(20, 37, 70, 0.13);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-card:hover::before{
  opacity: 1;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #162033;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #596779;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffdc45 0%, #ff7a59 45%, #3478ff 100%);
  box-shadow: 0 14px 26px rgba(52, 120, 255, 0.2);
  transition: transform 260ms ease;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-card:hover .pfg-icon{
  transform: translateY(-2px) rotate(-4deg);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-icon::before, .wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-icon::after{
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-icon-spark::before{
  width: 18px;
  height: 18px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-icon-copy::before{
  width: 16px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-icon-copy::after{
  width: 16px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  transform: translate(-36%, -64%);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-icon-bolt::before{
  width: 16px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(56% 0, 10% 54%, 45% 54%, 32% 100%, 90% 38%, 54% 38%);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-icon-star::before{
  width: 20px;
  height: 20px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-icon-layer::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  transform: translate(-50%, -45%) rotate(45deg);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-icon-clean::before{
  width: 22px;
  height: 12px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translate(-50%, -60%) rotate(-45deg);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(34, 82, 166, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffdf6 52%, #f4f8ff 100%);
  box-shadow: 0 20px 50px rgba(20, 37, 70, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ffdc45, #ff7a59, #3478ff);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(52, 120, 255, 0.25);
  box-shadow: 0 26px 62px rgba(20, 37, 70, 0.12);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #15233b;
  color: #ffdc45;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(21, 35, 59, 0.18);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content h3{
  margin: 0;
  color: #162033;
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content p{
  margin: 8px 0 0;
  color: #596779;
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 220, 69, 0.22);
  color: #8a4a00;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-trust-card{
  align-items: center;
  text-align: center;
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-checkmark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2fbf71 0%, #3478ff 100%);
  box-shadow: 0 14px 28px rgba(47, 191, 113, 0.2);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-checkmark::before{
  content: "";
  position: absolute;
  top: 14px;
  left: 17px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-340 .tc-wp-content-root .pfg-editorial-wrap .pfg-reveal.pfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .pfg-editorial-wrap .pfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-section-header h2{
    font-size: 27px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card h3, .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card p, .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 22px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .pfg-editorial-wrap .pfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-section-header h2{
    font-size: 30px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card{
    padding: 24px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card h3, .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card p, .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 24px 24px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .pfg-editorial-wrap .pfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-section-header h2{
    font-size: 34px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card{
    padding: 28px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card h3, .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card p, .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px 28px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .pfg-editorial-wrap .pfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-section-header h2{
    font-size: 42px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card{
    padding: 30px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card h3, .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card p, .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-step-card{
    gap: 24px;
    padding: 32px 34px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .pfg-editorial-wrap .pfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-section-header h2{
    font-size: 48px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card{
    padding: 32px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card h3, .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-card p, .tc-wp-content-root .pfg-editorial-wrap .pfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .pfg-editorial-wrap .pfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}