@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;
  background: #ffffff;
}.tc-wp-content-root .ttf-editorial-wrap, .tc-wp-content-root .ttf-editorial-wrap section, .tc-wp-content-root .ttf-editorial-wrap div, .tc-wp-content-root .ttf-editorial-wrap article{
  box-sizing: border-box;
}.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% 18%, rgba(0, 190, 166, 0.08), transparent 28%),
    radial-gradient(circle at 88% 4%, rgba(78, 111, 255, 0.08), transparent 30%),
    #f7f9fc;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 190, 166, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 190, 166, 0.1), rgba(78, 111, 255, 0.09));
  color: #087a73;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00bfa6, #4e6fff);
  box-shadow: 0 0 0 5px rgba(0, 190, 166, 0.11);
}.tc-wp-content-root .ttf-editorial-wrap h2{
  margin: 0;
  color: #121a2c;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-heading-block p{
  margin: 16px auto 0;
  color: #526078;
  line-height: 1.7;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(25, 35, 55, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 190, 166, 0.35), rgba(78, 111, 255, 0.18), rgba(255, 255, 255, 0)) border-box;
  box-shadow: 0 18px 46px rgba(18, 28, 45, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-card::after{
  content: "";
  position: absolute;
  top: -45px;
  right: -45px;
  width: 104px;
  height: 104px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(0, 190, 166, 0.12), rgba(78, 111, 255, 0.1));
  transform: rotate(18deg);
  transition: transform 220ms ease, opacity 220ms ease;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 190, 166, 0.26);
  box-shadow: 0 24px 58px rgba(18, 28, 45, 0.13);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-card:hover::after{
  transform: rotate(18deg) translate(-5px, 5px);
  opacity: 0.78;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
  position: relative;
  z-index: 1;
  margin: 11px 0 0;
  color: #566177;
  line-height: 1.68;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00bfa6, #4e6fff);
  box-shadow: 0 12px 24px rgba(0, 140, 170, 0.22);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon::before, .tc-wp-content-root .ttf-editorial-wrap .ttf-icon::after{
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-play::before{
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ffffff;
  transform: translateX(2px);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-rate::before{
  width: 23px;
  height: 23px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-rate::after{
  width: 12px;
  height: 3px;
  background: #ffffff;
  transform: rotate(-32deg) translate(3px, -2px);
  border-radius: 99px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-edit::before{
  width: 22px;
  height: 4px;
  background: #ffffff;
  border-radius: 99px;
  transform: rotate(-38deg);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-edit::after{
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 2px;
  transform: translate(9px, -9px) rotate(-38deg);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-wave::before{
  width: 26px;
  height: 14px;
  border-bottom: 4px solid #ffffff;
  border-radius: 0 0 18px 18px;
  transform: translateY(-3px);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-wave::after{
  width: 26px;
  height: 14px;
  border-top: 4px solid #ffffff;
  border-radius: 18px 18px 0 0;
  transform: translateY(7px);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-caption::before{
  width: 25px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-caption::after{
  width: 16px;
  height: 3px;
  background: #ffffff;
  border-radius: 99px;
  box-shadow: 0 7px 0 #ffffff;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-clock::before{
  width: 23px;
  height: 23px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-icon-clock::after{
  width: 10px;
  height: 10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: translate(2px, -2px);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(25, 35, 55, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 46px rgba(18, 28, 45, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card::before{
  content: "";
  position: absolute;
  left: 36px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, transparent, rgba(0, 190, 166, 0.45), rgba(78, 111, 255, 0.35), transparent);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(78, 111, 255, 0.2);
  box-shadow: 0 24px 58px rgba(18, 28, 45, 0.12);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #00bfa6, #4e6fff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(0, 140, 170, 0.24);
}.tc-wp-content-root .ttf-editorial-wrap .ttf-step-content{
  min-width: 0;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 190, 166, 0.1);
  color: #087a73;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(78, 111, 255, 0.24), rgba(0, 190, 166, 0.26), rgba(255, 255, 255, 0)) border-box;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .ttf-editorial-wrap .ttf-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 190, 166, 0.14), rgba(78, 111, 255, 0.12));
}.tc-wp-content-root .ttf-editorial-wrap .ttf-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #00a98f;
  border-bottom: 3px solid #00a98f;
  transform: rotate(42deg);
}.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: 54px 0;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-container{
    padding: 0 15px;
  }.tc-wp-content-root .ttf-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card{
    padding: 22px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card::before{
    display: none;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
    padding: 60px 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-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card{
    padding: 24px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card::before{
    display: none;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
    padding: 66px 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-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card{
    padding: 26px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
    font-size: 15px;
  }.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-card::before{
    display: none;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
    padding: 82px 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-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card{
    padding: 28px;
  }.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-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttf-editorial-wrap .ttf-section{
    padding: 96px 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-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card-grid, .tc-wp-content-root .ttf-editorial-wrap .ttf-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card{
    padding: 30px;
  }.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-card h3, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-card p, .tc-wp-content-root .ttf-editorial-wrap .ttf-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .ttf-editorial-wrap .ttf-step-number{
    font-size: 22px;
  }}