@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-232 .tc-wp-content-root img, .wpc-scope-232 .tc-wp-content-root video, .wpc-scope-232 .tc-wp-content-root svg, .wpc-scope-232 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content{
  width: 100%;
  overflow-x: hidden;
  color: #17171b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content, .wpc-scope-232 .tc-wp-content-root .mtl-font-content div, .wpc-scope-232 .tc-wp-content-root .mtl-font-content section, .wpc-scope-232 .tc-wp-content-root .mtl-font-content article{
  box-sizing: border-box;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__section{
  position: relative;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__section--white{
  background: #ffffff;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__section--soft{
  background:
    radial-gradient(circle at top left, rgba(224, 32, 44, 0.07), transparent 34%),
    linear-gradient(180deg, #fbfaf8 0%, #f6f3ef 100%);
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__header{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(224, 32, 44, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(224, 32, 44, 0.1), rgba(255, 184, 77, 0.12));
  color: #9f151f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__header h2{
  margin: 0;
  color: #151519;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__header p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5c5b63;
  font-weight: 450;
  line-height: 1.75;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__card, .wpc-scope-232 .tc-wp-content-root .mtl-font-content__benefit{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 1)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(18, 18, 22, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__card::before, .wpc-scope-232 .tc-wp-content-root .mtl-font-content__benefit::before{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(224, 32, 44, 0.34), rgba(255, 184, 77, 0.28), rgba(24, 24, 27, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__card > *, .wpc-scope-232 .tc-wp-content-root .mtl-font-content__benefit > *{
  position: relative;
  z-index: 1;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__card:hover, .wpc-scope-232 .tc-wp-content-root .mtl-font-content__benefit:hover{
  transform: translateY(-5px);
  border-color: rgba(224, 32, 44, 0.22);
  box-shadow: 0 24px 64px rgba(18, 18, 22, 0.12);
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__card:hover::before, .wpc-scope-232 .tc-wp-content-root .mtl-font-content__benefit:hover::before{
  opacity: 1;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e0202c 0%, #ffb84d 100%);
  box-shadow: 0 12px 28px rgba(224, 32, 44, 0.2);
  transition: transform 220ms ease;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__card:hover .mtl-font-content__icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon::before, .wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon--bolt::before{
  width: 14px;
  height: 24px;
  left: 17px;
  top: 11px;
  clip-path: polygon(54% 0, 100% 0, 62% 42%, 100% 42%, 31% 100%, 47% 56%, 0 56%);
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon--copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon--copy::after{
  width: 16px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon--spark::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 64%, 50% 100%, 38% 64%, 0 50%, 38% 35%);
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon--shield::before{
  width: 22px;
  height: 25px;
  left: 12px;
  top: 10px;
  clip-path: polygon(50% 0, 88% 13%, 82% 68%, 50% 100%, 18% 68%, 12% 13%);
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon--flame::before{
  width: 18px;
  height: 25px;
  left: 14px;
  top: 10px;
  border-radius: 60% 40% 55% 45%;
  transform: rotate(18deg);
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon--mobile::before{
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__icon--mobile::after{
  width: 4px;
  height: 4px;
  left: 21px;
  top: 30px;
  border-radius: 50%;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__card h3, .wpc-scope-232 .tc-wp-content-root .mtl-font-content__benefit h3, .wpc-scope-232 .tc-wp-content-root .mtl-font-content__step h3{
  margin: 0;
  color: #1d1d22;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__card p, .wpc-scope-232 .tc-wp-content-root .mtl-font-content__benefit p, .wpc-scope-232 .tc-wp-content-root .mtl-font-content__step p{
  margin: 10px 0 0;
  color: #62616a;
  font-weight: 430;
  line-height: 1.72;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(24, 24, 27, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 240, 0.96)),
    #ffffff;
  box-shadow: 0 18px 52px rgba(18, 18, 22, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__step::after{
  content: "";
  position: absolute;
  left: 35px;
  top: 72px;
  bottom: -32px;
  width: 2px;
  background: linear-gradient(180deg, rgba(224, 32, 44, 0.28), rgba(255, 184, 77, 0));
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__step:last-child::after{
  display: none;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__step:hover{
  transform: translateY(-4px);
  border-color: rgba(224, 32, 44, 0.2);
  box-shadow: 0 24px 64px rgba(18, 18, 22, 0.11);
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1c1c21 0%, #e0202c 62%, #ffb84d 100%);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 32px rgba(224, 32, 44, 0.2);
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__step-copy{
  min-width: 0;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  margin: 0 0 18px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #1d1d22;
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__card--use{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 250, 244, 0.92)),
    #ffffff;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__benefit{
  overflow: hidden;
}.wpc-scope-232 .tc-wp-content-root .mtl-font-content__benefit-mark{
  display: inline-flex;
  width: 50px;
  height: 8px;
  margin: 0 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e0202c, #ffb84d);
  box-shadow: 0 10px 24px rgba(224, 32, 44, 0.18);
}.wpc-scope-232 .tc-wp-content-root .mtl-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-232 .tc-wp-content-root .mtl-reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mtl-font-content__section{
    padding: 52px 0;
  }.tc-wp-content-root .mtl-font-content__container{
    padding: 0 14px;
  }.tc-wp-content-root .mtl-font-content__header h2{
    font-size: 27px;
  }.tc-wp-content-root .mtl-font-content__header p{
    font-size: 15px;
  }.tc-wp-content-root .mtl-font-content__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mtl-font-content__card, .tc-wp-content-root .mtl-font-content__benefit{
    padding: 22px;
  }.tc-wp-content-root .mtl-font-content__card h3, .tc-wp-content-root .mtl-font-content__benefit h3, .tc-wp-content-root .mtl-font-content__step h3{
    font-size: 18px;
  }.tc-wp-content-root .mtl-font-content__card p, .tc-wp-content-root .mtl-font-content__benefit p, .tc-wp-content-root .mtl-font-content__step p{
    font-size: 14px;
  }.tc-wp-content-root .mtl-font-content__steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mtl-font-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mtl-font-content__step::after{
    display: none;
  }.tc-wp-content-root .mtl-font-content__step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mtl-font-content__section{
    padding: 58px 0;
  }.tc-wp-content-root .mtl-font-content__container{
    padding: 0 18px;
  }.tc-wp-content-root .mtl-font-content__header h2{
    font-size: 30px;
  }.tc-wp-content-root .mtl-font-content__header p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtl-font-content__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mtl-font-content__card, .tc-wp-content-root .mtl-font-content__benefit{
    padding: 24px;
  }.tc-wp-content-root .mtl-font-content__card h3, .tc-wp-content-root .mtl-font-content__benefit h3, .tc-wp-content-root .mtl-font-content__step h3{
    font-size: 19px;
  }.tc-wp-content-root .mtl-font-content__card p, .tc-wp-content-root .mtl-font-content__benefit p, .tc-wp-content-root .mtl-font-content__step p{
    font-size: 14.5px;
  }.tc-wp-content-root .mtl-font-content__steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mtl-font-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mtl-font-content__step::after{
    display: none;
  }.tc-wp-content-root .mtl-font-content__step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mtl-font-content__section{
    padding: 64px 0;
  }.tc-wp-content-root .mtl-font-content__container{
    padding: 0 22px;
  }.tc-wp-content-root .mtl-font-content__header h2{
    font-size: 34px;
  }.tc-wp-content-root .mtl-font-content__header p{
    font-size: 16px;
  }.tc-wp-content-root .mtl-font-content__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mtl-font-content__card, .tc-wp-content-root .mtl-font-content__benefit{
    padding: 26px;
  }.tc-wp-content-root .mtl-font-content__card h3, .tc-wp-content-root .mtl-font-content__benefit h3, .tc-wp-content-root .mtl-font-content__step h3{
    font-size: 20px;
  }.tc-wp-content-root .mtl-font-content__card p, .tc-wp-content-root .mtl-font-content__benefit p, .tc-wp-content-root .mtl-font-content__step p{
    font-size: 15px;
  }.tc-wp-content-root .mtl-font-content__steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .mtl-font-content__step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mtl-font-content__step::after{
    display: none;
  }.tc-wp-content-root .mtl-font-content__step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mtl-font-content__section{
    padding: 76px 0;
  }.tc-wp-content-root .mtl-font-content__container{
    padding: 0 34px;
  }.tc-wp-content-root .mtl-font-content__header h2{
    font-size: 42px;
  }.tc-wp-content-root .mtl-font-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .mtl-font-content__grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mtl-font-content__grid--three, .tc-wp-content-root .mtl-font-content__grid--benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mtl-font-content__card, .tc-wp-content-root .mtl-font-content__benefit{
    padding: 28px;
  }.tc-wp-content-root .mtl-font-content__card h3, .tc-wp-content-root .mtl-font-content__benefit h3, .tc-wp-content-root .mtl-font-content__step h3{
    font-size: 21px;
  }.tc-wp-content-root .mtl-font-content__card p, .tc-wp-content-root .mtl-font-content__benefit p, .tc-wp-content-root .mtl-font-content__step p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtl-font-content__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mtl-font-content__step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mtl-font-content__step-number{
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mtl-font-content__section{
    padding: 92px 0;
  }.tc-wp-content-root .mtl-font-content__container{
    padding: 0 40px;
  }.tc-wp-content-root .mtl-font-content__header h2{
    font-size: 48px;
  }.tc-wp-content-root .mtl-font-content__header p{
    font-size: 17px;
  }.tc-wp-content-root .mtl-font-content__grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mtl-font-content__grid--three, .tc-wp-content-root .mtl-font-content__grid--benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mtl-font-content__card, .tc-wp-content-root .mtl-font-content__benefit{
    padding: 30px;
  }.tc-wp-content-root .mtl-font-content__card h3, .tc-wp-content-root .mtl-font-content__benefit h3, .tc-wp-content-root .mtl-font-content__step h3{
    font-size: 22px;
  }.tc-wp-content-root .mtl-font-content__card p, .tc-wp-content-root .mtl-font-content__benefit p, .tc-wp-content-root .mtl-font-content__step p{
    font-size: 15.5px;
  }.tc-wp-content-root .mtl-font-content__steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mtl-font-content__step{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .mtl-font-content__step-number{
    font-size: 21px;
  }}