@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-280 .tc-wp-content-root img, .wpc-scope-280 .tc-wp-content-root video, .wpc-scope-280 .tc-wp-content-root svg, .wpc-scope-280 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap, .wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap section, .wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap div, .wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-section{
  position: relative;
  width: 100%;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-section-white{
  background: #ffffff;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(84, 115, 255, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(20, 184, 166, 0.1));
  color: #2857d8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
  margin: 16px auto 0;
  color: #5c6678;
  line-height: 1.72;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(133, 146, 166, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.34), rgba(20, 184, 166, 0.22), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.13);
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-card:hover::before{
  opacity: 1;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-card h3, .wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
  margin: 0;
  color: #151b28;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-card p, .wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
  margin: 10px 0 0;
  color: #5a6475;
  line-height: 1.7;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow: 0 14px 26px rgba(37, 99, 235, 0.2);
  transition: transform 220ms ease;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-card:hover .afg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon::before, .wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 19px;
  border-radius: 50%;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-copy::before{
  width: 16px;
  height: 18px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-copy::after{
  width: 16px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 4px;
  background: transparent;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-spark::before{
  width: 5px;
  height: 24px;
  left: 20px;
  top: 11px;
  border-radius: 99px;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-spark::after{
  width: 24px;
  height: 5px;
  left: 11px;
  top: 20px;
  border-radius: 99px;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-clean::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 16px;
  border-radius: 99px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.9), 0 14px 0 rgba(255, 255, 255, 0.75);
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-fast::before{
  width: 19px;
  height: 19px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-fast::after{
  width: 10px;
  height: 2px;
  left: 23px;
  top: 22px;
  border-radius: 99px;
  transform: rotate(-35deg);
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-flex::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-flex::after{
  width: 12px;
  height: 12px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-free::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 99px;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-mobile::before{
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 99px;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-private::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 20px;
  border-radius: 5px;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-icon-private::after{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 10px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(133, 146, 166, 0.18);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-step-card::after{
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.18), rgba(37, 99, 235, 0));
  pointer-events: none;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.12);
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #2563eb);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.2);
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-badge{
  display: inline-flex;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.09);
  color: #2857d8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-benefit-card{
  background: #ffffff;
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-280 .tc-wp-content-root .afg-editorial-wrap .afg-reveal.afg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 54px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 16px;
  }.tc-wp-content-root .afg-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid, .tc-wp-content-root .afg-editorial-wrap .afg-grid-three, .tc-wp-content-root .afg-editorial-wrap .afg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 16px;
    border-radius: 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-number{
    width: 52px;
    height: 52px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 60px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 18px;
  }.tc-wp-content-root .afg-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid, .tc-wp-content-root .afg-editorial-wrap .afg-grid-three, .tc-wp-content-root .afg-editorial-wrap .afg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card{
    padding: 24px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 16px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-number{
    width: 54px;
    height: 54px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 68px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 22px;
  }.tc-wp-content-root .afg-editorial-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid, .tc-wp-content-root .afg-editorial-wrap .afg-grid-three, .tc-wp-content-root .afg-editorial-wrap .afg-grid-benefits{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card{
    padding: 28px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    grid-template-columns: 1fr;
    padding: 28px;
    gap: 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-number{
    width: 58px;
    height: 58px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 82px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 32px;
  }.tc-wp-content-root .afg-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid-three, .tc-wp-content-root .afg-editorial-wrap .afg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card{
    padding: 30px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    padding: 30px;
    gap: 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-number{
    width: 64px;
    height: 64px;
    font-size: 17px;
  }}@media (min-width: 1024px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 96px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 36px;
  }.tc-wp-content-root .afg-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid-three, .tc-wp-content-root .afg-editorial-wrap .afg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card{
    padding: 32px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 22px;
    margin-top: 52px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    padding: 34px;
    gap: 26px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-number{
    width: 70px;
    height: 70px;
    font-size: 18px;
  }}@media (prefers-reduced-motion: reduce){.tc-wp-content-root .afg-editorial-wrap .afg-card, .tc-wp-content-root .afg-editorial-wrap .afg-step-card, .tc-wp-content-root .afg-editorial-wrap .afg-icon, .tc-wp-content-root .afg-editorial-wrap .afg-reveal, .tc-wp-content-root .afg-editorial-wrap .afg-reveal.afg-visible{
    transition: none;
  }.tc-wp-content-root .afg-editorial-wrap .afg-reveal{
    opacity: 1;
    transform: none;
  }}.wpc-scope-280 .tc-wp-content-root .afg-step-content{}