@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-670 .tc-wp-content-root img, .wpc-scope-670 .tc-wp-content-root video, .wpc-scope-670 .tc-wp-content-root svg, .wpc-scope-670 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #202124;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-section{
  position: relative;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-white{
  background: #ffffff;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-soft{
  background: linear-gradient(180deg, #fffaf0 0%, #f8fafc 100%);
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(246, 181, 31, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 213, 74, 0.22), rgba(21, 127, 210, 0.1));
  color: #8b5d00;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
  margin: 0;
  color: #14161a;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
  margin: 16px auto 0;
  color: #5d6673;
  line-height: 1.72;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-grid-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-card, .wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(20, 22, 26, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf7 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-card::before, .wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 213, 74, 0.22), rgba(21, 127, 210, 0.16), rgba(234, 84, 85, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover, .wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card:hover, .wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(246, 181, 31, 0.42);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-card:hover::before, .wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card:hover::before{
  opacity: 1;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card h3, .wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
  position: relative;
  margin: 0;
  color: #16191f;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card p, .wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5f6976;
  line-height: 1.68;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffd54a 0%, #f6b51f 48%, #157fd2 100%);
  box-shadow: 0 12px 24px rgba(246, 181, 31, 0.24);
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon::before, .wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 999px;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #157fd2;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-copy::before{
  width: 18px;
  height: 22px;
  left: 17px;
  top: 13px;
  border-radius: 5px;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-copy::after{
  width: 16px;
  height: 20px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-spark::after{
  width: 6px;
  height: 6px;
  right: 11px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-fast::after{
  width: 12px;
  height: 3px;
  left: 23px;
  top: 23px;
  border-radius: 999px;
  transform: rotate(-35deg);
  transform-origin: left center;
  background: #157fd2;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-clean::before{
  width: 23px;
  height: 16px;
  left: 13px;
  top: 16px;
  border-radius: 4px;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-clean::after{
  width: 14px;
  height: 3px;
  left: 17px;
  top: 23px;
  border-radius: 999px;
  background: #157fd2;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-anywhere::before{
  width: 16px;
  height: 25px;
  left: 16px;
  top: 12px;
  border-radius: 5px;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-icon-anywhere::after{
  width: 5px;
  height: 5px;
  left: 22px;
  top: 29px;
  border-radius: 50%;
  background: #157fd2;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(20, 22, 26, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::after{
  content: "";
  position: absolute;
  left: 36px;
  top: -18px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(246, 181, 31, 0.5), transparent);
  z-index: 0;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card:first-child::after{
  top: 50%;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card:last-child::after{
  bottom: 50%;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffd54a 0%, #f6b51f 55%, #157fd2 100%);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(21, 127, 210, 0.2);
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-use-card{
  background: #ffffff;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-tag{
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(21, 127, 210, 0.08);
  color: #1264a3;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefits-grid{
  align-items: stretch;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card{
  background: #ffffff;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffd54a, #157fd2);
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-670 .tc-wp-content-root .sfg-editorial-wrap .sfg-reveal.sfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
    padding: 8px 11px;
    font-size: 11px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::after{
    display: none;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-tag{
    padding: 8px 11px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
    padding: 8px 12px;
    font-size: 12px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::after{
    display: none;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-tag{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
    padding: 9px 13px;
    font-size: 12px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card::after{
    display: none;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-tag{
    padding: 8px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-tag{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px){.tc-wp-content-root .sfg-editorial-wrap .sfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-kicker{
    padding: 10px 15px;
    font-size: 12px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card h3, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-benefit-card p, .tc-wp-content-root .sfg-editorial-wrap .sfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }.tc-wp-content-root .sfg-editorial-wrap .sfg-tag{
    padding: 9px 14px;
    font-size: 12px;
  }}