@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-238 .tc-wp-content-root img, .wpc-scope-238 .tc-wp-content-root video, .wpc-scope-238 .tc-wp-content-root svg, .wpc-scope-238 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #17212b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-section{
  position: relative;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-section-white{
  background: #ffffff;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-section-soft{
  background: #f7fafb;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 119, 145, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 173, 181, 0.12), rgba(11, 74, 111, 0.08));
  color: #07566a;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00b7c7, #064b72);
  box-shadow: 0 0 0 5px rgba(0, 183, 199, 0.12);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content h2{
  margin: 0;
  color: #10202b;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #526271;
  line-height: 1.72;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 52, 67, 0.1);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
  box-shadow: 0 18px 45px rgba(16, 32, 43, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient(circle at top right, rgba(0, 183, 199, 0.12), transparent 36%);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0, 147, 166, 0.32);
  box-shadow: 0 24px 60px rgba(16, 32, 43, 0.13);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-card:hover::after{
  opacity: 1;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #112631;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5a6875;
  line-height: 1.68;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00b7c7, #075173);
  box-shadow: 0 14px 28px rgba(0, 134, 153, 0.22);
  transition: transform 260ms ease;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-card:hover .jfg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-icon::before, .wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-icon::after{
  content: "";
  position: absolute;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-icon-wave::before{
  width: 23px;
  height: 10px;
  left: 12px;
  top: 18px;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 18px 18px;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-icon-copy::after{
  width: 16px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 4px;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-icon-fin::before{
  left: 15px;
  top: 10px;
  width: 17px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 100%, 50% 72%, 0 100%);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-icon-spark::before{
  left: 14px;
  top: 10px;
  width: 18px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(50% 0, 61% 36%, 100% 48%, 63% 60%, 50% 100%, 37% 60%, 0 48%, 39% 36%);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-icon-clean::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 3px solid #ffffff;
  border-radius: 999px;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 52, 67, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(16, 32, 43, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #00b7c7, #064b72);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 147, 166, 0.28);
  box-shadow: 0 26px 65px rgba(16, 32, 43, 0.12);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #082b3a, #087d91);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(0, 104, 125, 0.22);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-step h3{
  margin: 0;
  color: #112631;
  font-weight: 850;
  line-height: 1.25;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-step p{
  margin: 9px 0 0;
  color: #5a6875;
  line-height: 1.68;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 183, 199, 0.1);
  color: #07566a;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-use-card{
  background: linear-gradient(180deg, #ffffff, #fbfeff);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-benefit-card{
  border-color: rgba(0, 119, 145, 0.14);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-mini-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 17px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 183, 199, 0.16), rgba(6, 75, 114, 0.12));
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-mini-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 10px;
  width: 9px;
  height: 15px;
  border: solid #087d91;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-238 .tc-wp-content-root .jfg-bottom-content .jfg-reveal.jfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .jfg-bottom-content .jfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .jfg-bottom-content .jfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .jfg-bottom-content h2{
    font-size: 27px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-step h3{
    font-size: 18px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card p, .tc-wp-content-root .jfg-bottom-content .jfg-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .jfg-bottom-content .jfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .jfg-bottom-content .jfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .jfg-bottom-content h2{
    font-size: 30px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card p, .tc-wp-content-root .jfg-bottom-content .jfg-step p{
    font-size: 15px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .jfg-bottom-content .jfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .jfg-bottom-content .jfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .jfg-bottom-content h2{
    font-size: 34px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card{
    padding: 26px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card p, .tc-wp-content-root .jfg-bottom-content .jfg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step{
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .jfg-bottom-content .jfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .jfg-bottom-content .jfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .jfg-bottom-content h2{
    font-size: 42px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-grid-three, .tc-wp-content-root .jfg-bottom-content .jfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .jfg-bottom-content .jfg-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card{
    padding: 28px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card p, .tc-wp-content-root .jfg-bottom-content .jfg-step p{
    font-size: 16px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .jfg-bottom-content .jfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .jfg-bottom-content .jfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .jfg-bottom-content h2{
    font-size: 48px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-grid-three, .tc-wp-content-root .jfg-bottom-content .jfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .jfg-bottom-content .jfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card{
    padding: 30px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card h3, .tc-wp-content-root .jfg-bottom-content .jfg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-card p, .tc-wp-content-root .jfg-bottom-content .jfg-step p{
    font-size: 16px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .jfg-bottom-content .jfg-step-number{
    width: 76px;
    height: 76px;
    font-size: 21px;
  }}.wpc-scope-238 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .jfg-step-content{}