@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-23 .tc-wp-content-root img, .wpc-scope-23 .tc-wp-content-root video, .wpc-scope-23 .tc-wp-content-root svg, .wpc-scope-23 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-23 .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;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-section{
  position: relative;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-white{
  background: #ffffff;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-soft{
  background: #f7f8fb;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(238, 79, 43, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 96, 39, 0.1), rgba(0, 188, 156, 0.1));
  color: #b43b20;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5b2e, #00b894);
  box-shadow: 0 0 0 5px rgba(255, 91, 46, 0.12);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
  margin: 16px auto 0;
  color: #586173;
  line-height: 1.72;
  font-weight: 450;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(25, 32, 47, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 91, 46, 0.32), rgba(0, 184, 148, 0.22), rgba(24, 31, 47, 0.08)) border-box;
  box-shadow: 0 18px 44px rgba(24, 31, 47, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-card::after{
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff5b2e, #ffc857, #00b894);
  opacity: 0;
  transition: opacity 220ms ease, transform 220ms ease;
  transform: translateY(2px);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(24, 31, 47, 0.11);
  border-color: rgba(255, 91, 46, 0.24);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover::after{
  opacity: 1;
  transform: translateY(0);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
  margin: 18px 0 0;
  color: #151c2d;
  font-weight: 820;
  line-height: 1.24;
  letter-spacing: 0;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
  margin: 11px 0 0;
  color: #596274;
  line-height: 1.68;
  font-weight: 430;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5b2e, #00b894);
  box-shadow: 0 12px 26px rgba(255, 91, 46, 0.18);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon::before, .wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-spray::before{
  width: 16px;
  height: 20px;
  left: 15px;
  top: 14px;
  border-radius: 4px 4px 7px 7px;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-spray::after{
  width: 12px;
  height: 4px;
  left: 17px;
  top: 9px;
  border-radius: 999px;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 16px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-bolt::before{
  width: 15px;
  height: 24px;
  left: 16px;
  top: 11px;
  clip-path: polygon(52% 0, 100% 0, 64% 41%, 100% 41%, 34% 100%, 48% 55%, 0 55%);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-star::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  clip-path: polygon(50% 0, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-phone::before{
  width: 16px;
  height: 24px;
  left: 15px;
  top: 11px;
  border-radius: 5px;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-phone::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 999px;
  background: #00b894;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-clean::before{
  width: 22px;
  height: 12px;
  left: 12px;
  top: 18px;
  border-radius: 999px;
  transform: rotate(-18deg);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-free::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-free::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 19px;
  border-left: 3px solid #00b894;
  border-bottom: 3px solid #00b894;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-fast::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
  border-left-color: transparent;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-fast::after{
  width: 11px;
  height: 3px;
  left: 22px;
  top: 21px;
  border-radius: 999px;
  transform: rotate(-34deg);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-private::before{
  width: 21px;
  height: 15px;
  left: 13px;
  top: 20px;
  border-radius: 4px;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-private::after{
  width: 15px;
  height: 14px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  background: transparent;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(25, 32, 47, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(24, 31, 47, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(24, 31, 47, 0.11);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff5b2e, #ffc857, #00b894);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #121827, #2b3448);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 15px 30px rgba(18, 24, 39, 0.18);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
  margin: 0;
  color: #151c2d;
  font-weight: 830;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
  margin: 10px 0 0;
  color: #596274;
  line-height: 1.68;
  font-weight: 430;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-use-card{
  background:
    radial-gradient(circle at top right, rgba(0, 184, 148, 0.08), transparent 34%),
    #ffffff;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-badge{
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 91, 46, 0.1);
  color: #b43b20;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-benefit-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), #ffffff),
    radial-gradient(circle at top left, rgba(255, 200, 87, 0.18), transparent 36%);
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-23 .tc-wp-content-root .gfg-editorial-wrap .gfg-reveal.gfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 46px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
    font-size: 14px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
    font-size: 29px;
  }.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: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
    font-size: 32px;
  }.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: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 24px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 72px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
    font-size: 38px;
  }.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: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 26px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 88px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card{
    padding: 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 24px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3{
    font-size: 24px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p{
    font-size: 16px;
  }}