@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-161 .tc-wp-content-root img, .wpc-scope-161 .tc-wp-content-root video, .wpc-scope-161 .tc-wp-content-root svg, .wpc-scope-161 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #222232;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content, .wpc-scope-161 .tc-wp-content-root .dfg-editorial-content section, .wpc-scope-161 .tc-wp-content-root .dfg-editorial-content div, .wpc-scope-161 .tc-wp-content-root .dfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-section-white{
  background: #ffffff;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(255, 202, 87, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(122, 84, 255, 0.12), transparent 34%),
    #fbfaf7;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-section-header{
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(122, 84, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 225, 113, 0.22), rgba(122, 84, 255, 0.1));
  color: #6b3ed8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-section-header h2{
  margin: 0;
  color: #202034;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-section-header p{
  margin: 16px auto 0;
  color: #626275;
  line-height: 1.72;
  font-weight: 450;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(32, 32, 52, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 202, 87, 0.55), rgba(122, 84, 255, 0.38), rgba(74, 201, 196, 0.34)) border-box;
  box-shadow: 0 18px 42px rgba(38, 34, 70, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-card::after{
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 110px;
  height: 110px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 202, 87, 0.18), rgba(122, 84, 255, 0.12));
  pointer-events: none;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(38, 34, 70, 0.13);
  border-color: rgba(122, 84, 255, 0.2);
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-card h3, .wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #23233a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-card p, .wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #636374;
  line-height: 1.68;
  font-weight: 450;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon{
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ffe16d, #ff8fc8 52%, #7a54ff);
  box-shadow: 0 12px 24px rgba(122, 84, 255, 0.18);
  transition: transform 260ms ease;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-card:hover .dfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon::before, .wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-spark::before{
  width: 16px;
  height: 16px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0%, 62% 37%, 100% 50%, 62% 63%, 50% 100%, 38% 63%, 0% 50%, 38% 37%);
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 12px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 11px;
  top: 16px;
  border-radius: 3px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.78);
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-wand::before{
  width: 22px;
  height: 4px;
  left: 11px;
  top: 21px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-wand::after{
  width: 7px;
  height: 7px;
  right: 9px;
  top: 9px;
  border-radius: 50%;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-star::before, .wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-free::before{
  width: 20px;
  height: 20px;
  left: 12px;
  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-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-heart::before{
  width: 20px;
  height: 18px;
  left: 12px;
  top: 14px;
  clip-path: path("M10 18 C4 13 0 10 0 5 C0 2 2 0 5 0 C7 0 9 1 10 3 C11 1 13 0 15 0 C18 0 20 2 20 5 C20 10 16 13 10 18 Z");
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 21px;
  top: 20px;
  border-radius: 999px;
  transform: rotate(-25deg);
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-icon-safe::before{
  width: 20px;
  height: 22px;
  left: 12px;
  top: 10px;
  clip-path: polygon(50% 0%, 90% 16%, 82% 76%, 50% 100%, 18% 76%, 10% 16%);
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(122, 84, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(38, 34, 70, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(38, 34, 70, 0.12);
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-step-card::before{
  content: "";
  position: absolute;
  left: 40px;
  top: 78px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(to bottom, rgba(122, 84, 255, 0.35), rgba(255, 202, 87, 0));
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #7a54ff, #ff8fc8 58%, #ffe16d);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(122, 84, 255, 0.22);
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-step-content{
  min-width: 0;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-use-card{
  background:
    linear-gradient(180deg, #ffffff, #fffdf8) padding-box,
    linear-gradient(135deg, rgba(74, 201, 196, 0.36), rgba(255, 202, 87, 0.4), rgba(122, 84, 255, 0.28)) border-box;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(122, 84, 255, 0.09);
  color: #6b3ed8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-benefit-card{
  text-align: center;
  align-items: center;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-benefit-card p{
  max-width: 310px;
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-161 .tc-wp-content-root .dfg-editorial-content .dfg-reveal.dfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .dfg-editorial-content .dfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .dfg-editorial-content .dfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header{
    margin-bottom: 26px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header h2{
    font-size: 26px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header p{
    font-size: 14px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card h3, .tc-wp-content-root .dfg-editorial-content .dfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card p, .tc-wp-content-root .dfg-editorial-content .dfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-steps{
    gap: 16px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-card::before{
    display: none;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-number{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .dfg-editorial-content .dfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .dfg-editorial-content .dfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header{
    margin-bottom: 30px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header h2{
    font-size: 29px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card{
    padding: 24px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card h3, .tc-wp-content-root .dfg-editorial-content .dfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card p, .tc-wp-content-root .dfg-editorial-content .dfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-steps{
    gap: 18px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-card::before{
    display: none;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-number{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .dfg-editorial-content .dfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .dfg-editorial-content .dfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header{
    margin-bottom: 32px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header h2{
    font-size: 32px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card{
    padding: 26px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card h3, .tc-wp-content-root .dfg-editorial-content .dfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card p, .tc-wp-content-root .dfg-editorial-content .dfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-steps{
    gap: 20px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-card::before{
    display: none;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .dfg-editorial-content .dfg-section{
    padding: 72px 0;
  }.tc-wp-content-root .dfg-editorial-content .dfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header{
    margin-bottom: 38px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header h2{
    font-size: 40px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card{
    padding: 28px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card h3, .tc-wp-content-root .dfg-editorial-content .dfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card p, .tc-wp-content-root .dfg-editorial-content .dfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-steps{
    gap: 22px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px){.tc-wp-content-root .dfg-editorial-content .dfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .dfg-editorial-content .dfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header{
    margin-bottom: 44px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header h2{
    font-size: 46px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card-grid{
    gap: 24px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dfg-editorial-content .dfg-card{
    padding: 30px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card h3, .tc-wp-content-root .dfg-editorial-content .dfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-card p, .tc-wp-content-root .dfg-editorial-content .dfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-steps{
    gap: 22px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .dfg-editorial-content .dfg-step-number{
    font-size: 20px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .dfg-editorial-content .dfg-card, .tc-wp-content-root .dfg-editorial-content .dfg-step-card, .tc-wp-content-root .dfg-editorial-content .dfg-icon, .tc-wp-content-root .dfg-editorial-content .dfg-reveal, .tc-wp-content-root .dfg-editorial-content .dfg-reveal.dfg-visible{
    transition: none;
    transform: none;
  }.tc-wp-content-root .dfg-editorial-content .dfg-reveal{
    opacity: 1;
  }}