@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-328 .tc-wp-content-root img, .wpc-scope-328 .tc-wp-content-root video, .wpc-scope-328 .tc-wp-content-root svg, .wpc-scope-328 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-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-328 .tc-wp-content-root .ifg-content-wrap .ifg-section{
  position: relative;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-section-white{
  background: #ffffff;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-section-soft{
  background: linear-gradient(180deg, #fbfbfd 0%, #f5f7fb 100%);
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 107, 53, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.11), rgba(255, 198, 41, 0.13));
  color: #a23a12;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b35, #ffc629);
  box-shadow: 0 0 0 5px rgba(255, 107, 53, 0.12);
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap h2{
  margin: 0;
  color: #121827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-heading-block p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5d6678;
  font-weight: 450;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(18, 24, 39, 0.07);
  overflow: hidden;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff5f2e, #ffb629, #2fc4b2);
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255, 107, 53, 0.28);
  box-shadow: 0 24px 60px rgba(18, 24, 39, 0.11);
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-card:hover::before{
  opacity: 1;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-card h3, .wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-step-content h3{
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-card p, .wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-step-content p{
  margin: 10px 0 0;
  color: #5f6878;
  font-weight: 430;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.14), rgba(255, 198, 41, 0.18));
  border: 1px solid rgba(255, 107, 53, 0.18);
  position: relative;
  transition: transform 240ms ease;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-card:hover .ifg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon::before, .wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-preview::before{
  width: 21px;
  height: 13px;
  left: 12px;
  top: 16px;
  border: 2px solid #ff6b35;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  background: #2fc4b2;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 17px;
  top: 13px;
  border: 2px solid #ff6b35;
  border-radius: 5px;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffc629;
  border-radius: 5px;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-bold::before{
  content: "B";
  left: 14px;
  top: 7px;
  color: #ff6b35;
  font-size: 24px;
  font-weight: 900;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-options::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  background: #ff6b35;
  box-shadow: 0 8px 0 #ffc629, 0 16px 0 #2fc4b2;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-options::after{
  width: 7px;
  height: 7px;
  left: 26px;
  top: 12px;
  background: #ffffff;
  border: 2px solid #ff6b35;
  box-shadow: -12px 8px 0 -1px #ffffff, -12px 8px 0 1px #ffc629, 0 16px 0 -1px #ffffff, 0 16px 0 1px #2fc4b2;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-clean::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #2fc4b2;
  border-radius: 8px;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-clean::after{
  width: 14px;
  height: 7px;
  left: 16px;
  top: 18px;
  border-left: 3px solid #ff6b35;
  border-bottom: 3px solid #ff6b35;
  border-radius: 1px;
  transform: rotate(-45deg);
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-fast::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #ff6b35;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-fast::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 21px;
  background: #ffc629;
  box-shadow: -5px -6px 0 #2fc4b2, -8px 6px 0 #ff6b35;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-steps{
  display: grid;
  gap: 18px;
  position: relative;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf5 100%);
  box-shadow: 0 18px 48px rgba(18, 24, 39, 0.075);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-step-card:hover{
  transform: translateX(4px);
  border-color: rgba(255, 107, 53, 0.26);
  box-shadow: 0 24px 62px rgba(18, 24, 39, 0.105);
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff5f2e, #ffc629);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 18px 34px rgba(255, 107, 53, 0.25);
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(47, 196, 178, 0.11);
  border: 1px solid rgba(47, 196, 178, 0.24);
  color: #14766c;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-benefit-card{
  background: #ffffff;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-free::before{
  content: "$";
  left: 16px;
  top: 8px;
  color: #ff6b35;
  font-size: 24px;
  font-weight: 900;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-mobile::before{
  width: 16px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #ff6b35;
  border-radius: 6px;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  background: #2fc4b2;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-private::before{
  width: 21px;
  height: 16px;
  left: 12px;
  top: 20px;
  background: #ff6b35;
  border-radius: 6px;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-icon-private::after{
  width: 14px;
  height: 13px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffc629;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.wpc-scope-328 .tc-wp-content-root .ifg-content-wrap .ifg-reveal.ifg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ifg-content-wrap .ifg-section{
    padding: 54px 0;
  }.tc-wp-content-root .ifg-content-wrap .ifg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ifg-content-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card h3, .tc-wp-content-root .ifg-content-wrap .ifg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card p, .tc-wp-content-root .ifg-content-wrap .ifg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-steps{
    margin-top: 30px;
    gap: 14px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ifg-content-wrap .ifg-section{
    padding: 60px 0;
  }.tc-wp-content-root .ifg-content-wrap .ifg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ifg-content-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card h3, .tc-wp-content-root .ifg-content-wrap .ifg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card p, .tc-wp-content-root .ifg-content-wrap .ifg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-steps{
    margin-top: 32px;
    gap: 16px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ifg-content-wrap .ifg-section{
    padding: 66px 0;
  }.tc-wp-content-root .ifg-content-wrap .ifg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ifg-content-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 36px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card{
    padding: 26px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card h3, .tc-wp-content-root .ifg-content-wrap .ifg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card p, .tc-wp-content-root .ifg-content-wrap .ifg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-steps{
    margin-top: 36px;
    gap: 18px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ifg-content-wrap .ifg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ifg-content-wrap .ifg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ifg-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ifg-content-wrap .ifg-card{
    padding: 28px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card h3, .tc-wp-content-root .ifg-content-wrap .ifg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card p, .tc-wp-content-root .ifg-content-wrap .ifg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-steps{
    margin-top: 42px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-step-card{
    padding: 28px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ifg-content-wrap .ifg-section{
    padding: 94px 0;
  }.tc-wp-content-root .ifg-content-wrap .ifg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ifg-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-heading-block p{
    font-size: 18px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-grid-three, .tc-wp-content-root .ifg-content-wrap .ifg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ifg-content-wrap .ifg-card{
    padding: 30px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card h3, .tc-wp-content-root .ifg-content-wrap .ifg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-card p, .tc-wp-content-root .ifg-content-wrap .ifg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-steps{
    margin-top: 48px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-step-card{
    padding: 32px;
  }.tc-wp-content-root .ifg-content-wrap .ifg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}