@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-371 .tc-wp-content-root img, .wpc-scope-371 .tc-wp-content-root video, .wpc-scope-371 .tc-wp-content-root svg, .wpc-scope-371 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap{
  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;
  background: #ffffff;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap div, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap section, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-section-white{
  background: #ffffff;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(124, 58, 237, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfafc 0%, #f7f8fb 100%);
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-heading{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #7c3aed;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-kicker::before, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-kicker::after{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #7c3aed, #ec4899);
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.14;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-heading p{
  margin: 14px auto 0;
  max-width: 760px;
  color: #566176;
  font-weight: 450;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-card, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(120, 86, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(25, 31, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-card::before, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.11), rgba(236, 72, 153, 0.07), transparent 42%);
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-card:hover, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-trust-card:hover, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(124, 58, 237, 0.32);
  box-shadow: 0 24px 60px rgba(25, 31, 56, 0.13);
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-card:hover::before, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  box-shadow: 0 12px 26px rgba(124, 58, 237, 0.24);
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon::before, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 220ms ease;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-card:hover .smfg-icon::before{
  transform: translateY(-2px);
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 13px;
  border-radius: 8px;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-preview::after{
  width: 10px;
  height: 3px;
  left: 18px;
  top: 30px;
  border-radius: 99px;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 5px;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0%, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0% 50%, 38% 35%);
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-spark::after{
  width: 6px;
  height: 6px;
  right: 11px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-profile::before{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-profile::after{
  width: 24px;
  height: 12px;
  left: 11px;
  top: 27px;
  border-radius: 14px 14px 5px 5px;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-fast::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-fast::after{
  width: 10px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 99px;
  transform-origin: left center;
  transform: rotate(-35deg);
  background: #7c3aed;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-icon-clean::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 14px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-card h3, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-step-card h3, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-trust-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-card p, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-step-card p, .wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-trust-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5d6678;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-steps{
  position: relative;
  display: grid;
  gap: 18px;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-steps::before{
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 30px;
  width: 2px;
  border-radius: 99px;
  background: linear-gradient(180deg, #7c3aed, #ec4899);
  opacity: 0.22;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(124, 58, 237, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(25, 31, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #7c3aed, #ec4899);
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.26);
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    radial-gradient(circle at top right, rgba(236, 72, 153, 0.14), transparent 34%);
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 999px;
  color: #7133d9;
  background: rgba(124, 58, 237, 0.07);
  font-weight: 800;
  line-height: 1;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-grid-trust{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-trust-card{
  background: #ffffff;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-trust-mark{
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(124, 58, 237, 0.14), rgba(236, 72, 153, 0.14)),
    #ffffff;
  border: 1px solid rgba(124, 58, 237, 0.16);
  position: relative;
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-trust-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 12px;
  width: 13px;
  height: 8px;
  border-left: 3px solid #7c3aed;
  border-bottom: 3px solid #7c3aed;
  transform: rotate(-45deg);
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-371 .tc-wp-content-root .smfg-content-wrap .smfg-reveal.smfg-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 .smfg-content-wrap .smfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .smfg-content-wrap .smfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .smfg-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-step-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card p, .tc-wp-content-root .smfg-content-wrap .smfg-step-card p, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps{
    margin-top: 28px;
    gap: 16px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps::before{
    display: none;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-card{
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 14px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-badge{
    padding: 8px 11px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .smfg-content-wrap .smfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .smfg-content-wrap .smfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .smfg-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-step-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card p, .tc-wp-content-root .smfg-content-wrap .smfg-step-card p, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps{
    margin-top: 30px;
    gap: 18px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps::before{
    display: none;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-card{
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 15px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .smfg-content-wrap .smfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .smfg-content-wrap .smfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .smfg-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-step-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card p, .tc-wp-content-root .smfg-content-wrap .smfg-step-card p, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps{
    margin-top: 34px;
    gap: 18px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps::before{
    display: none;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-card{
    grid-template-columns: 1fr;
    padding: 26px;
    gap: 16px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .smfg-content-wrap .smfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .smfg-content-wrap .smfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .smfg-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .smfg-content-wrap .smfg-card, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-step-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card p, .tc-wp-content-root .smfg-content-wrap .smfg-step-card p, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps{
    margin-top: 42px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-card{
    padding: 30px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .smfg-content-wrap .smfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .smfg-content-wrap .smfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .smfg-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid-3, .tc-wp-content-root .smfg-content-wrap .smfg-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-step-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card p, .tc-wp-content-root .smfg-content-wrap .smfg-step-card p, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps{
    margin-top: 48px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-card{
    padding: 32px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .smfg-content-wrap .smfg-reveal, .tc-wp-content-root .smfg-content-wrap .smfg-reveal.smfg-visible, .tc-wp-content-root .smfg-content-wrap .smfg-card, .tc-wp-content-root .smfg-content-wrap .smfg-step-card, .tc-wp-content-root .smfg-content-wrap .smfg-trust-card{
    opacity: 1;
    transform: none;
    transition: none;
  }}.wpc-scope-371 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .smfg-step-content{}