@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-604 .tc-wp-content-root img, .wpc-scope-604 .tc-wp-content-root video, .wpc-scope-604 .tc-wp-content-root svg, .wpc-scope-604 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17151b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background: #ffffff;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap, .wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap div, .wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap section, .wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
  position: relative;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-white{
  background: #ffffff;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(196, 18, 71, 0.08), transparent 32%),
    linear-gradient(180deg, #fbfaf8 0%, #f6f4f1 100%);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(196, 18, 71, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(196, 18, 71, 0.1), rgba(21, 19, 28, 0.04));
  color: #9b123c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ef174f, #18131d);
  box-shadow: 0 0 0 5px rgba(239, 23, 79, 0.1);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head h2{
  margin: 0;
  color: #17151b;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head p{
  margin: 16px auto 0;
  color: #5c5664;
  max-width: 690px;
  line-height: 1.7;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 21, 27, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(23, 21, 27, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #17151b, #c41247, #ff6a3d);
  opacity: 0.9;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(196, 18, 71, 0.22);
  box-shadow: 0 24px 60px rgba(23, 21, 27, 0.11);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3{
  margin: 0;
  color: #17151b;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p{
  margin: 10px 0 0;
  color: #625d68;
  line-height: 1.68;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(196, 18, 71, 0.95), rgba(255, 106, 61, 0.9)),
    #c41247;
  box-shadow: 0 14px 28px rgba(196, 18, 71, 0.2);
  position: relative;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon::before, .wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 240ms ease;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-card:hover .dcfg-icon::before{
  transform: translateY(-2px);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 12px 12px 4px 4px;
  opacity: 0.95;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #c41247;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 16px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-copy::after{
  width: 16px;
  height: 20px;
  left: 11px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-flame::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border-radius: 16px 16px 16px 4px;
  transform: rotate(28deg);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-clean::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 16px;
  border-radius: 4px;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-clean::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 22px;
  background: #c41247;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-edge::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  clip-path: polygon(50% 0, 100% 42%, 76% 100%, 24% 100%, 0 42%);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-icon-spark::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(23, 21, 27, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(23, 21, 27, 0.06);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card::before{
  content: "";
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(196, 18, 71, 0), rgba(196, 18, 71, 0.35), rgba(196, 18, 71, 0));
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(196, 18, 71, 0.2);
  box-shadow: 0 24px 58px rgba(23, 21, 27, 0.1);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: linear-gradient(135deg, #17151b, #c41247);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(196, 18, 71, 0.22);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
  margin: 0;
  color: #17151b;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
  margin: 9px 0 0;
  color: #625d68;
  line-height: 1.7;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(196, 18, 71, 0.09);
  color: #9b123c;
  font-size: 12px;
  font-weight: 850;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #ffffff;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #17151b, #c41247);
  position: relative;
  box-shadow: 0 12px 28px rgba(23, 21, 27, 0.16);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-604 .tc-wp-content-root .dcfg-editorial-wrap .dcfg-reveal.dcfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
    gap: 16px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card::before{
    display: none;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head{
    margin-bottom: 32px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
    padding: 24px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
    gap: 18px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card::before{
    display: none;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
    padding: 26px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
    gap: 20px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card::before{
    display: none;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid{
    gap: 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-benefit-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
    padding: 28px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
    gap: 22px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head{
    margin-bottom: 46px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid{
    gap: 24px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-grid-3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-benefit-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card{
    padding: 30px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card h3, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-card p, .tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-steps{
    gap: 24px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-card{
    gap: 28px;
    padding: 32px;
  }.tc-wp-content-root .dcfg-editorial-wrap .dcfg-step-number{
    font-size: 21px;
  }}