@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 .cp6010-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .cp6010-editorial, .tc-wp-content-root .cp6010-editorial section, .tc-wp-content-root .cp6010-editorial div, .tc-wp-content-root .cp6010-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .cp6010-editorial .cp6010-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .cp6010-editorial .cp6010-section-white{
  background: #ffffff;
}.tc-wp-content-root .cp6010-editorial .cp6010-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f8fb 100%);
}.tc-wp-content-root .cp6010-editorial .cp6010-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cp6010-editorial .cp6010-heading{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cp6010-editorial .cp6010-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 6px 14px;
  border: 1px solid rgba(226, 98, 71, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(226, 98, 71, 0.1), rgba(66, 133, 244, 0.1));
  color: #9a3f32;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .cp6010-editorial .cp6010-heading h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .cp6010-editorial .cp6010-heading p{
  margin: 16px auto 0;
  color: #5c667a;
  font-weight: 450;
}.tc-wp-content-root .cp6010-editorial .cp6010-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cp6010-editorial .cp6010-card, .tc-wp-content-root .cp6010-editorial .cp6010-benefit{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 30, 61, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .cp6010-editorial .cp6010-card::before, .tc-wp-content-root .cp6010-editorial .cp6010-benefit::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #e26247 0%, #f2b84b 48%, #4285f4 100%);
  opacity: 0.9;
}.tc-wp-content-root .cp6010-editorial .cp6010-card:hover, .tc-wp-content-root .cp6010-editorial .cp6010-benefit:hover{
  transform: translateY(-6px);
  border-color: rgba(226, 98, 71, 0.22);
  box-shadow: 0 24px 64px rgba(17, 30, 61, 0.13);
}.tc-wp-content-root .cp6010-editorial .cp6010-card h3, .tc-wp-content-root .cp6010-editorial .cp6010-benefit h3, .tc-wp-content-root .cp6010-editorial .cp6010-step h3{
  margin: 0;
  color: #111827;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cp6010-editorial .cp6010-card p, .tc-wp-content-root .cp6010-editorial .cp6010-benefit p, .tc-wp-content-root .cp6010-editorial .cp6010-step p{
  margin: 10px 0 0;
  color: #667085;
  font-weight: 430;
}.tc-wp-content-root .cp6010-editorial .cp6010-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #f4f6fb;
  box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.06);
}.tc-wp-content-root .cp6010-editorial .cp6010-icon::before{
  content: "";
  position: absolute;
  border-radius: 999px;
}.tc-wp-content-root .cp6010-editorial .cp6010-icon-primary::before{
  inset: 10px;
  background: #e26247;
}.tc-wp-content-root .cp6010-editorial .cp6010-icon-secondary::before{
  inset: 10px;
  background: #f2b84b;
}.tc-wp-content-root .cp6010-editorial .cp6010-icon-accent::before{
  inset: 10px;
  background: #4285f4;
}.tc-wp-content-root .cp6010-editorial .cp6010-icon-swatch::before{
  width: 26px;
  height: 26px;
  left: 11px;
  top: 11px;
  background: conic-gradient(from 90deg, #e26247 0 60%, #f2b84b 60% 90%, #4285f4 90% 100%);
}.tc-wp-content-root .cp6010-editorial .cp6010-icon-layer::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  background: linear-gradient(135deg, #e26247 0%, #f2b84b 54%, #4285f4 100%);
}.tc-wp-content-root .cp6010-editorial .cp6010-icon-copy::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 3px solid #4285f4;
  background: transparent;
}.tc-wp-content-root .cp6010-editorial .cp6010-card:hover .cp6010-icon{
  transform: translateY(-2px);
}.tc-wp-content-root .cp6010-editorial .cp6010-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cp6010-editorial .cp6010-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(17, 30, 61, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .cp6010-editorial .cp6010-step::after{
  content: "";
  position: absolute;
  right: -48px;
  top: -48px;
  width: 150px;
  height: 150px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(66, 133, 244, 0.14), rgba(66, 133, 244, 0));
  pointer-events: none;
}.tc-wp-content-root .cp6010-editorial .cp6010-step:hover{
  transform: translateY(-5px);
  border-color: rgba(66, 133, 244, 0.22);
  box-shadow: 0 24px 64px rgba(17, 30, 61, 0.12);
}.tc-wp-content-root .cp6010-editorial .cp6010-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #e26247 0%, #f2b84b 48%, #4285f4 100%);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(226, 98, 71, 0.2);
}.tc-wp-content-root .cp6010-editorial .cp6010-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #f2f6ff;
  color: #315db7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .cp6010-editorial .cp6010-benefit{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(226, 98, 71, 0.28), rgba(242, 184, 75, 0.18), rgba(66, 133, 244, 0.28)) border-box;
}.tc-wp-content-root .cp6010-editorial .cp6010-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .cp6010-editorial .cp6010-reveal.cp6010-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cp6010-editorial .cp6010-section{
    padding: 48px 0;
  }.tc-wp-content-root .cp6010-editorial .cp6010-container{
    padding: 0 14px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card, .tc-wp-content-root .cp6010-editorial .cp6010-benefit{
    padding: 24px 20px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card h3, .tc-wp-content-root .cp6010-editorial .cp6010-benefit h3, .tc-wp-content-root .cp6010-editorial .cp6010-step h3{
    font-size: 18px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card p, .tc-wp-content-root .cp6010-editorial .cp6010-benefit p, .tc-wp-content-root .cp6010-editorial .cp6010-step p{
    font-size: 14px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cp6010-editorial .cp6010-section{
    padding: 54px 0;
  }.tc-wp-content-root .cp6010-editorial .cp6010-container{
    padding: 0 18px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card, .tc-wp-content-root .cp6010-editorial .cp6010-benefit{
    padding: 26px 22px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card h3, .tc-wp-content-root .cp6010-editorial .cp6010-benefit h3, .tc-wp-content-root .cp6010-editorial .cp6010-step h3{
    font-size: 19px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card p, .tc-wp-content-root .cp6010-editorial .cp6010-benefit p, .tc-wp-content-root .cp6010-editorial .cp6010-step p{
    font-size: 15px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cp6010-editorial .cp6010-section{
    padding: 60px 0;
  }.tc-wp-content-root .cp6010-editorial .cp6010-container{
    padding: 0 22px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card, .tc-wp-content-root .cp6010-editorial .cp6010-benefit{
    padding: 28px 24px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card h3, .tc-wp-content-root .cp6010-editorial .cp6010-benefit h3, .tc-wp-content-root .cp6010-editorial .cp6010-step h3{
    font-size: 20px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card p, .tc-wp-content-root .cp6010-editorial .cp6010-benefit p, .tc-wp-content-root .cp6010-editorial .cp6010-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cp6010-editorial .cp6010-section{
    padding: 76px 0;
  }.tc-wp-content-root .cp6010-editorial .cp6010-container{
    padding: 0 32px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card, .tc-wp-content-root .cp6010-editorial .cp6010-benefit{
    padding: 30px 26px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card h3, .tc-wp-content-root .cp6010-editorial .cp6010-benefit h3, .tc-wp-content-root .cp6010-editorial .cp6010-step h3{
    font-size: 21px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card p, .tc-wp-content-root .cp6010-editorial .cp6010-benefit p, .tc-wp-content-root .cp6010-editorial .cp6010-step p{
    font-size: 15.8px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cp6010-editorial .cp6010-section{
    padding: 92px 0;
  }.tc-wp-content-root .cp6010-editorial .cp6010-container{
    padding: 0 36px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cp6010-editorial .cp6010-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card, .tc-wp-content-root .cp6010-editorial .cp6010-benefit{
    padding: 32px 28px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card h3, .tc-wp-content-root .cp6010-editorial .cp6010-benefit h3, .tc-wp-content-root .cp6010-editorial .cp6010-step h3{
    font-size: 22px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-card p, .tc-wp-content-root .cp6010-editorial .cp6010-benefit p, .tc-wp-content-root .cp6010-editorial .cp6010-step p{
    font-size: 16px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .cp6010-editorial .cp6010-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}

.tc-wp-content-root .cp6010-step-content {}