@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-621 .tc-wp-content-root img, .wpc-scope-621 .tc-wp-content-root video, .wpc-scope-621 .tc-wp-content-root svg, .wpc-scope-621 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --smfg-accent-a: #7c3aed;
  --smfg-accent-b: #06b6d4;
  --smfg-accent-c: #f43f5e;
  --smfg-text: #172033;
  --smfg-muted: #5d687a;
  --smfg-line: rgba(23, 32, 51, 0.1);
  --smfg-soft: #f7f8fb;
  --smfg-card: #ffffff;
  --smfg-shadow: 0 18px 45px rgba(23, 32, 51, 0.09);
  --smfg-shadow-hover: 0 24px 65px rgba(23, 32, 51, 0.14);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap, .wpc-scope-621 .tc-wp-content-root .smfg-content-wrap section, .wpc-scope-621 .tc-wp-content-root .smfg-content-wrap div, .wpc-scope-621 .tc-wp-content-root .smfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-section-white{
  background: #ffffff;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(124, 58, 237, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(6, 182, 212, 0.08), transparent 28%),
    var(--smfg-soft);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(124, 58, 237, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.1), rgba(6, 182, 212, 0.1));
  color: #5b21b6;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap h2{
  margin: 0;
  color: var(--smfg-text);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-section-head p{
  margin: 16px auto 0;
  color: var(--smfg-muted);
  line-height: 1.72;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--smfg-line);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(124, 58, 237, 0.24), rgba(6, 182, 212, 0.2), rgba(244, 63, 94, 0.14)) border-box;
  box-shadow: var(--smfg-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.055), rgba(6, 182, 212, 0.035), transparent 58%);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(124, 58, 237, 0.26);
  box-shadow: var(--smfg-shadow-hover);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-card:hover::before{
  opacity: 1;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-card h3{
  position: relative;
  margin: 0;
  color: var(--smfg-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-card p{
  position: relative;
  margin: 12px 0 0;
  color: var(--smfg-muted);
  line-height: 1.68;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--smfg-accent-a), var(--smfg-accent-b));
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.2);
  transition: transform 260ms ease;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-card:hover .smfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon::before, .wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-preview::before{
  width: 22px;
  height: 14px;
  top: 13px;
  left: 12px;
  border-radius: 12px;
  opacity: 0.95;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-preview::after{
  width: 8px;
  height: 8px;
  top: 16px;
  left: 19px;
  border-radius: 50%;
  background: var(--smfg-accent-a);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-copy::before{
  width: 15px;
  height: 19px;
  top: 11px;
  left: 18px;
  border-radius: 4px;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-copy::after{
  width: 15px;
  height: 19px;
  top: 16px;
  left: 12px;
  border-radius: 4px;
  opacity: 0.65;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-spark::before{
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-spark::after{
  width: 6px;
  height: 6px;
  top: 10px;
  right: 9px;
  border-radius: 50%;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-profile::before{
  width: 12px;
  height: 12px;
  top: 10px;
  left: 17px;
  border-radius: 50%;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-profile::after{
  width: 24px;
  height: 12px;
  left: 11px;
  bottom: 10px;
  border-radius: 14px 14px 6px 6px;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-caption::before{
  width: 24px;
  height: 18px;
  top: 12px;
  left: 11px;
  border-radius: 7px;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-caption::after{
  width: 8px;
  height: 8px;
  bottom: 11px;
  left: 18px;
  transform: rotate(45deg);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-fast::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-icon-fast::after{
  width: 10px;
  height: 4px;
  top: 21px;
  left: 22px;
  border-radius: 4px;
  background: var(--smfg-accent-a);
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 46px rgba(23, 32, 51, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--smfg-accent-a), var(--smfg-accent-b), var(--smfg-accent-c));
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.11);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--smfg-accent-a), var(--smfg-accent-b));
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(124, 58, 237, 0.22);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-step-content{
  min-width: 0;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-step-content h3{
  margin: 0;
  color: var(--smfg-text);
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-step-content p{
  margin: 10px 0 0;
  color: var(--smfg-muted);
  line-height: 1.7;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.1);
  color: #075985;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-use-card:nth-child(2n) .smfg-badge{
  background: rgba(124, 58, 237, 0.1);
  color: #5b21b6;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-use-card:nth-child(3n) .smfg-badge{
  background: rgba(244, 63, 94, 0.1);
  color: #9f1239;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-benefit-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(6, 182, 212, 0.28), rgba(124, 58, 237, 0.22)) border-box;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.13), rgba(6, 182, 212, 0.13));
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid var(--smfg-accent-a);
  border-bottom: 3px solid var(--smfg-accent-b);
  transform: rotate(-45deg);
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms ease, transform 640ms ease;
}.wpc-scope-621 .tc-wp-content-root .smfg-content-wrap .smfg-reveal.smfg-visible{
  opacity: 1;
  transform: translateY(0);
}@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-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card p, .tc-wp-content-root .smfg-content-wrap .smfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 22px 22px 24px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@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: 31px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card p, .tc-wp-content-root .smfg-content-wrap .smfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 24px 24px 26px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .smfg-content-wrap .smfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .smfg-content-wrap .smfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .smfg-content-wrap h2{
    font-size: 36px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card{
    padding: 26px;
    border-radius: 22px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card p, .tc-wp-content-root .smfg-content-wrap .smfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 26px 26px 28px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@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 30px;
  }.tc-wp-content-root .smfg-content-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid-three, .tc-wp-content-root .smfg-content-wrap .smfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card{
    padding: 28px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card p, .tc-wp-content-root .smfg-content-wrap .smfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-card{
    gap: 24px;
    padding: 28px 30px 28px 32px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}@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 32px;
  }.tc-wp-content-root .smfg-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-grid-three, .tc-wp-content-root .smfg-content-wrap .smfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card{
    padding: 30px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card h3, .tc-wp-content-root .smfg-content-wrap .smfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-card p, .tc-wp-content-root .smfg-content-wrap .smfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-card{
    gap: 28px;
    padding: 30px 34px 30px 36px;
  }.tc-wp-content-root .smfg-content-wrap .smfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}