@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-504 .tc-wp-content-root img, .wpc-scope-504 .tc-wp-content-root video, .wpc-scope-504 .tc-wp-content-root svg, .wpc-scope-504 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content{
  width: 100%;
  overflow-x: hidden;
  color: #18211f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content, .wpc-scope-504 .tc-wp-content-root .jpfg-content div, .wpc-scope-504 .tc-wp-content-root .jpfg-content section, .wpc-scope-504 .tc-wp-content-root .jpfg-content article{
  box-sizing: border-box;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-section-white{
  background: #ffffff;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(212, 30, 30, 0.08), transparent 34%),
    linear-gradient(180deg, #fffaf4 0%, #f7f3eb 100%);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(212, 30, 30, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(212, 30, 30, 0.1), rgba(235, 174, 47, 0.14));
  color: #9a1e1b;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d41e1e, #e5a52e);
  box-shadow: 0 0 0 5px rgba(212, 30, 30, 0.1);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content h2, .wpc-scope-504 .tc-wp-content-root .jpfg-content h3, .wpc-scope-504 .tc-wp-content-root .jpfg-content p{
  margin: 0;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content h2{
  color: #15201c;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-section-head p{
  color: #5c6761;
  margin-top: 16px;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(30, 45, 38, 0.1);
  border-radius: 20px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(212, 30, 30, 0.22), rgba(229, 165, 46, 0.2), rgba(47, 92, 67, 0.16)) border-box;
  box-shadow: 0 18px 44px rgba(28, 36, 31, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-card::after{
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #d41e1e, #e5a52e, #2f5c43);
  opacity: 0;
  transition: opacity 260ms ease, transform 260ms ease;
  transform: scaleX(0.72);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(28, 36, 31, 0.13);
  border-color: rgba(212, 30, 30, 0.22);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-card:hover::after{
  opacity: 1;
  transform: scaleX(1);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-card h3, .wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-step h3{
  color: #18211f;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-card p, .wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-step p{
  color: #5b6761;
  margin-top: 10px;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #d41e1e, #e5a52e);
  box-shadow: 0 12px 25px rgba(212, 30, 30, 0.18);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon::before, .wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-preview::before{
  width: 21px;
  height: 14px;
  left: 12px;
  top: 14px;
  border-radius: 12px;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 16px;
  top: 11px;
  border-radius: 5px;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 11px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0%, 62% 35%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 35%);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 9px;
  top: 9px;
  border-radius: 50%;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-poster::before{
  width: 24px;
  height: 27px;
  left: 11px;
  top: 10px;
  border-radius: 4px;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-poster::after{
  width: 15px;
  height: 3px;
  left: 15px;
  top: 19px;
  border-radius: 99px;
  box-shadow: 0 7px 0 #d41e1e;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-fast::after{
  width: 13px;
  height: 3px;
  left: 21px;
  top: 21px;
  border-radius: 99px;
  transform: rotate(-28deg);
  background: #d41e1e;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-friendly::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-friendly::after{
  width: 13px;
  height: 7px;
  left: 16px;
  top: 23px;
  border-radius: 0 0 12px 12px;
  background: #d41e1e;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-free::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-free::after{
  width: 13px;
  height: 7px;
  left: 16px;
  top: 18px;
  border-left: 3px solid #d41e1e;
  border-bottom: 3px solid #d41e1e;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-mobile::before{
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border-radius: 5px;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  border-radius: 99px;
  background: #d41e1e;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-privacy::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-icon-privacy::after{
  width: 15px;
  height: 15px;
  left: 15px;
  top: 9px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(30, 45, 38, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 42px rgba(49, 44, 35, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(49, 44, 35, 0.13);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #18211f, #2f5c43);
  color: #fff8ea;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(47, 92, 67, 0.2);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(47, 92, 67, 0.1);
  color: #2f5c43;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-benefit{
  background:
    linear-gradient(180deg, #ffffff 0%, #fffdf8 100%) padding-box,
    linear-gradient(135deg, rgba(212, 30, 30, 0.22), rgba(229, 165, 46, 0.24), rgba(47, 92, 67, 0.16)) border-box;
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-504 .tc-wp-content-root .jpfg-content .jpfg-reveal.jpfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .jpfg-content .jpfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .jpfg-content .jpfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .jpfg-content h2{
    font-size: 27px;
  }.tc-wp-content-root .jpfg-content .jpfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .jpfg-content .jpfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .jpfg-content .jpfg-card{
    padding: 22px;
  }.tc-wp-content-root .jpfg-content .jpfg-card h3, .tc-wp-content-root .jpfg-content .jpfg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .jpfg-content .jpfg-card p, .tc-wp-content-root .jpfg-content .jpfg-step p{
    font-size: 14px;
  }.tc-wp-content-root .jpfg-content .jpfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .jpfg-content .jpfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .jpfg-content .jpfg-step-number{
    width: 56px;
    height: 48px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .jpfg-content .jpfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .jpfg-content .jpfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .jpfg-content h2{
    font-size: 30px;
  }.tc-wp-content-root .jpfg-content .jpfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .jpfg-content .jpfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .jpfg-content .jpfg-card{
    padding: 24px;
  }.tc-wp-content-root .jpfg-content .jpfg-card h3, .tc-wp-content-root .jpfg-content .jpfg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .jpfg-content .jpfg-card p, .tc-wp-content-root .jpfg-content .jpfg-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .jpfg-content .jpfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .jpfg-content .jpfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .jpfg-content .jpfg-step-number{
    width: 60px;
    height: 50px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .jpfg-content .jpfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .jpfg-content .jpfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .jpfg-content h2{
    font-size: 34px;
  }.tc-wp-content-root .jpfg-content .jpfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .jpfg-content .jpfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .jpfg-content .jpfg-card{
    padding: 26px;
  }.tc-wp-content-root .jpfg-content .jpfg-card h3, .tc-wp-content-root .jpfg-content .jpfg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .jpfg-content .jpfg-card p, .tc-wp-content-root .jpfg-content .jpfg-step p{
    font-size: 15px;
  }.tc-wp-content-root .jpfg-content .jpfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .jpfg-content .jpfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .jpfg-content .jpfg-step-number{
    width: 62px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .jpfg-content .jpfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .jpfg-content .jpfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .jpfg-content h2{
    font-size: 42px;
  }.tc-wp-content-root .jpfg-content .jpfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .jpfg-content .jpfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .jpfg-content .jpfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .jpfg-content .jpfg-card{
    padding: 28px;
  }.tc-wp-content-root .jpfg-content .jpfg-card h3, .tc-wp-content-root .jpfg-content .jpfg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .jpfg-content .jpfg-card p, .tc-wp-content-root .jpfg-content .jpfg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .jpfg-content .jpfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .jpfg-content .jpfg-step{
    grid-template-columns: 78px 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .jpfg-content .jpfg-step-number{
    width: 78px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .jpfg-content .jpfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .jpfg-content .jpfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .jpfg-content h2{
    font-size: 48px;
  }.tc-wp-content-root .jpfg-content .jpfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .jpfg-content .jpfg-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .jpfg-content .jpfg-grid-3, .tc-wp-content-root .jpfg-content .jpfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .jpfg-content .jpfg-card{
    padding: 30px;
  }.tc-wp-content-root .jpfg-content .jpfg-card h3, .tc-wp-content-root .jpfg-content .jpfg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .jpfg-content .jpfg-card p, .tc-wp-content-root .jpfg-content .jpfg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .jpfg-content .jpfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .jpfg-content .jpfg-step{
    grid-template-columns: 88px 1fr;
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .jpfg-content .jpfg-step-number{
    width: 88px;
    height: 70px;
    font-size: 21px;
  }}.wpc-scope-504 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .jpfg-step-copy{}