@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 .ttc-editorial-bottom{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .ttc-editorial-bottom, .tc-wp-content-root .ttc-editorial-bottom section, .tc-wp-content-root .ttc-editorial-bottom div, .tc-wp-content-root .ttc-editorial-bottom article{
  box-sizing: border-box;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(35, 137, 255, 0.08), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(22, 199, 154, 0.08), transparent 30%),
    #f7f9fc;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(35, 137, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(35, 137, 255, 0.1), rgba(22, 199, 154, 0.1));
  color: #1267c8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2389ff, #16c79a);
  box-shadow: 0 0 0 5px rgba(35, 137, 255, 0.1);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #566276;
  line-height: 1.7;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-card, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(21, 34, 56, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-card::after, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(35, 137, 255, 0.3), rgba(22, 199, 154, 0.24));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  mask-composite: exclude;
  -webkit-mask-composite: xor;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-card:hover, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card:hover, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(35, 137, 255, 0.24);
  box-shadow: 0 24px 70px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-card:hover::after, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5a6678;
  line-height: 1.7;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2389ff, #16c79a);
  box-shadow: 0 14px 28px rgba(35, 137, 255, 0.24);
  transition: transform 240ms ease;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-card:hover .ttc-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-icon::before, .tc-wp-content-root .ttc-editorial-bottom .ttc-icon::after{
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-icon-clock::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-icon-clock::after{
  width: 9px;
  height: 9px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translate(3px, -2px);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-icon-pace::before{
  width: 24px;
  height: 14px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-icon-pace::after{
  width: 12px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-35deg) translate(4px, -3px);
  transform-origin: left center;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-script::before{
  width: 20px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-script::after{
  width: 12px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff, 0 12px 0 #ffffff;
  transform: translateY(-5px);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-meeting::before{
  width: 24px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-meeting::after{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: -10px 8px 0 -1px #ffffff, 10px 8px 0 -1px #ffffff;
  transform: translateY(-6px);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-video::before{
  width: 22px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transform: translateX(-3px);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-video::after{
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #ffffff;
  transform: translateX(12px);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-confidence::before{
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-confidence::after{
  width: 11px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg) translate(1px, 1px);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(35, 137, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(35, 137, 255, 0.14), rgba(22, 199, 154, 0.12));
  box-shadow: 0 18px 55px rgba(16, 24, 40, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(35, 137, 255, 0.28), transparent);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #2389ff, #16c79a);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(35, 137, 255, 0.28);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy{
  min-width: 0;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(35, 137, 255, 0.22), rgba(22, 199, 154, 0.16)) border-box;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(35, 137, 255, 0.09);
  color: #1267c8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card{
  overflow: hidden;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 118px;
  height: 118px;
  border-radius: 0 22px 0 118px;
  background: linear-gradient(135deg, rgba(35, 137, 255, 0.11), rgba(22, 199, 154, 0.13));
}.tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 14px;
  background: #eef7ff;
  border: 1px solid rgba(35, 137, 255, 0.16);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  inset: 0;
  margin: auto;
  border-left: 2px solid #16a77f;
  border-bottom: 2px solid #16a77f;
  transform: rotate(-45deg) translate(1px, -1px);
}.tc-wp-content-root .ttc-editorial-bottom .ttc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ttc-editorial-bottom .ttc-reveal.ttc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttc-editorial-bottom .ttc-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-steps{
    gap: 16px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-card::before{
    display: none;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttc-editorial-bottom .ttc-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-steps{
    gap: 18px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-card::before{
    display: none;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-number{
    width: 62px;
    height: 62px;
    border-radius: 19px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttc-editorial-bottom .ttc-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-steps{
    gap: 20px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-card::before{
    display: none;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttc-editorial-bottom .ttc-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-grid-six, .tc-wp-content-root .ttc-editorial-bottom .ttc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy p{
    font-size: 15.8px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-steps{
    gap: 22px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-card{
    gap: 26px;
    padding: 28px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-number{
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttc-editorial-bottom .ttc-section{
    padding: 94px 0;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card h3, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-benefit-card p, .tc-wp-content-root .ttc-editorial-bottom .ttc-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-steps{
    gap: 24px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-card{
    gap: 30px;
    padding: 32px;
  }.tc-wp-content-root .ttc-editorial-bottom .ttc-step-number{
    font-size: 22px;
  }}