@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 .ttflv-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.5;
}.tc-wp-content-root .ttflv-editorial .ttflv-section{
  position: relative;
  isolation: isolate;
}.tc-wp-content-root .ttflv-editorial .ttflv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttflv-editorial .ttflv-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f7f9fc;
}.tc-wp-content-root .ttflv-editorial .ttflv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttflv-editorial .ttflv-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttflv-editorial .ttflv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0f8f8b;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .ttflv-editorial .ttflv-kicker::before, .tc-wp-content-root .ttflv-editorial .ttflv-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttflv-editorial h2{
  margin: 0;
  color: #101827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .ttflv-editorial .ttflv-heading p{
  margin: 14px auto 0;
  color: #5d687a;
  line-height: 1.7;
}.tc-wp-content-root .ttflv-editorial .ttflv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttflv-editorial .ttflv-card, .tc-wp-content-root .ttflv-editorial .ttflv-step-card, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(21, 30, 47, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(16, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttflv-editorial .ttflv-card{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
}.tc-wp-content-root .ttflv-editorial .ttflv-card::before, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #7c5cff, #fe2c55);
  opacity: 0.9;
}.tc-wp-content-root .ttflv-editorial .ttflv-card:hover, .tc-wp-content-root .ttflv-editorial .ttflv-step-card:hover, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.42);
  box-shadow: 0 24px 60px rgba(16, 24, 39, 0.13);
}.tc-wp-content-root .ttflv-editorial .ttflv-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-step-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card h3{
  margin: 0;
  color: #141c2d;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .ttflv-editorial .ttflv-card p, .tc-wp-content-root .ttflv-editorial .ttflv-step-card p, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card p{
  margin: 10px 0 0;
  color: #647084;
  line-height: 1.68;
}.tc-wp-content-root .ttflv-editorial .ttflv-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}.tc-wp-content-root .ttflv-editorial .ttflv-icon::before, .tc-wp-content-root .ttflv-editorial .ttflv-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .ttflv-editorial .ttflv-card:hover .ttflv-icon::before, .tc-wp-content-root .ttflv-editorial .ttflv-card:hover .ttflv-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border: 2px solid #0f8f8b;
  border-radius: 999px;
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  background: #fe2c55;
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #0f8f8b;
  border-radius: 50%;
  border-left-color: transparent;
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-speed::after{
  width: 13px;
  height: 2px;
  left: 24px;
  top: 23px;
  background: #fe2c55;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(-28deg);
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-preview::before{
  width: 22px;
  height: 18px;
  left: 13px;
  top: 15px;
  border: 2px solid #0f8f8b;
  border-radius: 6px;
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-preview::after{
  width: 12px;
  height: 2px;
  left: 18px;
  top: 23px;
  background: #fe2c55;
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(254, 44, 85, 0.55);
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 14px;
  top: 14px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 0 10px 0 #0f8f8b, 0 20px 0 #7c5cff;
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-steps::after{
  width: 17px;
  height: 2px;
  left: 25px;
  top: 16px;
  background: #0f8f8b;
  border-radius: 999px;
  box-shadow: 0 10px 0 rgba(15, 143, 139, 0.75), 0 20px 0 rgba(15, 143, 139, 0.5);
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 16px;
  top: 11px;
  border: 2px solid #0f8f8b;
  border-radius: 7px;
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 22px;
  top: 29px;
  border-radius: 50%;
  background: #fe2c55;
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-daily::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 8px;
  border: 2px solid #0f8f8b;
}.tc-wp-content-root .ttflv-editorial .ttflv-icon-daily::after{
  width: 12px;
  height: 12px;
  left: 23px;
  top: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}.tc-wp-content-root .ttflv-editorial .ttflv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttflv-editorial .ttflv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(90deg, rgba(37, 244, 238, 0.20), rgba(254, 44, 85, 0.14));
}.tc-wp-content-root .ttflv-editorial .ttflv-step-card::after{
  content: "";
  position: absolute;
  top: -32px;
  right: -32px;
  width: 96px;
  height: 96px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  transform: rotate(18deg);
}.tc-wp-content-root .ttflv-editorial .ttflv-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #0f8f8b 48%, #fe2c55);
  box-shadow: 0 16px 30px rgba(15, 143, 139, 0.23);
}.tc-wp-content-root .ttflv-editorial .ttflv-card-lined{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.42), rgba(254, 44, 85, 0.28)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .ttflv-editorial .ttflv-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #0f6867;
  background: rgba(37, 244, 238, 0.13);
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .ttflv-editorial .ttflv-trust-card{
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
}.tc-wp-content-root .ttflv-editorial .ttflv-trust-dot{
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #25f4ee;
  box-shadow: 18px 0 0 #fe2c55, 36px 0 0 #7c5cff;
}.tc-wp-content-root .ttflv-editorial .ttflv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttflv-editorial.ttflv-ready .ttflv-reveal{
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttflv-editorial .ttflv-reveal.ttflv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttflv-editorial .ttflv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttflv-editorial .ttflv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttflv-editorial h2{
    font-size: 25px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-heading p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-step-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card p, .tc-wp-content-root .ttflv-editorial .ttflv-step-card p, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttflv-editorial .ttflv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttflv-editorial .ttflv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttflv-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-kicker{
    font-size: 11.5px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-step-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card h3{
    font-size: 18.5px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card p, .tc-wp-content-root .ttflv-editorial .ttflv-step-card p, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttflv-editorial .ttflv-section{
    padding: 62px 0;
  }.tc-wp-content-root .ttflv-editorial .ttflv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttflv-editorial h2{
    font-size: 31px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-step-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card p, .tc-wp-content-root .ttflv-editorial .ttflv-step-card p, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttflv-editorial .ttflv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttflv-editorial .ttflv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttflv-editorial h2{
    font-size: 40px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-heading p{
    font-size: 16.5px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-grid-six, .tc-wp-content-root .ttflv-editorial .ttflv-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttflv-editorial .ttflv-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-step-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card p, .tc-wp-content-root .ttflv-editorial .ttflv-step-card p, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttflv-editorial .ttflv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttflv-editorial .ttflv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttflv-editorial h2{
    font-size: 46px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-grid-six, .tc-wp-content-root .ttflv-editorial .ttflv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttflv-editorial .ttflv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-step-card h3, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-card p, .tc-wp-content-root .ttflv-editorial .ttflv-step-card p, .tc-wp-content-root .ttflv-editorial .ttflv-trust-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .ttflv-editorial .ttflv-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}

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