@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 .tkflv-editorial{
  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;
}.tc-wp-content-root .tkflv-editorial, .tc-wp-content-root .tkflv-editorial div, .tc-wp-content-root .tkflv-editorial section, .tc-wp-content-root .tkflv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .tkflv-editorial .tkflv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tkflv-editorial .tkflv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tkflv-editorial .tkflv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(254, 44, 85, 0.1), transparent 28%),
    #f7f9fc;
}.tc-wp-content-root .tkflv-editorial .tkflv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tkflv-editorial .tkflv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tkflv-editorial .tkflv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #0b7f7c;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .tkflv-editorial .tkflv-kicker::before, .tc-wp-content-root .tkflv-editorial .tkflv-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .tkflv-editorial h2{
  margin: 0;
  color: #101828;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tkflv-editorial .tkflv-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #526070;
  font-weight: 500;
}.tc-wp-content-root .tkflv-editorial .tkflv-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tkflv-editorial .tkflv-card, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card, .tc-wp-content-root .tkflv-editorial .tkflv-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(16, 24, 40, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tkflv-editorial .tkflv-card, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card{
  height: 100%;
  border-radius: 22px;
}.tc-wp-content-root .tkflv-editorial .tkflv-card::before, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card::before, .tc-wp-content-root .tkflv-editorial .tkflv-step-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), transparent 34%, rgba(254, 44, 85, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .tkflv-editorial .tkflv-card:hover, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card:hover, .tc-wp-content-root .tkflv-editorial .tkflv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.48);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .tkflv-editorial .tkflv-card:hover::before, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card:hover::before, .tc-wp-content-root .tkflv-editorial .tkflv-step-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tkflv-editorial .tkflv-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-step-content h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .tkflv-editorial .tkflv-card p, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card p, .tc-wp-content-root .tkflv-editorial .tkflv-step-content p{
  position: relative;
  margin: 10px 0 0;
  color: #586575;
  font-weight: 500;
}.tc-wp-content-root .tkflv-editorial .tkflv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(16, 24, 40, 0.06);
}.tc-wp-content-root .tkflv-editorial .tkflv-icon::before, .tc-wp-content-root .tkflv-editorial .tkflv-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .tkflv-editorial .tkflv-card:hover .tkflv-icon::before, .tc-wp-content-root .tkflv-editorial .tkflv-card:hover .tkflv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .tkflv-editorial .tkflv-icon-play::before{
  left: 18px;
  top: 14px;
  border-left: 14px solid #fe2c55;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}.tc-wp-content-root .tkflv-editorial .tkflv-icon-bolt::before{
  left: 17px;
  top: 10px;
  width: 11px;
  height: 25px;
  background: linear-gradient(160deg, #25f4ee, #fe2c55);
  clip-path: polygon(44% 0, 100% 0, 58% 42%, 100% 42%, 28% 100%, 42% 54%, 0 54%);
}.tc-wp-content-root .tkflv-editorial .tkflv-icon-frame::before{
  inset: 12px;
  border: 3px solid #111827;
  border-radius: 7px;
}.tc-wp-content-root .tkflv-editorial .tkflv-icon-frame::after{
  width: 9px;
  height: 9px;
  right: 12px;
  bottom: 12px;
  border-radius: 50%;
  background: #25f4ee;
}.tc-wp-content-root .tkflv-editorial .tkflv-icon-path::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 16px;
  border: 3px solid #fe2c55;
  border-left-color: transparent;
  border-radius: 999px;
}.tc-wp-content-root .tkflv-editorial .tkflv-icon-phone::before{
  left: 16px;
  top: 9px;
  width: 15px;
  height: 28px;
  border: 3px solid #111827;
  border-radius: 8px;
}.tc-wp-content-root .tkflv-editorial .tkflv-icon-calendar::before{
  left: 12px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #0b7f7c;
  border-radius: 7px;
}.tc-wp-content-root .tkflv-editorial .tkflv-icon-calendar::after{
  left: 17px;
  top: 22px;
  width: 12px;
  height: 3px;
  background: #fe2c55;
  border-radius: 999px;
}.tc-wp-content-root .tkflv-editorial .tkflv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tkflv-editorial .tkflv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
}.tc-wp-content-root .tkflv-editorial .tkflv-step-card::after{
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(37, 244, 238, 0.55), rgba(254, 44, 85, 0.5), transparent);
}.tc-wp-content-root .tkflv-editorial .tkflv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  color: #ffffff;
  font-weight: 900;
  background: linear-gradient(135deg, #111827, #0b7f7c 48%, #fe2c55);
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.18);
}.tc-wp-content-root .tkflv-editorial .tkflv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tkflv-editorial .tkflv-badge-dot, .tc-wp-content-root .tkflv-editorial .tkflv-trust-mark{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
}.tc-wp-content-root .tkflv-editorial .tkflv-badge-dot{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.12), 0 0 0 14px rgba(254, 44, 85, 0.07);
}.tc-wp-content-root .tkflv-editorial .tkflv-trust-mark{
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #101828;
}.tc-wp-content-root .tkflv-editorial .tkflv-trust-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 13px;
  width: 16px;
  height: 9px;
  border-left: 3px solid #25f4ee;
  border-bottom: 3px solid #25f4ee;
  transform: rotate(-45deg);
}.tc-wp-content-root .tkflv-editorial .tkflv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .tkflv-editorial .tkflv-reveal.tkflv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tkflv-editorial .tkflv-section{
    padding: 48px 0;
  }.tc-wp-content-root .tkflv-editorial .tkflv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tkflv-editorial h2{
    font-size: 25px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-grid, .tc-wp-content-root .tkflv-editorial .tkflv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-grid-three, .tc-wp-content-root .tkflv-editorial .tkflv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-step-card::after{
    display: none;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card p, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card p, .tc-wp-content-root .tkflv-editorial .tkflv-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tkflv-editorial .tkflv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tkflv-editorial .tkflv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tkflv-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-grid, .tc-wp-content-root .tkflv-editorial .tkflv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-grid-three, .tc-wp-content-root .tkflv-editorial .tkflv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-step-card::after{
    display: none;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card p, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card p, .tc-wp-content-root .tkflv-editorial .tkflv-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tkflv-editorial .tkflv-section{
    padding: 60px 0;
  }.tc-wp-content-root .tkflv-editorial .tkflv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tkflv-editorial h2{
    font-size: 32px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-grid, .tc-wp-content-root .tkflv-editorial .tkflv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-grid-three, .tc-wp-content-root .tkflv-editorial .tkflv-grid-trust{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-step-card::after{
    display: none;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card p, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card p, .tc-wp-content-root .tkflv-editorial .tkflv-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tkflv-editorial .tkflv-section{
    padding: 76px 0;
  }.tc-wp-content-root .tkflv-editorial .tkflv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tkflv-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-grid, .tc-wp-content-root .tkflv-editorial .tkflv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-grid-three, .tc-wp-content-root .tkflv-editorial .tkflv-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .tkflv-editorial .tkflv-card, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card p, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card p, .tc-wp-content-root .tkflv-editorial .tkflv-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tkflv-editorial .tkflv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tkflv-editorial .tkflv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tkflv-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-grid, .tc-wp-content-root .tkflv-editorial .tkflv-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-grid-three, .tc-wp-content-root .tkflv-editorial .tkflv-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tkflv-editorial .tkflv-card, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card{
    padding: 32px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-step-card{
    gap: 30px;
    padding: 32px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card h3, .tc-wp-content-root .tkflv-editorial .tkflv-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .tkflv-editorial .tkflv-card p, .tc-wp-content-root .tkflv-editorial .tkflv-trust-card p, .tc-wp-content-root .tkflv-editorial .tkflv-step-content p{
    font-size: 16px;
  }}