@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* 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-208 .tc-wp-content-root img, .wpc-scope-208 .tc-wp-content-root video, .wpc-scope-208 .tc-wp-content-root svg, .wpc-scope-208 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial, .wpc-scope-208 .tc-wp-content-root .uspsbg-editorial *{
  box-sizing: border-box;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #fff;
  isolation: isolate;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-section{
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-section--white{
  background: #fff;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-section--warm{
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 184, 107, 0.22), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(97, 161, 255, 0.18), transparent 30%),
    linear-gradient(180deg, #fff8ef 0%, #fffdf8 46%, #f7fbff 100%);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-container{
  width: min(1180px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-heading{
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-kicker{
  display: inline-block;
  margin: 0 0 10px;
  color: #af5f19;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial h2{
  margin: 0;
  color: #111827;
  font-size: clamp(1.2rem, 4vw, 2.2rem);
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-heading p{
  margin: 14px auto 0;
  color: #526071;
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-grid{
  width: 100%;
  max-width: 100%;
  display: grid;
  gap: 24px;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card{
  --fg-accent: #e77817;
  --fg-accent-2: #ffb15f;
  --fg-soft: rgba(231, 120, 23, 0.12);
  --fg-border: rgba(23, 32, 51, 0.1);
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  padding: 30px;
  border: 1px solid var(--fg-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 0 132px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 251, 245, 0.78));
  box-shadow: 0 18px 50px rgba(28, 35, 48, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  overflow: hidden;
  transition:
    transform 280ms ease,
    opacity 560ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background 280ms ease;
  will-change: transform;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 34%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--fg-soft), transparent 38%);
  opacity: 0.78;
  transition: opacity 280ms ease;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card::after{
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--fg-accent), var(--fg-accent-2));
  transform: scaleX(0.28);
  transform-origin: left center;
  opacity: 0.5;
  transition: transform 280ms ease, opacity 280ms ease;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card.uspsbg-visible{
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:hover{
  border-color: color-mix(in srgb, var(--fg-accent) 46%, transparent);
  box-shadow: 0 26px 70px rgba(28, 35, 48, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:hover::after{
  transform: scaleX(1);
  opacity: 0.92;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-icon{
  width: 56px;
  height: 56px;
  max-width: 100%;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--fg-accent);
  background: linear-gradient(145deg, #fff, var(--fg-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 26px rgba(25, 34, 48, 0.09);
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-icon i{
  font-size: 1.28rem;
  line-height: 1;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:hover .uspsbg-icon{
  color: #fff;
  background: linear-gradient(145deg, var(--fg-accent), var(--fg-accent-2));
  transform: translateY(-3px) rotate(-4deg) scale(1.04);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial h3{
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 13px;
  color: #131b2b;
  font-size: 1.12rem;
  line-height: 1.28;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial h3::after{
  content: "";
  display: block;
  width: 36%;
  height: 2px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fg-accent), transparent);
  transition: width 280ms ease;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:hover h3::after{
  width: 100%;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card p{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5d6a7c;
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-cta{
  display: inline-flex;
  max-width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 20px;
  color: var(--fg-accent);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.3;
  opacity: 0.24;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease, color 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:hover .uspsbg-cta{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card--step{
  padding-top: 34px;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-step-badge{
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(145deg, var(--fg-accent), var(--fg-accent-2));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--fg-accent) 24%, transparent);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  transition: transform 280ms ease, box-shadow 280ms ease;
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card--step:hover .uspsbg-step-badge{
  transform: translateY(-4px) scale(1.07) rotate(3deg);
  box-shadow: 0 18px 34px color-mix(in srgb, var(--fg-accent) 34%, transparent);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:nth-child(1){
  --fg-accent: #e77817;
  --fg-accent-2: #ffb15f;
  --fg-soft: rgba(231, 120, 23, 0.13);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:nth-child(2){
  --fg-accent: #1f8a70;
  --fg-accent-2: #6fd6b2;
  --fg-soft: rgba(31, 138, 112, 0.13);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:nth-child(3){
  --fg-accent: #3d6ee8;
  --fg-accent-2: #8db3ff;
  --fg-soft: rgba(61, 110, 232, 0.13);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:nth-child(4){
  --fg-accent: #bb5a88;
  --fg-accent-2: #f5a4c9;
  --fg-soft: rgba(187, 90, 136, 0.13);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:nth-child(5){
  --fg-accent: #7a5ad9;
  --fg-accent-2: #b9a7ff;
  --fg-soft: rgba(122, 90, 217, 0.13);
}.wpc-scope-208 .tc-wp-content-root .uspsbg-editorial .uspsbg-card:nth-child(6){
  --fg-accent: #0f8ca8;
  --fg-accent-2: #72d9ec;
  --fg-soft: rgba(15, 140, 168, 0.13);
}@media (min-width: 1200px){.tc-wp-content-root .uspsbg-editorial .uspsbg-section{
    padding: 92px 0;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-container{
    width: min(1180px, calc(100% - 64px));
  }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-content-root .uspsbg-editorial .uspsbg-section{
    padding: 78px 0;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-container{
    width: min(1060px, calc(100% - 48px));
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-heading{
    margin-bottom: 36px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-heading p{
    font-size: 0.98rem;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-card{
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .uspsbg-editorial .uspsbg-section{
    padding: 66px 0;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-container{
    width: min(900px, calc(100% - 40px));
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-heading{
    margin-bottom: 32px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-heading p{
    font-size: 0.95rem;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-card{
    padding: 24px;
  }.tc-wp-content-root .uspsbg-editorial h3{
    font-size: 1.04rem;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-card p{
    font-size: 0.92rem;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .uspsbg-editorial .uspsbg-section{
    padding: 54px 0;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-container{
    width: min(100%, calc(100% - 30px));
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-heading p{
    font-size: 0.92rem;
    line-height: 1.62;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-grid{
    grid-template-columns: 1fr !important;
    gap: 18px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-icon{
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-cta{
    white-space: normal;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .uspsbg-editorial .uspsbg-section{
    padding: 46px 0;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-container{
    width: min(100%, calc(100% - 24px));
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-heading{
    margin-bottom: 22px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-heading p{
    font-size: 0.9rem;
    line-height: 1.58;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-grid{
    grid-template-columns: 1fr !important;
    gap: 16px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-card{
    padding: 20px;
    border-radius: 17px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-icon{
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 18px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-icon i{
    font-size: 1.12rem;
  }.tc-wp-content-root .uspsbg-editorial h3{
    font-size: 1rem;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-card p{
    font-size: 0.9rem;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-step-badge{
    width: 40px;
    height: 40px;
    top: 18px;
    right: 18px;
  }}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .uspsbg-editorial .uspsbg-section{
    padding: 40px 0;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-container{
    width: min(100%, calc(100% - 20px));
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-heading{
    margin-bottom: 20px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-kicker{
    font-size: 0.7rem;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-heading p{
    font-size: 0.86rem;
    line-height: 1.54;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-grid{
    grid-template-columns: 1fr !important;
    gap: 14px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-card{
    padding: 18px;
    border-radius: 16px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-icon{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-icon i{
    font-size: 1rem;
  }.tc-wp-content-root .uspsbg-editorial h3{
    font-size: 0.96rem;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-card p, .tc-wp-content-root .uspsbg-editorial .uspsbg-cta{
    font-size: 0.84rem;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-step-badge{
    width: 36px;
    height: 36px;
    top: 16px;
    right: 16px;
    font-size: 0.74rem;
  }}@media (max-width: 319px){.tc-wp-content-root .uspsbg-editorial .uspsbg-container{
    width: min(100%, calc(100% - 16px));
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-grid{
    grid-template-columns: 1fr !important;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .uspsbg-editorial .uspsbg-card, .tc-wp-content-root .uspsbg-editorial .uspsbg-card::after, .tc-wp-content-root .uspsbg-editorial .uspsbg-icon, .tc-wp-content-root .uspsbg-editorial .uspsbg-cta, .tc-wp-content-root .uspsbg-editorial .uspsbg-step-badge{
    transition: none !important;
    animation: none !important;
  }.tc-wp-content-root .uspsbg-editorial .uspsbg-card, .tc-wp-content-root .uspsbg-editorial .uspsbg-card.uspsbg-visible, .tc-wp-content-root .uspsbg-editorial .uspsbg-card:hover{
    transform: none !important;
    opacity: 1;
  }}.wpc-scope-208 .tc-wp-content-root .uspsbg-card--tilt{}.wpc-scope-208 .tc-wp-content-root .uspsbg-grid--benefits{}.wpc-scope-208 .tc-wp-content-root .uspsbg-grid--intro{}.wpc-scope-208 .tc-wp-content-root .uspsbg-grid--steps{}.wpc-scope-208 .tc-wp-content-root .uspsbg-reveal{}