@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-50 .tc-wp-content-root img, .wpc-scope-50 .tc-wp-content-root video, .wpc-scope-50 .tc-wp-content-root svg, .wpc-scope-50 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content{
      width: 100%;
      overflow: hidden;
      font-family: inherit;
      color: #1f2430;
      background: #ffffff;
      --dsfg-accent: #b7791f;
      --dsfg-accent-two: #7c2d12;
      --dsfg-accent-three: #2f2f35;
      --dsfg-ink: #1f2430;
      --dsfg-muted: #626978;
      --dsfg-offwhite: #fbf8f2;
      --dsfg-border: rgba(183, 121, 31, 0.18);
      --dsfg-border-strong: rgba(183, 121, 31, 0.34);
      --dsfg-shadow: 0 18px 45px rgba(47, 35, 20, 0.08);
      --dsfg-shadow-hover: 0 24px 65px rgba(47, 35, 20, 0.14);
      --dsfg-radius: 26px;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content, .wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content div, .wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content section, .wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content h2, .wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content h3, .wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content p, .wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content span{
      box-sizing: border-box;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-section{
      position: relative;
      width: 100%;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-white{
      background: #ffffff;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-offwhite{
      background:
        radial-gradient(circle at 8% 12%, rgba(183, 121, 31, 0.08), transparent 34%),
        radial-gradient(circle at 92% 18%, rgba(124, 45, 18, 0.08), transparent 30%),
        linear-gradient(180deg, #fbf8f2 0%, #fffaf0 100%);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-container{
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-heading{
      text-align: center;
      max-width: 780px;
      margin: 0 auto;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-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(--dsfg-border);
      background: linear-gradient(135deg, rgba(183, 121, 31, 0.1), rgba(124, 45, 18, 0.08));
      color: #8a4f12;
      font-size: 13px;
      font-weight: 800;
      line-height: 1.2;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-badge::before{
      content: "";
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--dsfg-accent), var(--dsfg-accent-two));
      box-shadow: 0 0 0 5px rgba(183, 121, 31, 0.12);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-heading h2{
      margin: 0;
      color: var(--dsfg-ink);
      font-weight: 900;
      letter-spacing: -0.035em;
      line-height: 1.08;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-heading p{
      margin: 16px auto 0;
      color: var(--dsfg-muted);
      line-height: 1.75;
      max-width: 710px;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-grid{
      display: grid;
      align-items: stretch;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-card{
      position: relative;
      height: 100%;
      border: 1px solid var(--dsfg-border);
      border-radius: var(--dsfg-radius);
      background: rgba(255, 255, 255, 0.94);
      box-shadow: var(--dsfg-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-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-card.dsfg-show{
      opacity: 1;
      transform: translateY(0);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-card::before{
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(183, 121, 31, 0.55), rgba(124, 45, 18, 0.28), rgba(47, 47, 53, 0.16));
      -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-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-card:hover{
      border-color: var(--dsfg-border-strong);
      box-shadow: var(--dsfg-shadow-hover);
      transform: translateY(-6px);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-card.dsfg-show:hover{
      transform: translateY(-6px);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-card:hover::before{
      opacity: 1;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-icon{
      width: 56px;
      height: 56px;
      border-radius: 18px;
      background: linear-gradient(135deg, rgba(183, 121, 31, 0.12), rgba(124, 45, 18, 0.08));
      border: 1px solid rgba(183, 121, 31, 0.18);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-card:hover .dsfg-icon{
      transform: translateY(-3px) rotate(-2deg);
      box-shadow: 0 14px 30px rgba(183, 121, 31, 0.16);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-icon::before{
      content: "";
      width: 27px;
      height: 27px;
      background: linear-gradient(135deg, var(--dsfg-accent), var(--dsfg-accent-two));
      clip-path: polygon(50% 0%, 59% 32%, 92% 14%, 74% 45%, 100% 62%, 67% 68%, 77% 100%, 50% 80%, 23% 100%, 33% 68%, 0% 62%, 26% 45%, 8% 14%, 41% 32%);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-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-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-icon-sword::before{
      border-radius: 3px;
      clip-path: polygon(45% 0, 55% 0, 58% 58%, 78% 58%, 78% 70%, 57% 70%, 57% 100%, 43% 100%, 43% 70%, 22% 70%, 22% 58%, 42% 58%);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-icon-shield::before{
      clip-path: polygon(50% 3%, 88% 18%, 82% 66%, 50% 96%, 18% 66%, 12% 18%);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-icon-flame::before{
      clip-path: polygon(50% 0%, 70% 24%, 64% 43%, 84% 58%, 75% 88%, 50% 100%, 25% 88%, 16% 58%, 36% 43%, 30% 24%);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-icon-rune::before{
      border-radius: 4px;
      clip-path: polygon(22% 0, 78% 0, 78% 18%, 58% 18%, 58% 42%, 82% 42%, 82% 60%, 58% 60%, 58% 100%, 42% 100%, 42% 60%, 18% 60%, 18% 42%, 42% 42%, 42% 18%, 22% 18%);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-icon-crown::before{
      clip-path: polygon(8% 78%, 92% 78%, 86% 28%, 65% 52%, 50% 16%, 35% 52%, 14% 28%);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-card h3{
      margin: 0;
      color: var(--dsfg-ink);
      font-weight: 850;
      letter-spacing: -0.02em;
      line-height: 1.25;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-card p{
      margin: 12px 0 0;
      color: var(--dsfg-muted);
      line-height: 1.72;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-step-wrap{
      display: grid;
      gap: 18px;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-step-card{
      position: relative;
      display: grid;
      grid-template-columns: auto 1fr;
      align-items: center;
      gap: 22px;
      border-radius: var(--dsfg-radius);
      border: 1px solid var(--dsfg-border);
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
        radial-gradient(circle at 15% 0%, rgba(183, 121, 31, 0.13), transparent 34%);
      box-shadow: var(--dsfg-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-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-step-card.dsfg-show{
      opacity: 1;
      transform: translateY(0);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-step-card:hover{
      border-color: var(--dsfg-border-strong);
      box-shadow: var(--dsfg-shadow-hover);
      transform: translateY(-4px);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-step-card.dsfg-show:hover{
      transform: translateY(-4px);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-step-card::after{
      content: "";
      position: absolute;
      right: -44px;
      top: -44px;
      width: 126px;
      height: 126px;
      border-radius: 50%;
      background: linear-gradient(135deg, rgba(183, 121, 31, 0.12), rgba(124, 45, 18, 0.1));
      transition: transform 0.3s ease;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-step-card:hover::after{
      transform: scale(1.12);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-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(--dsfg-accent), var(--dsfg-accent-two));
      box-shadow: 0 16px 34px rgba(183, 121, 31, 0.24);
      position: relative;
      z-index: 2;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text{
      position: relative;
      z-index: 2;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text h3{
      margin: 0;
      color: var(--dsfg-ink);
      font-weight: 850;
      letter-spacing: -0.02em;
      line-height: 1.25;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text p{
      margin: 10px 0 0;
      color: var(--dsfg-muted);
      line-height: 1.72;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-use-card{
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 246, 0.96));
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-use-tag{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 7px 12px;
      margin-bottom: 17px;
      border-radius: 999px;
      color: #8a4f12;
      background: rgba(183, 121, 31, 0.09);
      border: 1px solid rgba(183, 121, 31, 0.14);
      font-size: 12px;
      font-weight: 850;
      line-height: 1.2;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-trust-card{
      text-align: center;
      background:
        radial-gradient(circle at 50% -20%, rgba(183, 121, 31, 0.14), transparent 38%),
        rgba(255, 255, 255, 0.94);
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-trust-card .dsfg-icon{
      margin-left: auto;
      margin-right: auto;
    }.wpc-scope-50 .tc-wp-content-root .dsfg-bottom-content .dsfg-bottom-note{
      margin-top: 26px;
      padding: 18px 22px;
      border-radius: 22px;
      border: 1px solid rgba(183, 121, 31, 0.13);
      background: rgba(255, 255, 255, 0.76);
      color: var(--dsfg-muted);
      line-height: 1.65;
      text-align: center;
      box-shadow: 0 12px 30px rgba(47, 35, 20, 0.05);
    }@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .dsfg-bottom-content .dsfg-section{
        padding: 48px 0;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-container{
        padding: 0 14px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-heading h2{
        font-size: 27px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-heading p{
        font-size: 14px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-badge{
        font-size: 12px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-grid{
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 28px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card{
        padding: 22px;
        border-radius: 22px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card h3, .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text h3{
        font-size: 18px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card p, .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text p, .tc-wp-content-root .dsfg-bottom-content .dsfg-bottom-note{
        font-size: 14px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-wrap{
        margin-top: 28px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-card{
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-number{
        width: 58px;
        height: 58px;
        border-radius: 18px;
        font-size: 19px;
      }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .dsfg-bottom-content .dsfg-section{
        padding: 54px 0;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-container{
        padding: 0 18px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-heading h2{
        font-size: 30px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-heading p{
        font-size: 15px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-grid{
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 32px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card{
        padding: 24px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card h3, .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text h3{
        font-size: 19px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card p, .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text p, .tc-wp-content-root .dsfg-bottom-content .dsfg-bottom-note{
        font-size: 15px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-wrap{
        margin-top: 32px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-card{
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-number{
        width: 60px;
        height: 60px;
        border-radius: 19px;
        font-size: 20px;
      }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .dsfg-bottom-content .dsfg-section{
        padding: 60px 0;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-container{
        padding: 0 22px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-heading h2{
        font-size: 34px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-heading p{
        font-size: 16px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-grid{
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 34px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card{
        padding: 26px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card h3, .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text h3{
        font-size: 20px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card p, .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text p, .tc-wp-content-root .dsfg-bottom-content .dsfg-bottom-note{
        font-size: 15.5px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-wrap{
        margin-top: 34px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-card{
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 26px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-number{
        width: 62px;
        height: 62px;
        border-radius: 20px;
        font-size: 21px;
      }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .dsfg-bottom-content .dsfg-section{
        padding: 72px 0;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-container{
        padding: 0 28px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-heading h2{
        font-size: 42px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-heading p{
        font-size: 17px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        margin-top: 40px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-grid.dsfg-trust-grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card{
        padding: 28px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card h3, .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text h3{
        font-size: 21px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card p, .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text p, .tc-wp-content-root .dsfg-bottom-content .dsfg-bottom-note{
        font-size: 16px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-wrap{
        margin-top: 40px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-card{
        padding: 30px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-number{
        width: 66px;
        height: 66px;
        font-size: 22px;
      }}@media (min-width: 1024px){.tc-wp-content-root .dsfg-bottom-content .dsfg-section{
        padding: 88px 0;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-container{
        padding: 0 30px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-heading h2{
        font-size: 50px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-heading p{
        font-size: 17px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-grid{
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 24px;
        margin-top: 46px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card{
        padding: 30px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card h3, .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text h3{
        font-size: 22px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-card p, .tc-wp-content-root .dsfg-bottom-content .dsfg-step-text p, .tc-wp-content-root .dsfg-bottom-content .dsfg-bottom-note{
        font-size: 16px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-wrap{
        margin-top: 46px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-card{
        padding: 32px;
      }.tc-wp-content-root .dsfg-bottom-content .dsfg-step-number{
        width: 68px;
        height: 68px;
        font-size: 23px;
      }}