@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;
}.wpc-scope-157 .tc-wp-content-root img, .wpc-scope-157 .tc-wp-content-root video, .wpc-scope-157 .tc-wp-content-root svg, .wpc-scope-157 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap section, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap div, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-section{
  position: relative;
  width: 100%;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-section-white{
  background: #ffffff;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 46, 99, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(0, 242, 234, 0.1), transparent 32%),
    #f8fafc;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 46, 99, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 46, 99, 0.1), rgba(0, 242, 234, 0.12));
  color: #b3124f;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2e63, #00d6d1);
  box-shadow: 0 0 0 5px rgba(0, 214, 209, 0.12);
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-section-head h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-section-head p{
  margin: 16px auto 0;
  color: #5c667a;
  line-height: 1.7;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-card, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(18, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-card::after, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff2e63, #00d6d1, #7c3aed);
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-card:hover, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card:hover, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 46, 99, 0.22);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.12);
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-card:hover::after, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card:hover::after{
  opacity: 1;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2e63, #00d6d1);
  box-shadow: 0 14px 26px rgba(255, 46, 99, 0.2);
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon::before, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 14px / 9px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-view::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
  border-left-color: transparent;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-speed::after{
  width: 11px;
  height: 2px;
  left: 23px;
  top: 22px;
  transform: rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-preview::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 13px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-preview::after{
  width: 14px;
  height: 2px;
  left: 16px;
  top: 32px;
  border-radius: 999px;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-steps::before{
  width: 20px;
  height: 3px;
  left: 14px;
  top: 14px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  border-radius: 999px;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-steps::after{
  width: 4px;
  height: 4px;
  left: 9px;
  top: 14px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  border-radius: 50%;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 29px;
  border-radius: 999px;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-daily::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-icon-daily::after{
  width: 8px;
  height: 8px;
  left: 23px;
  top: 12px;
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-card h3, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card h3, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card h3{
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-card p, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card p, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card p, .wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-note p{
  margin: 12px 0 0;
  color: #5c667a;
  line-height: 1.7;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(255, 46, 99, 0.12), rgba(0, 242, 234, 0.14));
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: #121827;
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(18, 24, 39, 0.18);
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-step-content{
  min-width: 0;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 46, 99, 0.26), rgba(0, 214, 209, 0.22)) border-box;
  border-color: transparent;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-badge-dot{
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2e63, #00d6d1);
  box-shadow: 0 0 0 8px rgba(0, 214, 209, 0.1);
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-grid{
  align-items: stretch;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card{
  height: 100%;
  min-width: 0;
  border-radius: 22px;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 46, 99, 0.14), rgba(0, 214, 209, 0.16));
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0c9f9a;
  border-bottom: 3px solid #0c9f9a;
  transform: rotate(-45deg);
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-note{
  border: 1px solid rgba(0, 214, 209, 0.26);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 214, 209, 0.1), rgba(255, 46, 99, 0.08));
  text-align: center;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-note p{
  margin: 0 auto;
  max-width: 850px;
  color: #334155;
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-157 .tc-wp-content-root .tuv-editorial-wrap .tuv-reveal.tuv-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 .tuv-editorial-wrap .tuv-section{
    padding: 52px 0;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-container{
    padding: 0 14px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-kicker{
    font-size: 11px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card-grid, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-list{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card h3, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card h3, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-note p{
    font-size: 14px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-note{
    margin-top: 18px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .tuv-editorial-wrap .tuv-section{
    padding: 58px 0;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-container{
    padding: 0 18px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card-grid, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-list{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card h3, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card h3, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-note p{
    font-size: 15px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-note{
    margin-top: 20px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .tuv-editorial-wrap .tuv-section{
    padding: 64px 0;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-container{
    padding: 0 22px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card-grid, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-list{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card h3, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card h3, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-note p{
    font-size: 15px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-note{
    margin-top: 22px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .tuv-editorial-wrap .tuv-section{
    padding: 78px 0;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-container{
    padding: 0 28px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-kicker{
    font-size: 12px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-list{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card h3, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card h3, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-note p{
    font-size: 16px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-note{
    margin-top: 24px;
    padding: 28px;
  }}@media (min-width: 1024px){.tc-wp-content-root .tuv-editorial-wrap .tuv-section{
    padding: 94px 0;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-container{
    padding: 0 32px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-kicker{
    font-size: 13px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card h3, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card h3, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-step-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-trust-card p, .tc-wp-content-root .tuv-editorial-wrap .tuv-note p{
    font-size: 16px;
  }.tc-wp-content-root .tuv-editorial-wrap .tuv-note{
    margin-top: 28px;
    padding: 30px;
  }}