@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-658 .tc-wp-content-root img, .wpc-scope-658 .tc-wp-content-root video, .wpc-scope-658 .tc-wp-content-root svg, .wpc-scope-658 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap, .wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap section, .wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap div, .wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-section{
  position: relative;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-section-white{
  background: #ffffff;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(88, 166, 255, 0.1), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(31, 122, 224, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(36, 116, 255, 0.1), rgba(0, 216, 185, 0.12));
  color: #1b67c9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
  margin: 16px auto 0;
  color: #566173;
  font-weight: 400;
  line-height: 1.7;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(55, 127, 255, 0.34), rgba(0, 217, 181, 0.22)) border-box;
  box-shadow: 0 18px 45px rgba(22, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(43, 132, 255, 0.32);
  box-shadow: 0 24px 60px rgba(22, 32, 51, 0.13);
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-card h3{
  margin: 18px 0 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-card p{
  margin: 10px 0 0;
  color: #5b6575;
  line-height: 1.68;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1f7aff 0%, #00d8b5 100%);
  box-shadow: 0 12px 26px rgba(31, 122, 255, 0.24);
  transition: transform 240ms ease;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-card:hover .hfg-icon{
  transform: translateY(-2px) scale(1.04);
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon::before, .wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon::after{
  content: "";
  position: absolute;
  display: block;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-ring::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 13px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-copy::after{
  width: 15px;
  height: 18px;
  right: 11px;
  bottom: 10px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  background: #ffffff;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-shield::before{
  width: 22px;
  height: 25px;
  left: 11px;
  top: 9px;
  background: #ffffff;
  clip-path: polygon(50% 0, 88% 13%, 80% 68%, 50% 100%, 20% 68%, 12% 13%);
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-bolt::before{
  width: 16px;
  height: 26px;
  left: 15px;
  top: 9px;
  background: #ffffff;
  clip-path: polygon(54% 0, 13% 53%, 46% 53%, 32% 100%, 88% 39%, 56% 39%);
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-orbit::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-orbit::after{
  width: 31px;
  height: 12px;
  left: 6px;
  top: 16px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  transform: rotate(-22deg);
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-free::after{
  width: 10px;
  height: 3px;
  left: 17px;
  top: 21px;
  background: #ffffff;
  border-radius: 4px;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-phone::before{
  width: 18px;
  height: 26px;
  left: 13px;
  top: 9px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-phone::after{
  width: 6px;
  height: 2px;
  left: 19px;
  bottom: 12px;
  background: #ffffff;
  border-radius: 4px;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-icon-clean::before{
  width: 23px;
  height: 13px;
  left: 11px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
  border-radius: 2px;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(22, 32, 51, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #1f7aff, #00d8b5);
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(22, 32, 51, 0.11);
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #10264f 0%, #1f7aff 56%, #00d8b5 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(31, 122, 255, 0.26);
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy h3{
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy p{
  margin: 9px 0 0;
  color: #5b6575;
  line-height: 1.68;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-badge{
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(31, 122, 255, 0.1);
  color: #1d67c9;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-use-card h3{
  margin-top: 16px;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)) padding-box,
    linear-gradient(135deg, rgba(31, 122, 255, 0.28), rgba(0, 216, 181, 0.28)) border-box;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-658 .tc-wp-content-root .hfg-editorial-wrap .hfg-reveal.hfg-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .hfg-editorial-wrap .hfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .hfg-editorial-wrap .hfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card{
    padding: 24px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .hfg-editorial-wrap .hfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card{
    padding: 26px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .hfg-editorial-wrap .hfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card{
    padding: 28px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .hfg-editorial-wrap .hfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card{
    padding: 30px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card h3, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-card p, .tc-wp-content-root .hfg-editorial-wrap .hfg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-card{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .hfg-editorial-wrap .hfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }}