@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{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial, .tc-wp-content-root .ccpg-editorial section, .tc-wp-content-root .ccpg-editorial div, .tc-wp-content-root .ccpg-editorial article, .tc-wp-content-root .ccpg-editorial span, .tc-wp-content-root .ccpg-editorial h2, .tc-wp-content-root .ccpg-editorial h3, .tc-wp-content-root .ccpg-editorial p{
  box-sizing: border-box;
}.tc-wp-content-root .ccpg-editorial .ccpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ccpg-editorial .ccpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(95, 111, 255, 0.09), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(0, 196, 167, 0.08), transparent 26%),
    #f7f9fc;
}.tc-wp-content-root .ccpg-editorial .ccpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ccpg-editorial .ccpg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ccpg-editorial .ccpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(95, 111, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(95, 111, 255, 0.1), rgba(0, 196, 167, 0.1));
  color: #4250cc;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
  margin: 16px auto 0;
  color: #5f6b7a;
  font-weight: 450;
  line-height: 1.75;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-card::before, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(95, 111, 255, 0.14), rgba(0, 196, 167, 0.12), rgba(255, 179, 71, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-card:hover, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card:hover, .tc-wp-content-root .ccpg-editorial .ccpg-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(95, 111, 255, 0.24);
  box-shadow: 0 24px 64px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .ccpg-editorial .ccpg-card:hover::before, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #5f6fff, #00c4a7);
  box-shadow: 0 14px 30px rgba(95, 111, 255, 0.22);
}.tc-wp-content-root .ccpg-editorial .ccpg-icon::before, .tc-wp-content-root .ccpg-editorial .ccpg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-swatch::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
  opacity: 0.95;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-balance::before{
  width: 26px;
  height: 4px;
  left: 11px;
  top: 16px;
  border-radius: 99px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-balance::after{
  width: 18px;
  height: 18px;
  left: 15px;
  top: 22px;
  border-radius: 50%;
  opacity: 0.9;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-copy::before{
  width: 20px;
  height: 24px;
  left: 16px;
  top: 12px;
  border-radius: 5px;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-brand::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-focus::before{
  width: 26px;
  height: 26px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid #ffffff;
}.tc-wp-content-root .ccpg-editorial .ccpg-icon-creative::before{
  width: 8px;
  height: 28px;
  left: 20px;
  top: 10px;
  border-radius: 99px;
  transform: rotate(38deg);
}.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-content h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #5f6b7a;
  font-weight: 430;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84));
  box-shadow: 0 18px 52px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ccpg-editorial .ccpg-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #5f6fff, #00c4a7, #ffb347);
}.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #101828;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.18);
}.tc-wp-content-root .ccpg-editorial .ccpg-step-content{
  min-width: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-tag{
  position: relative;
  display: inline-flex;
  width: max-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 196, 167, 0.1);
  color: #087f72;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .ccpg-editorial .ccpg-benefit-mark{
  position: relative;
  width: 54px;
  height: 54px;
  margin: 0 0 20px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.42)),
    linear-gradient(135deg, #5f6fff, #00c4a7);
  box-shadow: 0 16px 36px rgba(0, 196, 167, 0.2);
}.tc-wp-content-root .ccpg-editorial .ccpg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 22px;
  height: 12px;
  left: 16px;
  top: 18px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ccpg-editorial .ccpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ccpg-editorial .ccpg-reveal.ccpg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 600ms ease, transform 600ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 16px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 64px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid-three, .tc-wp-content-root .ccpg-editorial .ccpg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
    gap: 24px;
    padding: 32px 34px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ccpg-editorial .ccpg-section{
    padding: 96px 0;
  }.tc-wp-content-root .ccpg-editorial .ccpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-grid-three, .tc-wp-content-root .ccpg-editorial .ccpg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card h3, .tc-wp-content-root .ccpg-editorial .ccpg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-card p, .tc-wp-content-root .ccpg-editorial .ccpg-benefit-card p, .tc-wp-content-root .ccpg-editorial .ccpg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ccpg-editorial .ccpg-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}