@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-44 .tc-wp-content-root img, .wpc-scope-44 .tc-wp-content-root video, .wpc-scope-44 .tc-wp-content-root svg, .wpc-scope-44 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap, .wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap section, .wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap div, .wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-section{
  position: relative;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-section-white{
  background: #ffffff;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fc 100%);
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 14px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 94, 87, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 94, 87, 0.1), rgba(255, 194, 71, 0.13));
  color: #b5362f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap h2, .wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap h3, .wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap p{
  margin: 0;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap h2{
  color: #131827;
  font-weight: 850;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
  color: #5f687a;
  margin-top: 14px;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-card{
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(23, 31, 52, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 94, 87, 0.38), rgba(255, 194, 71, 0.24), rgba(89, 116, 255, 0.18));
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 94, 87, 0.2);
  box-shadow: 0 24px 54px rgba(23, 31, 52, 0.11);
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-card:hover::before{
  opacity: 1;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-card h3{
  color: #151b2c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-card p, .wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
  color: #626b7e;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5e57 0%, #ffc247 100%);
  box-shadow: 0 12px 24px rgba(255, 94, 87, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-card:hover .mfg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon::before, .wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 9px;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ff8a45;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 16px;
  top: 12px;
  border-radius: 4px;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 11px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-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-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-readable::before{
  width: 22px;
  height: 4px;
  left: 12px;
  top: 14px;
  border-radius: 6px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-share::before{
  width: 8px;
  height: 8px;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 15px 8px 0 #ffffff, 0 17px 0 #ffffff;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-share::after{
  width: 20px;
  height: 2px;
  left: 16px;
  top: 23px;
  transform: rotate(29deg);
  box-shadow: -1px 7px 0 #ffffff;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-free::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border-radius: 5px;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-free::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ff8a45;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-mobile::before{
  width: 16px;
  height: 26px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 20px;
  top: 29px;
  border-radius: 50%;
  background: #ff8a45;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-privacy::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-icon-privacy::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 9px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
  display: grid;
  gap: 18px;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(24, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(23, 31, 52, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card::after{
  content: "";
  position: absolute;
  left: 36px;
  top: 72px;
  bottom: -19px;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 94, 87, 0.35), rgba(255, 194, 71, 0));
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card:last-child::after{
  display: none;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(23, 31, 52, 0.1);
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff5e57, #ffc247);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(255, 94, 87, 0.22);
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-content h3{
  color: #151b2c;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-step-content p{
  margin-top: 8px;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #fff3e2;
  color: #a34a10;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdfa 100%);
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-trust-card{
  background: #ffffff;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-44 .tc-wp-content-root .mfg-editorial-wrap .mfg-reveal.mfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mfg-editorial-wrap .mfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mfg-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 30px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card{
    padding: 22px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card h3, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
    font-size: 14.5px;
    margin-top: 8px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
    margin-top: 30px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mfg-editorial-wrap .mfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mfg-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 32px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card{
    padding: 24px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card h3, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
    font-size: 15px;
    margin-top: 8px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
    margin-top: 32px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mfg-editorial-wrap .mfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mfg-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card{
    padding: 26px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card h3, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
    font-size: 15.5px;
    margin-top: 9px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
    margin-top: 34px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 26px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card::after{
    display: none;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
    width: 64px;
    height: 64px;
    border-radius: 20px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mfg-editorial-wrap .mfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mfg-editorial-wrap h2{
    font-size: 42px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-grid-six, .tc-wp-content-root .mfg-editorial-wrap .mfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card{
    padding: 28px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card h3, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
    font-size: 15.8px;
    margin-top: 9px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
    margin-top: 42px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mfg-editorial-wrap .mfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .mfg-editorial-wrap h2{
    font-size: 48px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-grid-six, .tc-wp-content-root .mfg-editorial-wrap .mfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card{
    padding: 30px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card h3, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-card p, .tc-wp-content-root .mfg-editorial-wrap .mfg-step-card p{
    font-size: 16px;
    margin-top: 10px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-steps{
    margin-top: 48px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .mfg-editorial-wrap .mfg-step-number{
    font-size: 21px;
  }}