@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-409 .tc-wp-content-root img, .wpc-scope-409 .tc-wp-content-root video, .wpc-scope-409 .tc-wp-content-root svg, .wpc-scope-409 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #111827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap, .wpc-scope-409 .tc-wp-content-root .hfg-content-wrap div, .wpc-scope-409 .tc-wp-content-root .hfg-content-wrap section, .wpc-scope-409 .tc-wp-content-root .hfg-content-wrap article{
  box-sizing: border-box;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-section-white{
  background: #ffffff;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(53, 167, 255, 0.22);
  border-radius: 999px;
  background: rgba(53, 167, 255, 0.08);
  color: #096ea8;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #35a7ff, #18d5a7);
  box-shadow: 0 0 14px rgba(53, 167, 255, 0.65);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap h2{
  margin: 0;
  color: #0b1220;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #536072;
  font-weight: 450;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(53, 167, 255, 0.14), rgba(24, 213, 167, 0.08), transparent 54%);
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(53, 167, 255, 0.28);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-card:hover::after{
  opacity: 1;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #101827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #596678;
  font-weight: 430;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e9f7ff, #ecfff9);
  border: 1px solid rgba(53, 167, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 12px 24px rgba(53, 167, 255, 0.14);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon::before, .wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-card:hover .hfg-icon::before, .wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-card:hover .hfg-icon::after{
  transform: translateY(-2px) scale(1.04);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon-glow::before{
  width: 20px;
  height: 20px;
  inset: 12px;
  border-radius: 50%;
  border: 2px solid #35a7ff;
  box-shadow: 0 0 18px rgba(53, 167, 255, 0.8);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon-copy::before{
  width: 17px;
  height: 21px;
  top: 11px;
  left: 16px;
  border: 2px solid #18a999;
  border-radius: 5px;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon-copy::after{
  width: 17px;
  height: 21px;
  top: 15px;
  left: 11px;
  border: 2px solid rgba(53, 167, 255, 0.75);
  border-radius: 5px;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon-orbit::before{
  width: 23px;
  height: 14px;
  top: 15px;
  left: 11px;
  border: 2px solid #35a7ff;
  border-radius: 50%;
  transform: rotate(-22deg);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon-orbit::after{
  width: 7px;
  height: 7px;
  top: 19px;
  left: 20px;
  border-radius: 50%;
  background: #18d5a7;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon-speed::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border-radius: 50%;
  border: 2px solid #35a7ff;
  border-bottom-color: transparent;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon-speed::after{
  width: 14px;
  height: 2px;
  top: 22px;
  left: 22px;
  background: #18a999;
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon-shield::before{
  width: 22px;
  height: 26px;
  top: 9px;
  left: 12px;
  background: linear-gradient(135deg, #35a7ff, #18d5a7);
  clip-path: polygon(50% 0, 88% 14%, 82% 68%, 50% 100%, 18% 68%, 12% 14%);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-icon-spark::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  background: linear-gradient(135deg, #35a7ff, #18d5a7);
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #35a7ff, #18d5a7);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(24, 213, 167, 0.28);
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.11);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f8fe8, #18c6a5);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(53, 167, 255, 0.28);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-step-content h3{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-step-content p{
  margin: 8px 0 0;
  color: #596678;
  font-weight: 430;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(53, 167, 255, 0.12), rgba(24, 213, 167, 0.12));
  border: 1px solid rgba(53, 167, 255, 0.16);
  color: #0871aa;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-benefit-card{
  background: #ffffff;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-benefit-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #35a7ff, #18d5a7);
  box-shadow: 0 14px 32px rgba(24, 213, 167, 0.22);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  top: 16px;
  left: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-409 .tc-wp-content-root .hfg-content-wrap .hfg-reveal.hfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .hfg-content-wrap .hfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .hfg-content-wrap .hfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .hfg-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-grid, .tc-wp-content-root .hfg-content-wrap .hfg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card h3, .tc-wp-content-root .hfg-content-wrap .hfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card p, .tc-wp-content-root .hfg-content-wrap .hfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .hfg-content-wrap .hfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .hfg-content-wrap .hfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .hfg-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-grid, .tc-wp-content-root .hfg-content-wrap .hfg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card{
    padding: 24px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card h3, .tc-wp-content-root .hfg-content-wrap .hfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card p, .tc-wp-content-root .hfg-content-wrap .hfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .hfg-content-wrap .hfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .hfg-content-wrap .hfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .hfg-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-grid, .tc-wp-content-root .hfg-content-wrap .hfg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card{
    padding: 26px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card h3, .tc-wp-content-root .hfg-content-wrap .hfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card p, .tc-wp-content-root .hfg-content-wrap .hfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .hfg-content-wrap .hfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .hfg-content-wrap .hfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .hfg-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card{
    padding: 28px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card h3, .tc-wp-content-root .hfg-content-wrap .hfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card p, .tc-wp-content-root .hfg-content-wrap .hfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .hfg-content-wrap .hfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .hfg-content-wrap .hfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .hfg-content-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-grid-three, .tc-wp-content-root .hfg-content-wrap .hfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 50px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card{
    padding: 30px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card h3, .tc-wp-content-root .hfg-content-wrap .hfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-card p, .tc-wp-content-root .hfg-content-wrap .hfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .hfg-content-wrap .hfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}