@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 .tbv-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .tbv-editorial, .tc-wp-content-root .tbv-editorial section, .tc-wp-content-root .tbv-editorial div, .tc-wp-content-root .tbv-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .tbv-editorial .tbv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tbv-editorial .tbv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tbv-editorial .tbv-section-soft{
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.09), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(254, 44, 85, 0.08), transparent 28%),
    #f8fafc;
}.tc-wp-content-root .tbv-editorial .tbv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tbv-editorial .tbv-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tbv-editorial .tbv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #334155;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .tbv-editorial .tbv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 18px rgba(254, 44, 85, 0.38);
}.tc-wp-content-root .tbv-editorial .tbv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tbv-editorial .tbv-section-head p{
  margin: 16px auto 0;
  color: #536074;
  line-height: 1.7;
}.tc-wp-content-root .tbv-editorial .tbv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tbv-editorial .tbv-card, .tc-wp-content-root .tbv-editorial .tbv-trust-card, .tc-wp-content-root .tbv-editorial .tbv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .tbv-editorial .tbv-card::before, .tc-wp-content-root .tbv-editorial .tbv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.55), rgba(254, 44, 85, 0.35), rgba(15, 23, 42, 0));
  opacity: 0;
  pointer-events: none;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  transition: opacity 260ms ease;
}.tc-wp-content-root .tbv-editorial .tbv-card:hover, .tc-wp-content-root .tbv-editorial .tbv-trust-card:hover, .tc-wp-content-root .tbv-editorial .tbv-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.24);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .tbv-editorial .tbv-card:hover::before, .tc-wp-content-root .tbv-editorial .tbv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tbv-editorial .tbv-card h3, .tc-wp-content-root .tbv-editorial .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial .tbv-step-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tbv-editorial .tbv-card p, .tc-wp-content-root .tbv-editorial .tbv-trust-card p, .tc-wp-content-root .tbv-editorial .tbv-step-card p{
  margin: 12px 0 0;
  color: #5f6b7c;
  line-height: 1.68;
}.tc-wp-content-root .tbv-editorial .tbv-icon{
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111827, #1f2937);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.14);
}.tc-wp-content-root .tbv-editorial .tbv-icon::before, .tc-wp-content-root .tbv-editorial .tbv-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .tbv-editorial .tbv-icon-play::before{
  left: 17px;
  top: 13px;
  border-left: 13px solid #25f4ee;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}.tc-wp-content-root .tbv-editorial .tbv-icon-bolt::before{
  left: 17px;
  top: 9px;
  width: 10px;
  height: 25px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(48% 0, 100% 0, 64% 43%, 100% 43%, 30% 100%, 47% 56%, 0 56%);
}.tc-wp-content-root .tbv-editorial .tbv-icon-frame::before{
  inset: 11px;
  border: 2px solid #25f4ee;
  border-radius: 7px;
}.tc-wp-content-root .tbv-editorial .tbv-icon-flow::before{
  left: 11px;
  top: 14px;
  width: 22px;
  height: 15px;
  border: 2px solid #25f4ee;
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 10px 0 0;
}.tc-wp-content-root .tbv-editorial .tbv-icon-mobile::before{
  left: 15px;
  top: 8px;
  width: 14px;
  height: 27px;
  border: 2px solid #25f4ee;
  border-radius: 6px;
}.tc-wp-content-root .tbv-editorial .tbv-icon-daily::before{
  left: 11px;
  top: 11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #25f4ee;
}.tc-wp-content-root .tbv-editorial .tbv-icon-daily::after{
  left: 21px;
  top: 15px;
  width: 2px;
  height: 11px;
  background: #fe2c55;
  transform-origin: bottom;
  transform: rotate(45deg);
}.tc-wp-content-root .tbv-editorial .tbv-card:hover .tbv-icon{
  animation: tbvIconFloat 900ms ease both;
}.tc-wp-content-root .tbv-editorial .tbv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tbv-editorial .tbv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.12));
}.tc-wp-content-root .tbv-editorial .tbv-step-card::after{
  content: "";
  position: absolute;
  right: -42px;
  top: 50%;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  transform: translateY(-50%);
}.tc-wp-content-root .tbv-editorial .tbv-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(254, 44, 85, 0.18);
}.tc-wp-content-root .tbv-editorial .tbv-step-content{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .tbv-editorial .tbv-badge-dot{
  display: inline-flex;
  width: 36px;
  height: 36px;
  margin-bottom: 22px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(37, 244, 238, 0.18);
}.tc-wp-content-root .tbv-editorial .tbv-trust-card{
  height: 100%;
}.tc-wp-content-root .tbv-editorial .tbv-trust-mark{
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  color: #0f766e;
  font-weight: 900;
}.tc-wp-content-root .tbv-editorial .tbv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tbv-editorial .tbv-reveal.tbv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@keyframes tbvIconFloat {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tbv-editorial .tbv-section{
    padding: 52px 0;
  }.tc-wp-content-root .tbv-editorial .tbv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .tbv-editorial .tbv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tbv-editorial .tbv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .tbv-editorial .tbv-card, .tc-wp-content-root .tbv-editorial .tbv-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tbv-editorial .tbv-card h3, .tc-wp-content-root .tbv-editorial .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial .tbv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tbv-editorial .tbv-card p, .tc-wp-content-root .tbv-editorial .tbv-trust-card p, .tc-wp-content-root .tbv-editorial .tbv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-list{
    gap: 16px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tbv-editorial .tbv-section{
    padding: 58px 0;
  }.tc-wp-content-root .tbv-editorial .tbv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .tbv-editorial .tbv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tbv-editorial .tbv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .tbv-editorial .tbv-card, .tc-wp-content-root .tbv-editorial .tbv-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tbv-editorial .tbv-card h3, .tc-wp-content-root .tbv-editorial .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial .tbv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tbv-editorial .tbv-card p, .tc-wp-content-root .tbv-editorial .tbv-trust-card p, .tc-wp-content-root .tbv-editorial .tbv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-list{
    gap: 18px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tbv-editorial .tbv-section{
    padding: 64px 0;
  }.tc-wp-content-root .tbv-editorial .tbv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .tbv-editorial .tbv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .tbv-editorial .tbv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .tbv-editorial .tbv-card, .tc-wp-content-root .tbv-editorial .tbv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tbv-editorial .tbv-card h3, .tc-wp-content-root .tbv-editorial .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial .tbv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tbv-editorial .tbv-card p, .tc-wp-content-root .tbv-editorial .tbv-trust-card p, .tc-wp-content-root .tbv-editorial .tbv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-list{
    gap: 20px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-card{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tbv-editorial .tbv-section{
    padding: 78px 0;
  }.tc-wp-content-root .tbv-editorial .tbv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .tbv-editorial .tbv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tbv-editorial .tbv-grid-six, .tc-wp-content-root .tbv-editorial .tbv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .tbv-editorial .tbv-card, .tc-wp-content-root .tbv-editorial .tbv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tbv-editorial .tbv-card h3, .tc-wp-content-root .tbv-editorial .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial .tbv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tbv-editorial .tbv-card p, .tc-wp-content-root .tbv-editorial .tbv-trust-card p, .tc-wp-content-root .tbv-editorial .tbv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-list{
    gap: 22px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-number{
    width: 68px;
    height: 68px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tbv-editorial .tbv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tbv-editorial .tbv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .tbv-editorial .tbv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .tbv-editorial .tbv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tbv-editorial .tbv-grid-six, .tc-wp-content-root .tbv-editorial .tbv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .tbv-editorial .tbv-card, .tc-wp-content-root .tbv-editorial .tbv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tbv-editorial .tbv-card h3, .tc-wp-content-root .tbv-editorial .tbv-trust-card h3, .tc-wp-content-root .tbv-editorial .tbv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tbv-editorial .tbv-card p, .tc-wp-content-root .tbv-editorial .tbv-trust-card p, .tc-wp-content-root .tbv-editorial .tbv-step-card p{
    font-size: 15.8px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-list{
    gap: 24px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .tbv-editorial .tbv-step-number{
    width: 74px;
    height: 74px;
    font-size: 20px;
  }}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .tbv-editorial .tbv-card, .tc-wp-content-root .tbv-editorial .tbv-trust-card, .tc-wp-content-root .tbv-editorial .tbv-step-card, .tc-wp-content-root .tbv-editorial .tbv-reveal, .tc-wp-content-root .tbv-editorial .tbv-reveal.tbv-visible{
    transition: none;
    animation: none;
  }.tc-wp-content-root .tbv-editorial .tbv-reveal{
    opacity: 1;
    transform: none;
  }}