@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-227 .tc-wp-content-root img, .wpc-scope-227 .tc-wp-content-root video, .wpc-scope-227 .tc-wp-content-root svg, .wpc-scope-227 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections div, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections section, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections article{
  box-sizing: border-box;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-section{
  position: relative;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-section-white{
  background: #ffffff;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-section-soft{
  background:
    radial-gradient(circle at top left, rgba(65, 105, 255, 0.08), transparent 34%),
    linear-gradient(180deg, #fafbff 0%, #f6f8fc 100%);
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 8px 13px;
  border: 1px solid rgba(73, 99, 255, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(83, 104, 255, 0.1), rgba(18, 198, 178, 0.1));
  color: #4657d9;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5b6475;
  font-weight: 450;
  line-height: 1.72;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-card, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(26, 34, 52, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(23, 31, 56, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-card::before, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #5368ff, #12c6b2);
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-card:hover, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(83, 104, 255, 0.22);
  box-shadow: 0 24px 58px rgba(23, 31, 56, 0.12);
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-card:hover::before, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-card h3, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card h3, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-step-card h3{
  margin: 0;
  color: #121a2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-card p, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card p, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-step-card p{
  margin: 10px 0 0;
  color: #596275;
  font-weight: 430;
  line-height: 1.7;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #5368ff, #12c6b2);
  box-shadow: 0 14px 28px rgba(83, 104, 255, 0.22);
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon::before, .wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-preview::before{
  width: 24px;
  height: 14px;
  left: 12px;
  top: 17px;
  border-radius: 999px;
  opacity: 0.95;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #5368ff;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 12px;
  border-radius: 5px;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-copy::after{
  width: 18px;
  height: 22px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-mix::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-mix::after{
  width: 7px;
  height: 7px;
  right: 13px;
  top: 14px;
  border-radius: 50%;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0%, 61% 33%, 96% 35%, 68% 55%, 79% 90%, 50% 69%, 21% 90%, 32% 55%, 4% 35%, 39% 33%);
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 4px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-speed::after{
  width: 13px;
  height: 4px;
  left: 24px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-28deg);
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-clean::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-icon-clean::after{
  width: 14px;
  height: 4px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #5368ff;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(83, 104, 255, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(18, 198, 178, 0.12), transparent 38%);
  box-shadow: 0 18px 46px rgba(23, 31, 56, 0.075);
  overflow: hidden;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(83, 104, 255, 0.28), transparent);
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #5368ff, #12c6b2);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(83, 104, 255, 0.24);
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(83, 104, 255, 0.09);
  color: #4657d9;
  font-size: 12px;
  font-weight: 780;
  line-height: 1;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-use-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 62%, #fbfcff 100%);
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card{
  background:
    radial-gradient(circle at top right, rgba(83, 104, 255, 0.1), transparent 34%),
    #ffffff;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5368ff, #12c6b2);
  box-shadow: 0 12px 26px rgba(18, 198, 178, 0.2);
  position: relative;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-227 .tc-wp-content-root .gfg-editorial-sections .gfg-reveal.gfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gfg-editorial-sections .gfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .gfg-editorial-sections h2{
    font-size: 26px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card-grid, .tc-wp-content-root .gfg-editorial-sections .gfg-step-list{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-grid-3, .tc-wp-content-root .gfg-editorial-sections .gfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card h3, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card h3, .tc-wp-content-root .gfg-editorial-sections .gfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card p, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card p, .tc-wp-content-root .gfg-editorial-sections .gfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gfg-editorial-sections .gfg-section{
    padding: 56px 0;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .gfg-editorial-sections h2{
    font-size: 29px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card-grid, .tc-wp-content-root .gfg-editorial-sections .gfg-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-grid-3, .tc-wp-content-root .gfg-editorial-sections .gfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card h3, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card h3, .tc-wp-content-root .gfg-editorial-sections .gfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card p, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card p, .tc-wp-content-root .gfg-editorial-sections .gfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gfg-editorial-sections .gfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .gfg-editorial-sections h2{
    font-size: 34px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card-grid, .tc-wp-content-root .gfg-editorial-sections .gfg-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-grid-3, .tc-wp-content-root .gfg-editorial-sections .gfg-grid-benefits{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card h3, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card h3, .tc-wp-content-root .gfg-editorial-sections .gfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card p, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card p, .tc-wp-content-root .gfg-editorial-sections .gfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gfg-editorial-sections .gfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-container{
    padding: 0 30px;
  }.tc-wp-content-root .gfg-editorial-sections h2{
    font-size: 40px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card-grid, .tc-wp-content-root .gfg-editorial-sections .gfg-step-list{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-grid-3, .tc-wp-content-root .gfg-editorial-sections .gfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card h3, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card h3, .tc-wp-content-root .gfg-editorial-sections .gfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card p, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card p, .tc-wp-content-root .gfg-editorial-sections .gfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gfg-editorial-sections .gfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .gfg-editorial-sections h2{
    font-size: 46px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card-grid, .tc-wp-content-root .gfg-editorial-sections .gfg-step-list{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-grid-3, .tc-wp-content-root .gfg-editorial-sections .gfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card h3, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card h3, .tc-wp-content-root .gfg-editorial-sections .gfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-card p, .tc-wp-content-root .gfg-editorial-sections .gfg-benefit-card p, .tc-wp-content-root .gfg-editorial-sections .gfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .gfg-editorial-sections .gfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}.wpc-scope-227 /* tc-auto: preserve HTML class hooks */
.tc-wp-content-root .gfg-step-content{}