@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-178 .tc-wp-content-root img, .wpc-scope-178 .tc-wp-content-root video, .wpc-scope-178 .tc-wp-content-root svg, .wpc-scope-178 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #14222b;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap div, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap section, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-section-white{
  background: #ffffff;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(24, 170, 189, 0.09), transparent 34%),
    linear-gradient(180deg, #f8fbfb 0%, #f3f8f7 100%);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(22, 137, 158, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(18, 161, 184, 0.12), rgba(12, 83, 118, 0.08));
  color: #0f6d82;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-section-head h2{
  margin: 0;
  color: #10232d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-section-head p{
  margin: 14px auto 0;
  color: #53656d;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-card, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(16, 56, 70, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(16, 39, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-card::before, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #0f6d82, #24c0b5, #58d6a3);
  opacity: 0.9;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-card:hover, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(23, 156, 174, 0.26);
  box-shadow: 0 24px 58px rgba(16, 39, 48, 0.13);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-card h3, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card h3, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-step-card h3{
  margin: 0;
  color: #10232d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-card p, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card p, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-step-card p{
  margin: 10px 0 0;
  color: #5a6b72;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #0f6d82, #22beb7);
  box-shadow: 0 14px 28px rgba(18, 145, 166, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-card:hover .jfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon::before, .wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon-wave::before{
  width: 24px;
  height: 10px;
  left: 11px;
  top: 19px;
  border-radius: 999px 999px 4px 4px;
  background: transparent;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-18deg);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon-copy::after{
  width: 16px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon-bite::before{
  width: 0;
  height: 0;
  left: 12px;
  top: 12px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 23px solid #ffffff;
  background: transparent;
  transform: rotate(180deg);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0% 50%, 39% 35%);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-35deg);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-icon-clean::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 17px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-step-card{
  display: grid;
  position: relative;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(16, 56, 70, 0.1);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #f9fdfc 100%);
  box-shadow: 0 18px 44px rgba(16, 39, 48, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-step-card::after{
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -52px;
  top: -62px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 192, 181, 0.18), transparent 68%);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(23, 156, 174, 0.24);
  box-shadow: 0 24px 58px rgba(16, 39, 48, 0.12);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 20px;
  background: linear-gradient(135deg, #10232d, #0f6d82 58%, #22beb7);
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(15, 109, 130, 0.22);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 6px 11px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(18, 161, 184, 0.11);
  color: #0f6d82;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card{
  text-align: left;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(36, 192, 181, 0.16), rgba(15, 109, 130, 0.14));
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0f7e8d;
  border-bottom: 3px solid #0f7e8d;
  transform: rotate(-45deg);
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-178 .tc-wp-content-root .jfg-content-wrap .jfg-reveal.jfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .jfg-content-wrap .jfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .jfg-content-wrap .jfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head{
    margin-bottom: 26px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card{
    padding: 24px 20px;
    border-radius: 17px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card h3, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card h3, .tc-wp-content-root .jfg-content-wrap .jfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card p, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card p, .tc-wp-content-root .jfg-content-wrap .jfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-steps{
    gap: 16px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 20px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .jfg-content-wrap .jfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .jfg-content-wrap .jfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card h3, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card h3, .tc-wp-content-root .jfg-content-wrap .jfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card p, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card p, .tc-wp-content-root .jfg-content-wrap .jfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-steps{
    gap: 18px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .jfg-content-wrap .jfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .jfg-content-wrap .jfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card h3, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card h3, .tc-wp-content-root .jfg-content-wrap .jfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card p, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card p, .tc-wp-content-root .jfg-content-wrap .jfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-steps{
    gap: 20px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .jfg-content-wrap .jfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .jfg-content-wrap .jfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-grid-3, .tc-wp-content-root .jfg-content-wrap .jfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card h3, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card h3, .tc-wp-content-root .jfg-content-wrap .jfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card p, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card p, .tc-wp-content-root .jfg-content-wrap .jfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-steps{
    gap: 22px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-step-card{
    grid-template-columns: 82px 1fr;
    gap: 24px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .jfg-content-wrap .jfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .jfg-content-wrap .jfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-grid-3, .tc-wp-content-root .jfg-content-wrap .jfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card h3, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card h3, .tc-wp-content-root .jfg-content-wrap .jfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-card p, .tc-wp-content-root .jfg-content-wrap .jfg-benefit-card p, .tc-wp-content-root .jfg-content-wrap .jfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-steps{
    gap: 24px;
  }.tc-wp-content-root .jfg-content-wrap .jfg-step-card{
    grid-template-columns: 92px 1fr;
    gap: 28px;
    padding: 34px 38px;
  }}.wpc-scope-178 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .jfg-step-content{}.wpc-scope-178 .tc-wp-content-root .jfg-use-card{}