@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-336 .tc-wp-content-root img, .wpc-scope-336 .tc-wp-content-root video, .wpc-scope-336 .tc-wp-content-root svg, .wpc-scope-336 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap, .wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap section, .wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap div, .wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-white{
  background: #ffffff;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-soft{
  background: linear-gradient(180deg, #fff8f0 0%, #fffdf9 100%);
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 14px;
  border: 1px solid rgba(215, 43, 74, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(215, 43, 74, 0.08), rgba(249, 166, 42, 0.12));
  color: #a9273d;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
  margin: 0;
  color: #151b2d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #596173;
  line-height: 1.7;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(24, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(30, 24, 20, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(215, 43, 74, 0.42), rgba(249, 166, 42, 0.34), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(215, 43, 74, 0.18);
  box-shadow: 0 24px 58px rgba(30, 24, 20, 0.12);
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-card:hover::before{
  opacity: 1;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
  margin: 0;
  color: #161d31;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
  margin: 10px 0 0;
  color: #606879;
  line-height: 1.68;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #d72b4a, #f9a62a);
  box-shadow: 0 12px 28px rgba(215, 43, 74, 0.22);
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::before, .wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-preview::before{
  width: 20px;
  height: 12px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-preview::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0% 50%, 38% 38%);
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-spark::after{
  width: 6px;
  height: 6px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-poster::before{
  width: 21px;
  height: 24px;
  left: 13px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-poster::after{
  width: 13px;
  height: 2px;
  left: 17px;
  top: 21px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.82);
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-mobile::before{
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-clean::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-icon-clean::after{
  width: 10px;
  height: 2px;
  right: 9px;
  top: 13px;
  background: #ffffff;
  box-shadow: -22px 17px 0 rgba(255, 255, 255, 0.72);
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(30, 24, 20, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 78px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(215, 43, 74, 0.28), rgba(249, 166, 42, 0));
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card:last-child::after{
  display: none;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(30, 24, 20, 0.1);
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #d72b4a, #f9a62a);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 34px rgba(215, 43, 74, 0.22);
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-badge{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(249, 166, 42, 0.13);
  color: #a45a09;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card{
  overflow: hidden;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-card::after{
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(249, 166, 42, 0.18), rgba(215, 43, 74, 0));
  pointer-events: none;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-mark{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(215, 43, 74, 0.12), rgba(249, 166, 42, 0.18));
  position: relative;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-trust-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 9px;
  height: 15px;
  border-right: 3px solid #d72b4a;
  border-bottom: 3px solid #d72b4a;
  transform: rotate(40deg);
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-336 .tc-wp-content-root .cfg-editorial-wrap .cfg-reveal.cfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card{
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card{
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card::after{
    display: none;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 72px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid-six, .tc-wp-content-root .cfg-editorial-wrap .cfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card{
    padding: 28px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cfg-editorial-wrap .cfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid-six, .tc-wp-content-root .cfg-editorial-wrap .cfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card{
    padding: 30px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card h3, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-card p, .tc-wp-content-root .cfg-editorial-wrap .cfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .cfg-editorial-wrap .cfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}.wpc-scope-336 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .cfg-feature-card{}.wpc-scope-336 .tc-wp-content-root .cfg-step-content{}.wpc-scope-336 .tc-wp-content-root .cfg-use-card{}