@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-120 .tc-wp-content-root img, .wpc-scope-120 .tc-wp-content-root video, .wpc-scope-120 .tc-wp-content-root svg, .wpc-scope-120 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182433;
  font-family: inherit;
  --jfg-ink: #182433;
  --jfg-muted: #607080;
  --jfg-soft: #f7fafc;
  --jfg-line: rgba(24, 36, 51, 0.1);
  --jfg-accent: #0f8fb3;
  --jfg-accent-2: #ff5a4f;
  --jfg-gradient: linear-gradient(135deg, #0f8fb3 0%, #1bb6b1 45%, #ff5a4f 100%);
  --jfg-shadow: 0 18px 45px rgba(15, 45, 70, 0.1);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-section{
  position: relative;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-section-white{
  background: #ffffff;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(15, 143, 179, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 90, 79, 0.07), transparent 32%),
    var(--jfg-soft);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-container{
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(15, 143, 179, 0.18);
  border-radius: 999px;
  background: rgba(15, 143, 179, 0.07);
  color: #0c718d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-section-head h2{
  margin: 0;
  color: var(--jfg-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-section-head p{
  margin: 16px auto 0;
  color: var(--jfg-muted);
  line-height: 1.72;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-card, .wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid var(--jfg-line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 30px rgba(15, 45, 70, 0.06);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-card::before, .wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: var(--jfg-gradient);
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-card:hover, .wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(15, 143, 179, 0.24);
  box-shadow: var(--jfg-shadow);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-card:hover::before, .wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-card h3, .wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card h3, .wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card h3{
  margin: 0;
  color: var(--jfg-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-card p, .wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card p, .wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card p{
  margin: 10px 0 0;
  color: var(--jfg-muted);
  line-height: 1.68;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(15, 143, 179, 0.14), rgba(255, 90, 79, 0.14));
  position: relative;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: var(--jfg-gradient);
  transition: transform 220ms ease;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-card:hover .jfg-icon::after{
  transform: scale(1.12);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-icon-preview::after{
  border-radius: 4px;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-icon-copy::after{
  box-shadow: -6px 6px 0 rgba(15, 143, 179, 0.22);
  border-radius: 5px;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-icon-wave::after{
  height: 10px;
  top: 18px;
  border-radius: 999px;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-icon-spark::after{
  clip-path: polygon(50% 0%, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0% 50%, 38% 35%);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-icon-mobile::after{
  border-radius: 6px;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-icon-clean::after{
  border-radius: 999px;
  box-shadow: 9px -5px 0 rgba(255, 90, 79, 0.25);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  border: 1px solid rgba(15, 143, 179, 0.14);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 252, 0.96));
  box-shadow: 0 14px 34px rgba(15, 45, 70, 0.07);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--jfg-gradient);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: var(--jfg-shadow);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--jfg-gradient);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 26px rgba(15, 143, 179, 0.24);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 90, 79, 0.1);
  color: #b83b32;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--jfg-gradient);
  position: relative;
  box-shadow: 0 12px 26px rgba(15, 143, 179, 0.2);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-mark::after{
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-120 .tc-wp-content-root .jfg-editorial-wrap .jfg-reveal.jfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .jfg-editorial-wrap .jfg-section{
    padding: 44px 0;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card{
    padding: 20px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card h3, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card h3, .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card p, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card p, .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-list{
    gap: 16px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px 22px 24px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .jfg-editorial-wrap .jfg-section{
    padding: 50px 0;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card h3, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card h3, .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card p, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card p, .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-list{
    gap: 18px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px 24px 26px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .jfg-editorial-wrap .jfg-section{
    padding: 56px 0;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card h3, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card h3, .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card p, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card p, .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-list{
    gap: 20px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px 26px 30px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .jfg-editorial-wrap .jfg-section{
    padding: 72px 0;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head{
    margin-bottom: 40px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card h3, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card h3, .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card p, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card p, .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-list{
    gap: 22px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-card{
    gap: 24px;
    padding: 28px 30px 28px 34px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .jfg-editorial-wrap .jfg-section{
    padding: 86px 0;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head{
    margin-bottom: 46px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-grid-3, .tc-wp-content-root .jfg-editorial-wrap .jfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card h3, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card h3, .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-card p, .tc-wp-content-root .jfg-editorial-wrap .jfg-benefit-card p, .tc-wp-content-root .jfg-editorial-wrap .jfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-list{
    gap: 22px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-card{
    gap: 28px;
    padding: 30px 34px 30px 38px;
  }.tc-wp-content-root .jfg-editorial-wrap .jfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}.wpc-scope-120 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .jfg-step-content{}