@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-43 .tc-wp-content-root img, .wpc-scope-43 .tc-wp-content-root video, .wpc-scope-43 .tc-wp-content-root svg, .wpc-scope-43 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content{
      width: 100%;
      overflow: hidden;
      font-family: inherit;
      color: #1f2430;
      background: #ffffff;
      --ufg-accent: #2563eb;
      --ufg-accent-two: #14b8a6;
      --ufg-accent-three: #7c3aed;
      --ufg-ink: #1f2430;
      --ufg-muted: #606779;
      --ufg-offwhite: #f6fbff;
      --ufg-border: rgba(37, 99, 235, 0.16);
      --ufg-border-strong: rgba(37, 99, 235, 0.32);
      --ufg-shadow: 0 18px 45px rgba(31, 72, 132, 0.08);
      --ufg-shadow-hover: 0 24px 65px rgba(31, 72, 132, 0.14);
      --ufg-radius: 26px;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content, .wpc-scope-43 .tc-wp-content-root .ufg-bottom-content div, .wpc-scope-43 .tc-wp-content-root .ufg-bottom-content section, .wpc-scope-43 .tc-wp-content-root .ufg-bottom-content h2, .wpc-scope-43 .tc-wp-content-root .ufg-bottom-content h3, .wpc-scope-43 .tc-wp-content-root .ufg-bottom-content p, .wpc-scope-43 .tc-wp-content-root .ufg-bottom-content span{
      box-sizing: border-box;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-section{
      position: relative;
      width: 100%;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-white{
      background: #ffffff;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-offwhite{
      background:
        radial-gradient(circle at 8% 12%, rgba(37, 99, 235, 0.08), transparent 34%),
        radial-gradient(circle at 92% 18%, rgba(20, 184, 166, 0.09), transparent 30%),
        linear-gradient(180deg, #f6fbff 0%, #f4fffc 100%);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-container{
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-heading{
      text-align: center;
      max-width: 780px;
      margin: 0 auto;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-badge{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 8px 14px;
      margin-bottom: 16px;
      border-radius: 999px;
      border: 1px solid var(--ufg-border);
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(20, 184, 166, 0.09));
      color: #1d55c9;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.2;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-badge::before{
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--ufg-accent), var(--ufg-accent-two));
      box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.12);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-heading h2{
      margin: 0;
      color: var(--ufg-ink);
      font-weight: 900;
      letter-spacing: -0.035em;
      line-height: 1.08;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-heading p{
      margin: 16px auto 0;
      color: var(--ufg-muted);
      line-height: 1.75;
      max-width: 710px;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-grid{
      display: grid;
      align-items: stretch;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-card{
      position: relative;
      height: 100%;
      border: 1px solid var(--ufg-border);
      border-radius: var(--ufg-radius);
      background: rgba(255, 255, 255, 0.94);
      box-shadow: var(--ufg-shadow);
      overflow: hidden;
      isolation: isolate;
      opacity: 0;
      transform: translateY(18px);
      transition:
        opacity 0.55s ease,
        transform 0.55s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-card.ufg-show{
      opacity: 1;
      transform: translateY(0);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-card::before{
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.55), rgba(20, 184, 166, 0.28), rgba(124, 58, 237, 0.18));
      -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-card:hover{
      border-color: var(--ufg-border-strong);
      box-shadow: var(--ufg-shadow-hover);
      transform: translateY(-6px);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-card.ufg-show:hover{
      transform: translateY(-6px);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-card:hover::before{
      opacity: 1;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-icon{
      width: 56px;
      height: 56px;
      border-radius: 19px;
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(20, 184, 166, 0.1));
      border: 1px solid rgba(37, 99, 235, 0.16);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-card:hover .ufg-icon{
      transform: translateY(-3px) rotate(-2deg);
      box-shadow: 0 14px 30px rgba(37, 99, 235, 0.16);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-icon::before{
      content: "";
      width: 28px;
      height: 28px;
      background: linear-gradient(135deg, var(--ufg-accent), var(--ufg-accent-two));
      clip-path: polygon(10% 18%, 90% 18%, 90% 34%, 60% 34%, 60% 72%, 90% 72%, 90% 86%, 10% 86%, 10% 72%, 40% 72%, 40% 34%, 10% 34%);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-icon-copy::before{
      border-radius: 6px;
      clip-path: polygon(22% 8%, 72% 8%, 72% 24%, 88% 24%, 88% 92%, 35% 92%, 35% 76%, 22% 76%);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-icon-line::before{
      border-radius: 4px;
      clip-path: polygon(10% 20%, 76% 20%, 76% 34%, 10% 34%, 10% 72%, 90% 72%, 90% 86%, 10% 86%);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-icon-marker::before{
      border-radius: 4px;
      clip-path: polygon(14% 12%, 86% 12%, 86% 28%, 62% 28%, 62% 70%, 86% 70%, 86% 86%, 14% 86%, 14% 70%, 38% 70%, 38% 28%, 14% 28%);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-icon-link::before{
      border-radius: 6px;
      clip-path: polygon(18% 28%, 48% 28%, 48% 42%, 28% 42%, 28% 58%, 48% 58%, 48% 72%, 18% 72%, 8% 62%, 8% 38%, 18% 28%, 52% 28%, 82% 28%, 92% 38%, 92% 62%, 82% 72%, 52% 72%, 52% 58%, 72% 58%, 72% 42%, 52% 42%);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-icon-pen::before{
      border-radius: 4px;
      clip-path: polygon(72% 0%, 100% 28%, 34% 94%, 4% 100%, 10% 68%);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-icon-shield::before{
      clip-path: polygon(50% 3%, 88% 18%, 82% 66%, 50% 96%, 18% 66%, 12% 18%);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-card h3{
      margin: 0;
      color: var(--ufg-ink);
      font-weight: 850;
      letter-spacing: -0.02em;
      line-height: 1.25;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-card p{
      margin: 12px 0 0;
      color: var(--ufg-muted);
      line-height: 1.72;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-wrap{
      display: grid;
      gap: 18px;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-card{
      position: relative;
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 22px;
      border-radius: var(--ufg-radius);
      border: 1px solid var(--ufg-border);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
        radial-gradient(circle at 15% 0%, rgba(37, 99, 235, 0.13), transparent 34%);
      box-shadow: var(--ufg-shadow);
      overflow: hidden;
      opacity: 0;
      transform: translateY(18px);
      transition:
        opacity 0.55s ease,
        transform 0.55s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-card.ufg-show{
      opacity: 1;
      transform: translateY(0);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-card:hover{
      border-color: var(--ufg-border-strong);
      box-shadow: var(--ufg-shadow-hover);
      transform: translateY(-4px);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-card.ufg-show:hover{
      transform: translateY(-4px);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-card::after{
      content: "";
      position: absolute;
      right: -44px;
      top: -44px;
      width: 126px;
      height: 126px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(20, 184, 166, 0.1));
      transition: transform 0.3s ease;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-card:hover::after{
      transform: scale(1.12);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-number{
      width: 68px;
      height: 68px;
      border-radius: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-weight: 900;
      background: linear-gradient(135deg, var(--ufg-accent), var(--ufg-accent-two));
      box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
      position: relative;
      z-index: 2;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-text{
      position: relative;
      z-index: 2;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-text h3{
      margin: 0;
      color: var(--ufg-ink);
      font-weight: 850;
      letter-spacing: -0.02em;
      line-height: 1.25;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-step-text p{
      margin: 10px 0 0;
      color: var(--ufg-muted);
      line-height: 1.72;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-use-card{
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 255, 0.96));
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-use-tag{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 7px 12px;
      margin-bottom: 17px;
      border-radius: 999px;
      color: #1d55c9;
      background: rgba(37, 99, 235, 0.09);
      border: 1px solid rgba(37, 99, 235, 0.14);
      font-size: 12px;
      font-weight: 850;
      line-height: 1.2;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-trust-card{
      text-align: center;
      background:
        radial-gradient(circle at 50% -20%, rgba(37, 99, 235, 0.14), transparent 38%),
        rgba(255, 255, 255, 0.94);
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-trust-card .ufg-icon{
      margin-left: auto;
      margin-right: auto;
    }.wpc-scope-43 .tc-wp-content-root .ufg-bottom-content .ufg-bottom-note{
      margin-top: 26px;
      padding: 18px 22px;
      border-radius: 22px;
      border: 1px solid rgba(37, 99, 235, 0.13);
      background: rgba(255, 255, 255, 0.76);
      color: var(--ufg-muted);
      line-height: 1.65;
      text-align: center;
      box-shadow: 0 12px 30px rgba(31, 72, 132, 0.05);
    }@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ufg-bottom-content .ufg-section{
        padding: 48px 0;
      }.tc-wp-content-root .ufg-bottom-content .ufg-container{
        padding: 0 14px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-heading h2{
        font-size: 27px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-heading p{
        font-size: 14px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-badge{
        font-size: 12px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-grid{
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card{
        padding: 22px;
        border-radius: 22px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card h3, .tc-wp-content-root .ufg-bottom-content .ufg-step-text h3{
        font-size: 18px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card p, .tc-wp-content-root .ufg-bottom-content .ufg-step-text p, .tc-wp-content-root .ufg-bottom-content .ufg-bottom-note{
        font-size: 14px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-wrap{
        margin-top: 28px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-card{
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-number{
        width: 58px;
        height: 58px;
        border-radius: 18px;
        font-size: 19px;
      }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ufg-bottom-content .ufg-section{
        padding: 54px 0;
      }.tc-wp-content-root .ufg-bottom-content .ufg-container{
        padding: 0 18px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-heading h2{
        font-size: 30px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-heading p{
        font-size: 15px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-grid{
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 32px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card{
        padding: 24px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card h3, .tc-wp-content-root .ufg-bottom-content .ufg-step-text h3{
        font-size: 19px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card p, .tc-wp-content-root .ufg-bottom-content .ufg-step-text p, .tc-wp-content-root .ufg-bottom-content .ufg-bottom-note{
        font-size: 15px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-wrap{
        margin-top: 32px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-card{
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-number{
        width: 60px;
        height: 60px;
        border-radius: 19px;
        font-size: 20px;
      }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ufg-bottom-content .ufg-section{
        padding: 60px 0;
      }.tc-wp-content-root .ufg-bottom-content .ufg-container{
        padding: 0 22px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-heading h2{
        font-size: 34px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-heading p{
        font-size: 16px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-grid{
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 34px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card{
        padding: 26px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card h3, .tc-wp-content-root .ufg-bottom-content .ufg-step-text h3{
        font-size: 20px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card p, .tc-wp-content-root .ufg-bottom-content .ufg-step-text p, .tc-wp-content-root .ufg-bottom-content .ufg-bottom-note{
        font-size: 15.5px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-wrap{
        margin-top: 34px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-card{
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 26px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-number{
        width: 62px;
        height: 62px;
        border-radius: 20px;
        font-size: 21px;
      }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ufg-bottom-content .ufg-section{
        padding: 72px 0;
      }.tc-wp-content-root .ufg-bottom-content .ufg-container{
        padding: 0 28px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-heading h2{
        font-size: 42px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-heading p{
        font-size: 17px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        margin-top: 40px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-grid.ufg-trust-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }.tc-wp-content-root .ufg-bottom-content .ufg-card{
        padding: 28px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card h3, .tc-wp-content-root .ufg-bottom-content .ufg-step-text h3{
        font-size: 21px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card p, .tc-wp-content-root .ufg-bottom-content .ufg-step-text p, .tc-wp-content-root .ufg-bottom-content .ufg-bottom-note{
        font-size: 16px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-wrap{
        margin-top: 40px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-card{
        padding: 30px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-number{
        width: 66px;
        height: 66px;
        font-size: 22px;
      }}@media (min-width: 1024px){.tc-wp-content-root .ufg-bottom-content .ufg-section{
        padding: 88px 0;
      }.tc-wp-content-root .ufg-bottom-content .ufg-container{
        padding: 0 30px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-heading h2{
        font-size: 50px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-heading p{
        font-size: 17px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        margin-top: 46px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card{
        padding: 30px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card h3, .tc-wp-content-root .ufg-bottom-content .ufg-step-text h3{
        font-size: 22px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-card p, .tc-wp-content-root .ufg-bottom-content .ufg-step-text p, .tc-wp-content-root .ufg-bottom-content .ufg-bottom-note{
        font-size: 16px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-wrap{
        margin-top: 46px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-card{
        padding: 32px;
      }.tc-wp-content-root .ufg-bottom-content .ufg-step-number{
        width: 68px;
        height: 68px;
        font-size: 23px;
      }}