@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;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
  position: relative;
}.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% 12%, rgba(36, 198, 220, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(68, 92, 255, 0.1), transparent 30%),
    #f7fafc;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-container{
  max-width: 1200px;
  margin: 0 auto;
}.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-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(36, 198, 220, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 198, 220, 0.12), rgba(68, 92, 255, 0.1));
  color: #126a82;
  font-size: 13px;
  font-weight: 750;
  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{
  margin-bottom: 16px;
  color: #101827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-section-head p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #556174;
  line-height: 1.72;
}.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-benefit-card, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(128, 145, 171, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(25, 38, 66, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.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-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(36, 198, 220, 0.42), rgba(68, 92, 255, 0.26), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 260ms ease;
}.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-benefit-card:hover, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(36, 198, 220, 0.34);
  box-shadow: 0 24px 58px rgba(25, 38, 66, 0.12);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-info-card:hover::before, .tc-wp-content-root .ttf-editorial-wrap .ttf-use-card:hover::before, .tc-wp-content-root .ttf-editorial-wrap .ttf-benefit-card:hover::before{
  opacity: 1;
}.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-benefit-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content h3{
  margin-bottom: 10px;
  color: #111827;
  font-weight: 780;
  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-benefit-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content p{
  margin-bottom: 0;
  color: #5c6879;
  line-height: 1.68;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #24c6dc, #445cff);
  box-shadow: 0 12px 26px rgba(36, 198, 220, 0.24);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon::before, .tc-wp-content-root .ttf-editorial-wrap .ttf-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-pulse::before{
  width: 24px;
  height: 2px;
  top: 22px;
  left: 11px;
  border-radius: 4px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-pulse::after{
  width: 8px;
  height: 18px;
  top: 14px;
  left: 19px;
  border-radius: 8px;
  transform: rotate(28deg);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-meter::before{
  width: 24px;
  height: 12px;
  left: 11px;
  top: 17px;
  border-radius: 24px 24px 5px 5px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-meter::after{
  width: 12px;
  height: 2px;
  left: 22px;
  top: 25px;
  border-radius: 4px;
  transform: rotate(-35deg);
  transform-origin: left center;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-recovery::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-right-color: transparent;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-recovery::after{
  width: 9px;
  height: 9px;
  top: 11px;
  right: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-chart::before{
  width: 4px;
  height: 18px;
  left: 13px;
  bottom: 12px;
  border-radius: 4px;
  box-shadow: 8px -6px 0 #ffffff, 16px -12px 0 #ffffff;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-chart::after{
  width: 24px;
  height: 2px;
  left: 11px;
  bottom: 10px;
  border-radius: 4px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-shield::before{
  width: 22px;
  height: 26px;
  top: 10px;
  left: 12px;
  clip-path: polygon(50% 0, 92% 18%, 82% 76%, 50% 100%, 18% 76%, 8% 18%);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-shield::after{
  width: 11px;
  height: 6px;
  top: 21px;
  left: 18px;
  border-left: 3px solid #445cff;
  border-bottom: 3px solid #445cff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-focus::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-focus::after{
  width: 8px;
  height: 8px;
  top: 19px;
  left: 19px;
  border-radius: 50%;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-fast::before{
  width: 23px;
  height: 23px;
  top: 12px;
  left: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-fast::after{
  width: 12px;
  height: 2px;
  top: 22px;
  left: 22px;
  border-radius: 4px;
  transform: rotate(-42deg);
  transform-origin: left center;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-mobile::before{
  width: 18px;
  height: 26px;
  top: 10px;
  left: 14px;
  border: 3px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-mobile::after{
  width: 6px;
  height: 2px;
  bottom: 14px;
  left: 20px;
  border-radius: 6px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-lock::before{
  width: 22px;
  height: 17px;
  left: 12px;
  bottom: 11px;
  border-radius: 5px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-lock::after{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.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;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 253, 0.96)),
    #ffffff;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #24c6dc, #445cff);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #172033, #2d3b59);
  color: #ffffff;
  font-weight: 840;
  letter-spacing: 0;
  box-shadow: 0 12px 30px rgba(23, 32, 51, 0.18);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(36, 198, 220, 0.11);
  color: #126a82;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.1;
}.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 14px;
  }.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-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
    gap: 16px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-grid-six, .tc-wp-content-root .ttf-editorial-wrap .ttf-grid-three{
    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-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.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-benefit-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content 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-benefit-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content p{
    font-size: 14.5px;
  }}@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-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
    gap: 18px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-grid-six, .tc-wp-content-root .ttf-editorial-wrap .ttf-grid-three{
    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-benefit-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-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.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-benefit-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content 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-benefit-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content p{
    font-size: 15px;
  }}@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-section-head{
    margin-bottom: 38px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
    gap: 20px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-grid-six, .tc-wp-content-root .ttf-editorial-wrap .ttf-grid-three{
    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-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.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-benefit-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content 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-benefit-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
    padding: 78px 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-section-head{
    margin-bottom: 44px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid{
    gap: 22px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
    gap: 22px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-grid-six, .tc-wp-content-root .ttf-editorial-wrap .ttf-grid-three{
    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-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }.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-benefit-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content 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-benefit-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content p{
    font-size: 15.8px;
  }}@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 32px;
  }.tc-wp-content-root .ttf-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-section-head p{
    font-size: 17.5px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-section-head{
    margin-bottom: 50px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid{
    gap: 24px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-list{
    gap: 24px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-grid-six, .tc-wp-content-root .ttf-editorial-wrap .ttf-grid-three{
    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-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    gap: 24px;
    padding: 34px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }.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-benefit-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content 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-benefit-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-content p{
    font-size: 16px;
  }}