@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 .ttuv-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #142033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ttuv-content-wrap, .tc-wp-content-root .ttuv-content-wrap section, .tc-wp-content-root .ttuv-content-wrap div, .tc-wp-content-root .ttuv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 48, 108, 0.08), transparent 28%),
    radial-gradient(circle at 88% 26%, rgba(37, 244, 238, 0.10), transparent 30%),
    #f7f9fc;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-heading{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 48, 108, 0.10), rgba(37, 244, 238, 0.12));
  color: #b9124e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-heading h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-heading p{
  margin: 16px auto 0;
  color: #526174;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(20, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  isolation: isolate;
  overflow: hidden;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff306c, #25f4ee);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 48, 108, 0.22);
  box-shadow: 0 24px 60px rgba(20, 32, 51, 0.12);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-card h3{
  margin: 18px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-card p{
  margin: 10px 0 0;
  color: #5d6b7d;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 48, 108, 0.13), rgba(37, 244, 238, 0.18));
  box-shadow: inset 0 0 0 1px rgba(255, 48, 108, 0.12);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-icon::before, .tc-wp-content-root .ttuv-content-wrap .ttuv-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-card:hover .ttuv-icon::before, .tc-wp-content-root .ttuv-content-wrap .ttuv-card:hover .ttuv-icon::after{
  transform: translateY(-1px) scale(1.04);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-icon-play::before{
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #ff306c;
  margin-left: 3px;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-icon-bolt::before{
  width: 12px;
  height: 22px;
  background: linear-gradient(145deg, #ff306c, #25f4ee);
  clip-path: polygon(52% 0, 100% 0, 64% 42%, 96% 42%, 30% 100%, 44% 56%, 8% 56%);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-icon-frame::before{
  width: 22px;
  height: 17px;
  border: 2px solid #ff306c;
  border-radius: 6px;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-icon-frame::after{
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25f4ee;
  transform: translate(8px, -6px);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-icon-path::before{
  width: 24px;
  height: 10px;
  border-top: 2px solid #ff306c;
  border-right: 2px solid #25f4ee;
  border-radius: 0 10px 0 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-icon-mobile::before{
  width: 16px;
  height: 25px;
  border: 2px solid #ff306c;
  border-radius: 6px;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-icon-mobile::after{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #25f4ee;
  transform: translateY(8px);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-icon-bookmark::before{
  width: 17px;
  height: 24px;
  background: linear-gradient(150deg, #ff306c, #25f4ee);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 72%, 0 100%);
  border-radius: 4px 4px 2px 2px;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 18px 50px rgba(20, 32, 51, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: -80px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 48, 108, 0.16), rgba(37, 244, 238, 0.18));
}.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.28);
  box-shadow: 0 24px 62px rgba(20, 32, 51, 0.12);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff306c, #25f4ee);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(255, 48, 108, 0.22);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy{
  position: relative;
  z-index: 1;
  min-width: 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy h3{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy p{
  margin: 9px 0 0;
  color: #5d6b7d;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.18), transparent 42%);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-badge{
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 32, 51, 0.05);
  color: #2c3a4d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-trust-card{
  background: linear-gradient(145deg, #ffffff, #fbfcff);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-trust-mark{
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background:
    linear-gradient(135deg, rgba(255, 48, 108, 0.15), rgba(37, 244, 238, 0.17)),
    #ffffff;
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ff306c;
  border-bottom: 3px solid #25bfc1;
  transform: rotate(-45deg);
  border-radius: 1px;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-note{
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 48, 108, 0.16);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 48, 108, 0.08), rgba(37, 244, 238, 0.10));
  text-align: center;
  box-shadow: 0 16px 44px rgba(20, 32, 51, 0.07);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-note p{
  margin: 0;
  color: #39485c;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .ttuv-content-wrap .ttuv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ttuv-content-wrap .ttuv-reveal.ttuv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-note{
    margin-top: 26px;
    padding: 18px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-note p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card{
    padding: 24px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-note{
    margin-top: 28px;
    padding: 20px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-note p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
    padding: 62px 0;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card{
    padding: 26px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-note{
    margin-top: 30px;
    padding: 22px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-note p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card{
    padding: 28px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
    padding: 30px;
    gap: 24px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-note{
    margin-top: 34px;
    padding: 24px 28px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-note p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttuv-content-wrap .ttuv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card{
    padding: 30px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-card{
    padding: 32px 34px;
    gap: 28px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy h3{
    font-size: 24px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-note{
    margin-top: 38px;
    padding: 26px 32px;
  }.tc-wp-content-root .ttuv-content-wrap .ttuv-note p{
    font-size: 16px;
  }}

.tc-wp-content-root .ttuv-trust-grid {}