@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-368 .tc-wp-content-root img, .wpc-scope-368 .tc-wp-content-root video, .wpc-scope-368 .tc-wp-content-root svg, .wpc-scope-368 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-368 .tc-wp-content-root .utfg-content{
  width: 100%;
  overflow-x: hidden;
  color: #171821;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-368 .tc-wp-content-root .utfg-content, .wpc-scope-368 .tc-wp-content-root .utfg-content div, .wpc-scope-368 .tc-wp-content-root .utfg-content section, .wpc-scope-368 .tc-wp-content-root .utfg-content article{
  box-sizing: border-box;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-section-white{
  background: #ffffff;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 79, 108, 0.08), transparent 30%),
    linear-gradient(180deg, #fffaf7 0%, #f8f5f1 100%);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 79, 108, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 79, 108, 0.1), rgba(255, 185, 79, 0.12));
  color: #9b2d3f;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-section-head h2{
  margin: 0;
  color: #12131a;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-section-head p{
  margin: 14px auto 0;
  max-width: 720px;
  color: #5b5f6f;
  font-weight: 450;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(28, 29, 37, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 79, 108, 0.38), rgba(255, 185, 79, 0.2), rgba(78, 101, 255, 0.16)) border-box;
  box-shadow: 0 16px 42px rgba(22, 24, 35, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff4f6c, #ffb94f, #6d72ff);
  opacity: 0.9;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 79, 108, 0.28);
  box-shadow: 0 22px 56px rgba(22, 24, 35, 0.13);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-card h3, .wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-step-card h3{
  margin: 0;
  color: #171821;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-card p, .wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-step-card p{
  margin: 10px 0 0;
  color: #606575;
  font-weight: 430;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff4f6c, #ffb94f);
  box-shadow: 0 10px 22px rgba(255, 79, 108, 0.24);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon::before, .wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-preview::before{
  width: 18px;
  height: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-preview::after{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-copy::before{
  width: 15px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  transform: translate(3px, -3px);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-copy::after{
  width: 15px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  transform: translate(-3px, 3px);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-spark::before{
  width: 18px;
  height: 18px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-game::before{
  width: 24px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-game::after{
  width: 4px;
  height: 4px;
  background: #ffffff;
  box-shadow: -7px 0 0 #ffffff, 7px -3px 0 #ffffff, 10px 2px 0 #ffffff;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-clean::before{
  width: 22px;
  height: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg) translate(1px, -2px);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-fast::before{
  width: 21px;
  height: 21px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-fast::after{
  width: 10px;
  height: 2px;
  background: #ffffff;
  transform: rotate(-35deg) translate(3px, -1px);
  transform-origin: left center;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-free::before{
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-free::after{
  width: 8px;
  height: 12px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-mobile::before{
  width: 15px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-mobile::after{
  width: 4px;
  height: 4px;
  bottom: 10px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-private::before{
  width: 21px;
  height: 15px;
  bottom: 11px;
  border-radius: 5px;
  background: #ffffff;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-icon-private::after{
  width: 13px;
  height: 12px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(28, 29, 37, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(32, 28, 24, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-step-card::after{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #ff4f6c, #ffb94f);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(32, 28, 24, 0.12);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #171821;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(23, 24, 33, 0.18);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-step-content{
  min-width: 0;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 79, 108, 0.1);
  color: #a53346;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-trust-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdfb 100%) padding-box,
    linear-gradient(135deg, rgba(255, 79, 108, 0.34), rgba(255, 185, 79, 0.26)) border-box;
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-368 .tc-wp-content-root .utfg-content .utfg-reveal.utfg-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 .utfg-content .utfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .utfg-content .utfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .utfg-content .utfg-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .utfg-content .utfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .utfg-content .utfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .utfg-content .utfg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }.tc-wp-content-root .utfg-content .utfg-card{
    padding: 24px 20px 22px;
    border-radius: 18px;
  }.tc-wp-content-root .utfg-content .utfg-card h3, .tc-wp-content-root .utfg-content .utfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .utfg-content .utfg-card p, .tc-wp-content-root .utfg-content .utfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .utfg-content .utfg-steps{
    gap: 14px;
  }.tc-wp-content-root .utfg-content .utfg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 20px 22px;
  }.tc-wp-content-root .utfg-content .utfg-step-number{
    width: 52px;
    height: 42px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .utfg-content .utfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .utfg-content .utfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .utfg-content .utfg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .utfg-content .utfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .utfg-content .utfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .utfg-content .utfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .utfg-content .utfg-card{
    padding: 26px 22px 24px;
  }.tc-wp-content-root .utfg-content .utfg-card h3, .tc-wp-content-root .utfg-content .utfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .utfg-content .utfg-card p, .tc-wp-content-root .utfg-content .utfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .utfg-content .utfg-steps{
    gap: 16px;
  }.tc-wp-content-root .utfg-content .utfg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 26px 22px 24px;
  }.tc-wp-content-root .utfg-content .utfg-step-number{
    width: 56px;
    height: 44px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .utfg-content .utfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .utfg-content .utfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .utfg-content .utfg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .utfg-content .utfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .utfg-content .utfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .utfg-content .utfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .utfg-content .utfg-card{
    padding: 28px 24px 26px;
  }.tc-wp-content-root .utfg-content .utfg-card h3, .tc-wp-content-root .utfg-content .utfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .utfg-content .utfg-card p, .tc-wp-content-root .utfg-content .utfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .utfg-content .utfg-steps{
    gap: 18px;
  }.tc-wp-content-root .utfg-content .utfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 24px 26px;
  }.tc-wp-content-root .utfg-content .utfg-step-number{
    width: 60px;
    height: 46px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .utfg-content .utfg-section{
    padding: 74px 0;
  }.tc-wp-content-root .utfg-content .utfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .utfg-content .utfg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .utfg-content .utfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .utfg-content .utfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .utfg-content .utfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .utfg-content .utfg-card{
    padding: 30px 26px 28px;
  }.tc-wp-content-root .utfg-content .utfg-card h3, .tc-wp-content-root .utfg-content .utfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .utfg-content .utfg-card p, .tc-wp-content-root .utfg-content .utfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .utfg-content .utfg-steps{
    gap: 20px;
  }.tc-wp-content-root .utfg-content .utfg-step-card{
    grid-template-columns: 78px 1fr;
    gap: 22px;
    padding: 30px 30px 30px 34px;
  }.tc-wp-content-root .utfg-content .utfg-step-number{
    width: 64px;
    height: 52px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .utfg-content .utfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .utfg-content .utfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .utfg-content .utfg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .utfg-content .utfg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .utfg-content .utfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .utfg-content .utfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .utfg-content .utfg-card{
    padding: 32px 28px 30px;
  }.tc-wp-content-root .utfg-content .utfg-card h3, .tc-wp-content-root .utfg-content .utfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .utfg-content .utfg-card p, .tc-wp-content-root .utfg-content .utfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .utfg-content .utfg-steps{
    gap: 22px;
  }.tc-wp-content-root .utfg-content .utfg-step-card{
    grid-template-columns: 86px 1fr;
    gap: 24px;
    padding: 34px 36px 34px 40px;
  }.tc-wp-content-root .utfg-content .utfg-step-number{
    width: 68px;
    height: 56px;
    font-size: 19px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .utfg-content .utfg-card, .tc-wp-content-root .utfg-content .utfg-step-card, .tc-wp-content-root .utfg-content .utfg-reveal, .tc-wp-content-root .utfg-content .utfg-reveal.utfg-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .utfg-content .utfg-reveal{
    opacity: 1;
  }}