@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 .dmcp-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #141923;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .dmcp-editorial, .tc-wp-content-root .dmcp-editorial div, .tc-wp-content-root .dmcp-editorial section, .tc-wp-content-root .dmcp-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .dmcp-editorial .dmcp-section{
  position: relative;
}.tc-wp-content-root .dmcp-editorial .dmcp-section-white{
  background: #ffffff;
}.tc-wp-content-root .dmcp-editorial .dmcp-section-soft{
  background:
    radial-gradient(circle at top left, rgba(112, 80, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fbfbfd 0%, #f6f7fb 100%);
}.tc-wp-content-root .dmcp-editorial .dmcp-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dmcp-editorial .dmcp-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dmcp-editorial .dmcp-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #7257ff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}.tc-wp-content-root .dmcp-editorial .dmcp-kicker::before, .tc-wp-content-root .dmcp-editorial .dmcp-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #7257ff, #23c7d9);
}.tc-wp-content-root .dmcp-editorial .dmcp-heading h2{
  margin: 0;
  color: #121722;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dmcp-editorial .dmcp-heading p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5b6472;
  font-weight: 450;
  line-height: 1.72;
}.tc-wp-content-root .dmcp-editorial .dmcp-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dmcp-editorial .dmcp-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(31, 38, 54, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(114, 87, 255, 0.36), rgba(35, 199, 217, 0.22), rgba(255, 255, 255, 0)) border-box;
  box-shadow: 0 18px 48px rgba(20, 25, 35, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dmcp-editorial .dmcp-card::after{
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(114, 87, 255, 0.08), rgba(35, 199, 217, 0.08));
  opacity: 0.9;
  pointer-events: none;
}.tc-wp-content-root .dmcp-editorial .dmcp-card:hover{
  transform: translateY(-5px);
  border-color: rgba(114, 87, 255, 0.32);
  box-shadow: 0 24px 60px rgba(20, 25, 35, 0.12);
}.tc-wp-content-root .dmcp-editorial .dmcp-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #151a25;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .dmcp-editorial .dmcp-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5d6675;
  line-height: 1.68;
}.tc-wp-content-root .dmcp-editorial .dmcp-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #7257ff, #23c7d9);
  box-shadow: 0 12px 26px rgba(82, 87, 255, 0.22);
}.tc-wp-content-root .dmcp-editorial .dmcp-icon::before, .tc-wp-content-root .dmcp-editorial .dmcp-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .dmcp-editorial .dmcp-icon-contrast::before{
  inset: 12px;
  border-radius: 50%;
  background: linear-gradient(90deg, #ffffff 0 50%, rgba(255, 255, 255, 0.35) 50% 100%);
}.tc-wp-content-root .dmcp-editorial .dmcp-icon-layer::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 12px;
  border-radius: 5px;
  box-shadow: 5px 7px 0 rgba(255, 255, 255, 0.55);
}.tc-wp-content-root .dmcp-editorial .dmcp-icon-accent::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 8px 8px 14px 8px;
}.tc-wp-content-root .dmcp-editorial .dmcp-icon-system::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 7px;
  background: transparent;
  border: 3px solid #ffffff;
}.tc-wp-content-root .dmcp-editorial .dmcp-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 35% 100%, 48% 55%, 12% 55%);
}.tc-wp-content-root .dmcp-editorial .dmcp-icon-polish::before{
  width: 8px;
  height: 26px;
  left: 19px;
  top: 10px;
  border-radius: 999px;
  transform: rotate(35deg);
}.tc-wp-content-root .dmcp-editorial .dmcp-icon-free::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 15px;
  border-radius: 5px;
}.tc-wp-content-root .dmcp-editorial .dmcp-icon-free::after{
  width: 14px;
  height: 10px;
  left: 16px;
  top: 8px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.tc-wp-content-root .dmcp-editorial .dmcp-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 14px;
  top: 9px;
  border-radius: 5px;
}.tc-wp-content-root .dmcp-editorial .dmcp-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 16px;
  top: 10px;
  border-radius: 5px;
  box-shadow: -6px 6px 0 rgba(255, 255, 255, 0.55);
}.tc-wp-content-root .dmcp-editorial .dmcp-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dmcp-editorial .dmcp-step{
  position: relative;
  display: grid;
  min-width: 0;
  align-items: center;
  border: 1px solid rgba(31, 38, 54, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 52px rgba(20, 25, 35, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dmcp-editorial .dmcp-step::before{
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(180deg, #7257ff, #23c7d9);
}.tc-wp-content-root .dmcp-editorial .dmcp-step:hover{
  transform: translateY(-4px);
  border-color: rgba(35, 199, 217, 0.34);
  box-shadow: 0 26px 64px rgba(20, 25, 35, 0.11);
}.tc-wp-content-root .dmcp-editorial .dmcp-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 19px;
  background: #121722;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(18, 23, 34, 0.18);
}.tc-wp-content-root .dmcp-editorial .dmcp-step-content h3{
  margin: 0;
  color: #151a25;
  font-weight: 820;
  line-height: 1.25;
}.tc-wp-content-root .dmcp-editorial .dmcp-step-content p{
  margin: 9px 0 0;
  color: #5d6675;
  line-height: 1.7;
}.tc-wp-content-root .dmcp-editorial .dmcp-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: max-content;
  margin-bottom: 18px;
  border: 1px solid rgba(114, 87, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(114, 87, 255, 0.1), rgba(35, 199, 217, 0.1));
  color: #5b46d8;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}.tc-wp-content-root .dmcp-editorial .dmcp-trust-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%) padding-box,
    linear-gradient(135deg, rgba(114, 87, 255, 0.3), rgba(35, 199, 217, 0.26)) border-box;
}.tc-wp-content-root .dmcp-editorial .dmcp-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .dmcp-editorial .dmcp-reveal.dmcp-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dmcp-editorial .dmcp-section{
    padding: 54px 0;
  }.tc-wp-content-root .dmcp-editorial .dmcp-container{
    padding: 0 14px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-heading p{
    font-size: 15px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card h3, .tc-wp-content-root .dmcp-editorial .dmcp-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card p, .tc-wp-content-root .dmcp-editorial .dmcp-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px 24px 26px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-badge{
    padding: 8px 11px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dmcp-editorial .dmcp-section{
    padding: 60px 0;
  }.tc-wp-content-root .dmcp-editorial .dmcp-container{
    padding: 0 18px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card{
    padding: 24px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card h3, .tc-wp-content-root .dmcp-editorial .dmcp-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card p, .tc-wp-content-root .dmcp-editorial .dmcp-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px 26px 29px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-badge{
    padding: 8px 12px;
    font-size: 11px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dmcp-editorial .dmcp-section{
    padding: 66px 0;
  }.tc-wp-content-root .dmcp-editorial .dmcp-container{
    padding: 0 22px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-heading p{
    font-size: 16px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card{
    padding: 28px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card h3, .tc-wp-content-root .dmcp-editorial .dmcp-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card p, .tc-wp-content-root .dmcp-editorial .dmcp-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 28px 28px 33px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-badge{
    padding: 8px 13px;
    font-size: 11px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dmcp-editorial .dmcp-section{
    padding: 82px 0;
  }.tc-wp-content-root .dmcp-editorial .dmcp-container{
    padding: 0 32px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-heading h2{
    font-size: 42px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-grid-six, .tc-wp-content-root .dmcp-editorial .dmcp-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card{
    padding: 30px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card h3, .tc-wp-content-root .dmcp-editorial .dmcp-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card p, .tc-wp-content-root .dmcp-editorial .dmcp-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-step{
    grid-template-columns: 78px 1fr;
    gap: 24px;
    padding: 30px 34px 30px 39px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dmcp-editorial .dmcp-section{
    padding: 96px 0;
  }.tc-wp-content-root .dmcp-editorial .dmcp-container{
    padding: 0 32px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-heading h2{
    font-size: 48px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-heading p{
    font-size: 18px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-grid-six, .tc-wp-content-root .dmcp-editorial .dmcp-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card{
    padding: 32px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card h3, .tc-wp-content-root .dmcp-editorial .dmcp-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-card p, .tc-wp-content-root .dmcp-editorial .dmcp-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-step{
    grid-template-columns: 88px 1fr;
    gap: 28px;
    padding: 34px 40px 34px 45px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }.tc-wp-content-root .dmcp-editorial .dmcp-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}