@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 .tprv-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .tprv-editorial-wrap, .tc-wp-content-root .tprv-editorial-wrap section, .tc-wp-content-root .tprv-editorial-wrap div, .tc-wp-content-root .tprv-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-section-white{
  background: #ffffff;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 69, 0, 0.08), transparent 30%),
    radial-gradient(circle at 88% 8%, rgba(123, 92, 255, 0.08), transparent 28%),
    #f8fafc;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #c43c12;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-kicker::before, .tc-wp-content-root .tprv-editorial-wrap .tprv-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4500, #7b5cff);
}.tc-wp-content-root .tprv-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-heading-block p{
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.72;
  font-weight: 450;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-card, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(20, 30, 50, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-card::before, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.28), rgba(123, 92, 255, 0.2), transparent 58%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-card:hover, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card:hover, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 69, 0, 0.22);
  box-shadow: 0 24px 60px rgba(20, 30, 50, 0.12);
}.tc-wp-content-root .tprv-editorial-wrap .tprv-card:hover::before, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card h3{
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card p{
  margin: 12px 0 0;
  color: #5a6678;
  line-height: 1.68;
  font-weight: 430;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff4500, #7b5cff);
  box-shadow: 0 12px 26px rgba(255, 69, 0, 0.2);
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon::before, .tc-wp-content-root .tprv-editorial-wrap .tprv-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-window::before{
  width: 22px;
  height: 16px;
  left: 10px;
  top: 13px;
  border-radius: 4px;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-window::after{
  width: 16px;
  height: 2px;
  left: 13px;
  top: 18px;
  border-radius: 999px;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-speed::before{
  width: 20px;
  height: 20px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 19px;
  top: 20px;
  border-radius: 999px;
  transform: rotate(-28deg);
  transform-origin: left center;
  background: #ff4500;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 10px;
  top: 14px;
  border-radius: 999px;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: #7b5cff;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-path::before{
  width: 22px;
  height: 3px;
  left: 10px;
  top: 20px;
  border-radius: 999px;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-path::after{
  width: 8px;
  height: 8px;
  right: 9px;
  top: 17px;
  border-radius: 50%;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 13px;
  top: 9px;
  border-radius: 5px;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 18px;
  bottom: 12px;
  border-radius: 999px;
  background: #7b5cff;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 11px;
  top: 11px;
  border-radius: 8px;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-icon-daily::after{
  width: 12px;
  height: 2px;
  left: 15px;
  top: 18px;
  border-radius: 999px;
  background: #ff4500;
  box-shadow: 0 5px 0 #7b5cff;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-step-card{
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-step-card::after{
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(123, 92, 255, 0.12));
  transition: transform 260ms ease;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-step-card:hover::after{
  transform: scale(1.12);
}.tc-wp-content-root .tprv-editorial-wrap .tprv-step-number{
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4500, #7b5cff);
  box-shadow: 0 14px 30px rgba(123, 92, 255, 0.2);
}.tc-wp-content-root .tprv-editorial-wrap .tprv-step-content{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(255, 69, 0, 0.09), transparent 32%);
}.tc-wp-content-root .tprv-editorial-wrap .tprv-dot{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff4500;
  box-shadow: 0 0 0 8px rgba(255, 69, 0, 0.1), 18px 0 0 #7b5cff, 18px 0 0 8px rgba(123, 92, 255, 0.1);
}.tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card{
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-badge{
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 69, 0, 0.16);
  border-radius: 999px;
  color: #b83710;
  background: rgba(255, 69, 0, 0.08);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .tprv-editorial-wrap .tprv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .tprv-editorial-wrap .tprv-reveal.tprv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tprv-editorial-wrap .tprv-section{
    padding: 54px 0;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tprv-editorial-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card-grid, .tc-wp-content-root .tprv-editorial-wrap .tprv-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-step-card{
    gap: 16px;
    padding: 20px;
    flex-direction: column;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-step-number{
    width: 48px;
    height: 48px;
    font-size: 15px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tprv-editorial-wrap .tprv-section{
    padding: 60px 0;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tprv-editorial-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card-grid, .tc-wp-content-root .tprv-editorial-wrap .tprv-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card{
    padding: 24px;
    border-radius: 22px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-step-card{
    gap: 18px;
    padding: 22px;
    flex-direction: column;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tprv-editorial-wrap .tprv-section{
    padding: 66px 0;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tprv-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card-grid, .tc-wp-content-root .tprv-editorial-wrap .tprv-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card{
    padding: 26px;
    border-radius: 24px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-step-card{
    gap: 18px;
    padding: 24px;
    flex-direction: column;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tprv-editorial-wrap .tprv-section{
    padding: 78px 0;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tprv-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card{
    padding: 28px;
    border-radius: 24px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .tprv-editorial-wrap .tprv-section{
    padding: 92px 0;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tprv-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-grid-six, .tc-wp-content-root .tprv-editorial-wrap .tprv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card{
    padding: 30px;
    border-radius: 24px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card h3, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tprv-editorial-wrap .tprv-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-step-card p, .tc-wp-content-root .tprv-editorial-wrap .tprv-trust-card p{
    font-size: 16px;
  }}