@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-290 .tc-wp-content-root img, .wpc-scope-290 .tc-wp-content-root video, .wpc-scope-290 .tc-wp-content-root svg, .wpc-scope-290 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: inherit;
  --hfg-accent-a: #0f9f8f;
  --hfg-accent-b: #6b5cff;
  --hfg-accent-c: #d14f8f;
  --hfg-text: #182033;
  --hfg-muted: #5f6878;
  --hfg-border: rgba(24, 32, 51, 0.1);
  --hfg-soft: #f7f8fb;
  --hfg-shadow: 0 18px 48px rgba(20, 28, 45, 0.09);
  --hfg-shadow-hover: 0 24px 64px rgba(20, 28, 45, 0.14);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content div, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content section, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-section-white{
  background: #ffffff;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-section-soft{
  background:
    radial-gradient(circle at 12% 12%, rgba(15, 159, 143, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(107, 92, 255, 0.08), transparent 32%),
    var(--hfg-soft);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-section-header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 14px;
  padding: 7px 13px;
  border: 1px solid rgba(15, 159, 143, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(15, 159, 143, 0.1), rgba(107, 92, 255, 0.1));
  color: #186b72;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-section-header h2{
  margin: 0;
  color: var(--hfg-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-section-header p{
  margin: 16px auto 0;
  color: var(--hfg-muted);
  line-height: 1.75;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-card, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid var(--hfg-border);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--hfg-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-card::before, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(15, 159, 143, 0.42), rgba(107, 92, 255, 0.24), rgba(209, 79, 143, 0.22));
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-card:hover, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card:hover{
  transform: translateY(-6px);
  box-shadow: var(--hfg-shadow-hover);
  border-color: rgba(15, 159, 143, 0.2);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-card:hover::before, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-card h3, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-step-content h3, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card h3{
  margin: 0;
  color: var(--hfg-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-card p, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-step-content p, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card p{
  margin: 10px 0 0;
  color: var(--hfg-muted);
  line-height: 1.7;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--hfg-accent-a), var(--hfg-accent-b));
  box-shadow: 0 14px 28px rgba(15, 159, 143, 0.2);
  transition: transform 260ms ease;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-card:hover .hfg-icon{
  transform: translateY(-3px) rotate(-3deg);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon::before, .wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 8px;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: var(--hfg-accent-b);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 16px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 11px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 9px;
  border-radius: 50%;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-rtl::before{
  width: 21px;
  height: 3px;
  right: 12px;
  top: 16px;
  border-radius: 999px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-rtl::after{
  width: 9px;
  height: 9px;
  left: 12px;
  top: 18px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-fast::before{
  width: 21px;
  height: 21px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #ffffff;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-fast::after{
  width: 12px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(-38deg);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-clean::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-icon-clean::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 19px;
  border-left: 3px solid var(--hfg-accent-a);
  border-bottom: 3px solid var(--hfg-accent-a);
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(24, 32, 51, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(20, 28, 45, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 5px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, var(--hfg-accent-a), var(--hfg-accent-b), var(--hfg-accent-c));
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(20, 28, 45, 0.12);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--hfg-accent-a), var(--hfg-accent-b));
  box-shadow: 0 16px 30px rgba(107, 92, 255, 0.22);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(15, 159, 143, 0.1);
  color: #176d72;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card{
  text-align: center;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(15, 159, 143, 0.14), rgba(107, 92, 255, 0.14));
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 16px;
  top: 18px;
  border-left: 4px solid var(--hfg-accent-a);
  border-bottom: 4px solid var(--hfg-accent-a);
  transform: rotate(-45deg);
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-290 .tc-wp-content-root .hfg-editorial-content .hfg-reveal.hfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .hfg-editorial-content .hfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .hfg-editorial-content .hfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-section-header h2{
    font-size: 26px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card h3, .tc-wp-content-root .hfg-editorial-content .hfg-step-content h3, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card h3{
    font-size: 18px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card p, .tc-wp-content-root .hfg-editorial-content .hfg-step-content p, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .hfg-editorial-content .hfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .hfg-editorial-content .hfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-section-header h2{
    font-size: 29px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card h3, .tc-wp-content-root .hfg-editorial-content .hfg-step-content h3, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card h3{
    font-size: 19px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card p, .tc-wp-content-root .hfg-editorial-content .hfg-step-content p, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .hfg-editorial-content .hfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .hfg-editorial-content .hfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-section-header h2{
    font-size: 33px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card{
    padding: 27px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card h3, .tc-wp-content-root .hfg-editorial-content .hfg-step-content h3, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card p, .tc-wp-content-root .hfg-editorial-content .hfg-step-content p, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 27px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .hfg-editorial-content .hfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .hfg-editorial-content .hfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-section-header h2{
    font-size: 40px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-grid-three, .tc-wp-content-root .hfg-editorial-content .hfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card h3, .tc-wp-content-root .hfg-editorial-content .hfg-step-content h3, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card p, .tc-wp-content-root .hfg-editorial-content .hfg-step-content p, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .hfg-editorial-content .hfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .hfg-editorial-content .hfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-section-header h2{
    font-size: 46px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-grid-three, .tc-wp-content-root .hfg-editorial-content .hfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card h3, .tc-wp-content-root .hfg-editorial-content .hfg-step-content h3, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card h3{
    font-size: 22px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-card p, .tc-wp-content-root .hfg-editorial-content .hfg-step-content p, .tc-wp-content-root .hfg-editorial-content .hfg-benefit-card p{
    font-size: 16px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .hfg-editorial-content .hfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 24px;
  }}