@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 .ttf-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --ttf-accent: #0ea5a4;
  --ttf-accent-2: #2563eb;
  --ttf-ink: #172033;
  --ttf-muted: #5f6b7a;
  --ttf-line: rgba(23, 32, 51, 0.1);
  --ttf-soft: #f7faf9;
  --ttf-white: #ffffff;
  --ttf-shadow: 0 18px 50px rgba(19, 42, 72, 0.09);
  --ttf-shadow-hover: 0 24px 70px rgba(14, 165, 164, 0.16);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(14, 165, 164, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(37, 99, 235, 0.07), transparent 28%),
    #f7faf9;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-container{
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(14, 165, 164, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(14, 165, 164, 0.1), rgba(37, 99, 235, 0.08));
  color: #0f766e;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttf-editorial-wrap h2, .tc-wp-content-root .ttf-editorial-wrap h3, .tc-wp-content-root .ttf-editorial-wrap p{
  margin-top: 0;
}.tc-wp-content-root .ttf-editorial-wrap h2{
  color: var(--ttf-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-section-head p{
  color: var(--ttf-muted);
  line-height: 1.75;
  margin-bottom: 0;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
  position: relative;
  box-sizing: border-box;
  border: 1px solid var(--ttf-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--ttf-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card{
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card::before, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card::before, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--ttf-accent), var(--ttf-accent-2));
  opacity: 0.9;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card:hover, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card:hover, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card:hover, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(14, 165, 164, 0.28);
  box-shadow: var(--ttf-shadow-hover);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon{
  width: 46px;
  height: 46px;
  display: inline-flex;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(14, 165, 164, 0.16), rgba(37, 99, 235, 0.13));
  position: relative;
  transition: transform 220ms ease;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card:hover .ttf-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon::before, .tc-wp-content-root .ttf-editorial-wrap .ttf-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, var(--ttf-accent), var(--ttf-accent-2));
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-chart::before{
  width: 22px;
  height: 14px;
  left: 12px;
  bottom: 13px;
  border-radius: 4px 4px 2px 2px;
  clip-path: polygon(0 100%, 0 55%, 28% 55%, 28% 25%, 58% 25%, 58% 0, 100% 0, 100% 100%);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-target::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid var(--ttf-accent);
  box-sizing: border-box;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-target::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-savings::before{
  width: 23px;
  height: 17px;
  left: 11px;
  top: 17px;
  border-radius: 4px 4px 8px 8px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-savings::after{
  width: 18px;
  height: 3px;
  left: 14px;
  top: 13px;
  border-radius: 999px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-growth::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 14px;
  clip-path: polygon(0 82%, 34% 50%, 55% 62%, 100% 8%, 100% 35%, 58% 88%, 36% 76%, 10% 100%);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-balance::before{
  width: 4px;
  height: 26px;
  left: 21px;
  top: 10px;
  border-radius: 999px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-balance::after{
  width: 26px;
  height: 12px;
  left: 10px;
  top: 18px;
  background: transparent;
  border-top: 3px solid var(--ttf-accent);
  border-left: 3px solid var(--ttf-accent);
  border-right: 3px solid var(--ttf-accent-2);
  box-sizing: border-box;
  border-radius: 4px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-clock::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid var(--ttf-accent);
  box-sizing: border-box;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-clock::after{
  width: 11px;
  height: 3px;
  left: 22px;
  top: 21px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(38deg);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
  color: var(--ttf-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
  color: var(--ttf-muted);
  line-height: 1.68;
  margin-bottom: 0;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card::after{
  content: "";
  position: absolute;
  left: 39px;
  top: 76px;
  bottom: -16px;
  width: 2px;
  background: linear-gradient(180deg, rgba(14, 165, 164, 0.32), transparent);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ttf-accent), var(--ttf-accent-2));
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(14, 165, 164, 0.24);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-badge{
  align-self: flex-start;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(14, 165, 164, 0.1);
  color: #0f766e;
  font-weight: 800;
  line-height: 1.15;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-trust-mark{
  width: 42px;
  height: 42px;
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ttf-accent), var(--ttf-accent-2));
  position: relative;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-trust-mark::after{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-reveal.ttf-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-container{
    padding: 0 16px;
  }.tc-wp-content-root .ttf-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card::after{
    display: none;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttf-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    padding: 26px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card::after{
    display: none;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttf-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-grid-3{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    padding: 28px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card::after{
    display: none;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttf-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    padding: 30px;
    gap: 22px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
    font-size: 15.5px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-container{
    padding: 0 34px;
  }.tc-wp-content-root .ttf-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card{
    padding: 32px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    padding: 34px;
    gap: 26px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-trust-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
    font-size: 16px;
  }}

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