@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 .ttg-editorial-wrap{
  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 .ttg-editorial-wrap, .tc-wp-content-root .ttg-editorial-wrap div, .tc-wp-content-root .ttg-editorial-wrap section, .tc-wp-content-root .ttg-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(38, 214, 171, 0.13), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 47, 108, 0.1), transparent 30%),
    #f7f8fb;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 47, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 47, 108, 0.1), rgba(38, 214, 171, 0.12));
  color: #b4144b;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}.tc-wp-content-root .ttg-editorial-wrap h2, .tc-wp-content-root .ttg-editorial-wrap h3, .tc-wp-content-root .ttg-editorial-wrap p{
  margin-top: 0;
}.tc-wp-content-root .ttg-editorial-wrap h2{
  margin-bottom: 14px;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-section-head p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5d6678;
  font-weight: 450;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-card-grid, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card{
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(18, 29, 48, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card::before, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card::before, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card::before{
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #ff2f6c, #7c3cff, #26d6ab);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card:hover, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card:hover, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card:hover, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 47, 108, 0.22);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.13);
}.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card:hover::before, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card:hover::before, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card h3{
  margin-bottom: 9px;
  color: #121a2b;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card p{
  margin-bottom: 0;
  color: #5d6678;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff2f6c, #7c3cff 54%, #26d6ab);
  box-shadow: 0 12px 28px rgba(124, 60, 255, 0.2);
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon::before, .tc-wp-content-root .ttg-editorial-wrap .ttg-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon-spark::before{
  top: 13px;
  left: 21px;
  width: 5px;
  height: 20px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon-spark::after{
  top: 20px;
  left: 13px;
  width: 20px;
  height: 5px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon-target::before{
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon-target::after{
  top: 20px;
  left: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon-bolt::before{
  top: 9px;
  left: 17px;
  width: 13px;
  height: 27px;
  background: #ffffff;
  clip-path: polygon(48% 0, 100% 0, 63% 42%, 100% 42%, 28% 100%, 44% 55%, 0 55%);
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon-layer::before{
  top: 13px;
  left: 11px;
  width: 24px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon-layer::after{
  top: 23px;
  left: 16px;
  width: 22px;
  height: 12px;
  border-right: 3px solid rgba(255, 255, 255, 0.86);
  border-bottom: 3px solid rgba(255, 255, 255, 0.86);
  border-radius: 0 0 7px 0;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon-trend::before{
  right: 12px;
  bottom: 13px;
  left: 12px;
  height: 18px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: skewY(-28deg);
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon-trend::after{
  top: 12px;
  right: 11px;
  width: 9px;
  height: 9px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .ttg-editorial-wrap .ttg-icon-check::before{
  top: 14px;
  left: 14px;
  width: 18px;
  height: 10px;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttg-editorial-wrap .ttg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(255, 47, 108, 0.14), rgba(38, 214, 171, 0.12));
}.tc-wp-content-root .ttg-editorial-wrap .ttg-step-card::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #ff2f6c, #7c3cff, #26d6ab);
}.tc-wp-content-root .ttg-editorial-wrap .ttg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .ttg-editorial-wrap .ttg-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 47, 108, 0.34), rgba(38, 214, 171, 0.24)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-mini-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(124, 60, 255, 0.1);
  color: #6530cf;
  font-size: 13px;
  font-weight: 820;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(38, 214, 171, 0.18), rgba(255, 47, 108, 0.15));
}.tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-mark::before{
  position: absolute;
  top: 13px;
  left: 12px;
  width: 17px;
  height: 9px;
  border-bottom: 3px solid #0d9f80;
  border-left: 3px solid #0d9f80;
  content: "";
  transform: rotate(-45deg);
}.tc-wp-content-root .ttg-editorial-wrap .ttg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ttg-editorial-wrap .ttg-reveal.ttg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttg-editorial-wrap .ttg-section{
    padding: 46px 0;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttg-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-card-grid, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-step-number{
    width: 58px;
    height: 48px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttg-editorial-wrap .ttg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttg-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-card-grid, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-step-number{
    width: 62px;
    height: 50px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttg-editorial-wrap .ttg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-card-grid, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-step-number{
    width: 66px;
    height: 52px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttg-editorial-wrap .ttg-section{
    padding: 72px 0;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttg-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-card-grid, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-step-number{
    width: 76px;
    height: 60px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttg-editorial-wrap .ttg-section{
    padding: 88px 0;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttg-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card h3, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-info-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-use-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-benefit-card p, .tc-wp-content-root .ttg-editorial-wrap .ttg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .ttg-editorial-wrap .ttg-step-number{
    width: 84px;
    height: 66px;
    font-size: 22px;
  }}

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