@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 .wwc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .wwc-editorial-wrap, .tc-wp-content-root .wwc-editorial-wrap div, .tc-wp-content-root .wwc-editorial-wrap section, .tc-wp-content-root .wwc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-section{
  width: 100%;
  position: relative;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-section-white{
  background: #ffffff;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8fc 100%);
}.tc-wp-content-root .wwc-editorial-wrap .wwc-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 6px 14px;
  border: 1px solid rgba(26, 115, 232, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.1), rgba(18, 184, 134, 0.1));
  color: #1565c0;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head h2{
  margin: 0;
  color: #121a2b;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head p{
  margin: 14px auto 0;
  max-width: 680px;
  color: #526074;
  line-height: 1.72;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-card, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(33, 48, 71, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 42px rgba(19, 35, 58, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-card{
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-card::before, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.38), rgba(18, 184, 134, 0.24), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-card:hover, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card:hover, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(26, 115, 232, 0.22);
  box-shadow: 0 22px 58px rgba(19, 35, 58, 0.12);
}.tc-wp-content-root .wwc-editorial-wrap .wwc-card:hover::before, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card h3{
  margin: 0;
  color: #142036;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card p{
  margin: 10px 0 0;
  color: #5a6678;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon{
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  display: inline-flex;
  position: relative;
  background: linear-gradient(135deg, #1a73e8, #12b886);
  box-shadow: 0 12px 26px rgba(26, 115, 232, 0.22);
  transition: transform 220ms ease;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-card:hover .wwc-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon::before, .tc-wp-content-root .wwc-editorial-wrap .wwc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-lines::before{
  left: 13px;
  top: 14px;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 rgba(255, 255, 255, 0.78);
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-target::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-target::after{
  left: 20px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-check::before{
  left: 14px;
  top: 22px;
  width: 9px;
  height: 4px;
  transform: rotate(45deg);
  border-radius: 4px;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-check::after{
  left: 20px;
  top: 18px;
  width: 17px;
  height: 4px;
  transform: rotate(-45deg);
  border-radius: 4px;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-flow::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 12px 0 0;
  background: transparent;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-flow::after{
  right: 10px;
  bottom: 12px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-radius: 2px;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-clock::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-clock::after{
  left: 22px;
  top: 16px;
  width: 3px;
  height: 13px;
  border-radius: 999px;
  box-shadow: 6px 8px 0 #ffffff;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-spark::before{
  left: 21px;
  top: 9px;
  width: 4px;
  height: 28px;
  border-radius: 999px;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-icon-spark::after{
  left: 9px;
  top: 21px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #1a73e8, #12b886);
}.tc-wp-content-root .wwc-editorial-wrap .wwc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  background: linear-gradient(135deg, #1a73e8, #12b886);
  box-shadow: 0 14px 30px rgba(26, 115, 232, 0.22);
  border-radius: 18px;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef7ff;
  color: #1565c0;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card{
  min-height: 100%;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card::after{
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 36px;
  height: 36px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.14), rgba(18, 184, 134, 0.16));
}.tc-wp-content-root .wwc-editorial-wrap .wwc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .wwc-editorial-wrap .wwc-reveal.wwc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .wwc-editorial-wrap .wwc-section{
    padding: 46px 0;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .wwc-editorial-wrap .wwc-section{
    padding: 54px 0;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .wwc-editorial-wrap .wwc-section{
    padding: 62px 0;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .wwc-editorial-wrap .wwc-section{
    padding: 76px 0;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-container{
    padding: 0 30px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-grid-three, .tc-wp-content-root .wwc-editorial-wrap .wwc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .wwc-editorial-wrap .wwc-section{
    padding: 92px 0;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-grid-three, .tc-wp-content-root .wwc-editorial-wrap .wwc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card h3, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-benefit-card p, .tc-wp-content-root .wwc-editorial-wrap .wwc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .wwc-editorial-wrap .wwc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}

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