@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .ccpg-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .ccpg-editorial-wrap, .tc-wp-content-root .ccpg-editorial-wrap div, .tc-wp-content-root .ccpg-editorial-wrap section, .tc-wp-content-root .ccpg-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f5f8fb 100%);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #7c3aed;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-kicker::before, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-kicker::after{
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4, #f59e0b);
}.tc-wp-content-root .ccpg-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #566174;
  line-height: 1.7;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(124, 58, 237, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card::before, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, #7c3aed, #06b6d4, #f59e0b) 1;
  opacity: 0.85;
  pointer-events: none;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card:hover, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(6, 182, 212, 0.32);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.13);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon{
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: conic-gradient(from 120deg, #7c3aed, #06b6d4, #f59e0b, #7c3aed);
  box-shadow: 0 14px 34px rgba(124, 58, 237, 0.22);
  transition: transform 220ms ease;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card:hover .ccpg-icon{
  transform: rotate(8deg) scale(1.04);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-b{
  background: conic-gradient(from 40deg, #2563eb, #f97316, #06b6d4, #2563eb);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-c{
  background: conic-gradient(from 180deg, #10b981, #ef4444, #8b5cf6, #10b981);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-d{
  background: conic-gradient(from 70deg, #0ea5e9, #f59e0b, #a855f7, #0ea5e9);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-e{
  background: conic-gradient(from 210deg, #14b8a6, #f43f5e, #6366f1, #14b8a6);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-icon-f{
  background: conic-gradient(from 310deg, #84cc16, #ec4899, #0284c7, #84cc16);
}.tc-wp-content-root .ccpg-editorial-wrap h3{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
  margin: 12px 0 0;
  color: #5b6678;
  line-height: 1.68;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 36px;
  width: 2px;
  background: linear-gradient(180deg, rgba(124, 58, 237, 0.45), rgba(6, 182, 212, 0.12));
  pointer-events: none;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(124, 58, 237, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 850;
  background: linear-gradient(135deg, #7c3aed 0%, #06b6d4 58%, #f59e0b 100%);
  box-shadow: 0 18px 38px rgba(124, 58, 237, 0.25);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-content{
  min-width: 0;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-tag{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #5b21b6;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(6, 182, 212, 0.12));
  border: 1px solid rgba(124, 58, 237, 0.13);
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
  text-align: center;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card::after{
  content: "";
  display: block;
  width: 54px;
  height: 8px;
  margin: 18px auto 0;
  border-radius: 99px;
  background: linear-gradient(90deg, #7c3aed, #06b6d4, #f59e0b);
  opacity: 0.72;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ccpg-editorial-wrap .ccpg-reveal.ccpg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
    padding: 48px 0;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ccpg-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ccpg-editorial-wrap h3{
    font-size: 19px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
    padding: 56px 0;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ccpg-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ccpg-editorial-wrap h3{
    font-size: 20px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
    padding: 64px 0;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ccpg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ccpg-editorial-wrap h3{
    font-size: 21px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ccpg-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-three, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ccpg-editorial-wrap h3{
    font-size: 22px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
    gap: 26px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section{
    padding: 96px 0;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-container{
    padding: 0 28px;
  }.tc-wp-content-root .ccpg-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-three, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .ccpg-editorial-wrap h3{
    font-size: 23px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ccpg-editorial-wrap .ccpg-step-card{
    gap: 30px;
    padding: 34px;
  }}

.tc-wp-content-root .ccpg-icon-a {}