@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-246 .tc-wp-content-root img, .wpc-scope-246 .tc-wp-content-root video, .wpc-scope-246 .tc-wp-content-root svg, .wpc-scope-246 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-section{
  position: relative;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-white{
  background: #ffffff;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fc 100%);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #6f42f5;
  font-weight: 800;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-kicker::before, .wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #6f42f5, #00b8d9);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #586174;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-card{
  position: relative;
  height: 100%;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(111, 66, 245, 0.12);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  isolation: isolate;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(111, 66, 245, 0.45), rgba(0, 184, 217, 0.18), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(111, 66, 245, 0.26);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover::before{
  opacity: 1;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
  margin: 18px 0 0;
  color: #151c2f;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy p{
  margin: 10px 0 0;
  color: #5f687a;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(135deg, #6f42f5, #00b8d9);
  box-shadow: 0 12px 24px rgba(111, 66, 245, 0.2);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon::before, .wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 260ms ease;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover .gfg-icon::before{
  transform: translateY(-2px);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 10px;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #6f42f5;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-copy::before{
  width: 16px;
  height: 19px;
  left: 17px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-copy::after{
  width: 16px;
  height: 19px;
  left: 12px;
  top: 17px;
  border-radius: 4px;
  opacity: 0.72;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-brand::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #00b8d9;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-speed::before{
  width: 24px;
  height: 18px;
  left: 11px;
  top: 15px;
  clip-path: polygon(0 42%, 58% 42%, 48% 0, 100% 56%, 42% 56%, 52% 100%);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-clean::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 4px;
  transform: rotate(-7deg);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-free::after{
  width: 12px;
  height: 5px;
  left: 17px;
  top: 21px;
  border-radius: 99px;
  background: #6f42f5;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border-radius: 5px;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 20px;
  top: 30px;
  border-radius: 99px;
  background: #6f42f5;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-private::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-private::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(111, 66, 245, 0.13);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(0, 184, 217, 0.28);
  box-shadow: 0 24px 58px rgba(23, 32, 51, 0.12);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: calc(100% + 10px);
  width: 2px;
  height: 18px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(111, 66, 245, 0.4), rgba(0, 184, 217, 0.15));
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card:last-child::after{
  display: none;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #6f42f5, #00b8d9);
  box-shadow: 0 16px 30px rgba(111, 66, 245, 0.22);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy h3{
  margin: 0;
  color: #151c2f;
  font-weight: 830;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  color: #5a35d6;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  background: rgba(111, 66, 245, 0.09);
  border: 1px solid rgba(111, 66, 245, 0.14);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-use-card h3{
  margin-top: 16px;
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-246 .tc-wp-content-root .gfg-editorial-wrap .gfg-reveal.gfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .gfg-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-list{
    gap: 28px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .gfg-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 24px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-list{
    gap: 30px;
    margin-top: 32px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .gfg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 26px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-list{
    gap: 32px;
    margin-top: 36px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .gfg-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-list{
    gap: 34px;
    margin-top: 44px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .gfg-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy h3{
    font-size: 23px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-list{
    gap: 34px;
    margin-top: 48px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 34px;
  }}.wpc-scope-246 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .gfg-benefit-grid{}