@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-490 .tc-wp-content-root img, .wpc-scope-490 .tc-wp-content-root video, .wpc-scope-490 .tc-wp-content-root svg, .wpc-scope-490 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content{
  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;
  background: #ffffff;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content section, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content div, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content article, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content span, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content h2, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content h3, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content p{
  box-sizing: border-box;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-section{
  position: relative;
  width: 100%;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-section-white{
  background: #ffffff;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f6f8fb 100%);
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  margin: 0 0 14px;
  border: 1px solid rgba(72, 105, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(72, 105, 255, 0.1), rgba(0, 196, 167, 0.1));
  color: #3151d4;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content h2{
  margin: 0;
  color: #121827;
  font-weight: 820;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5e687b;
  line-height: 1.75;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-feature-card, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-use-card, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-trust-card, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(25, 35, 60, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(28, 39, 72, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-feature-card, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-use-card, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-trust-card{
  display: flex;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-feature-card::before, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-use-card::before, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-trust-card::before{
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(72, 105, 255, 0.13), rgba(0, 196, 167, 0.11));
  opacity: 0;
  transition: opacity 240ms ease;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-feature-card:hover, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-use-card:hover, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-trust-card:hover, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(72, 105, 255, 0.24);
  box-shadow: 0 24px 56px rgba(28, 39, 72, 0.13);
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-feature-card:hover::before, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-use-card:hover::before, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #161d2d;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content article p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #606b7f;
  line-height: 1.7;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4869ff, #00c4a7);
  box-shadow: 0 12px 28px rgba(72, 105, 255, 0.24);
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon::before, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon::after{
  position: absolute;
  content: "";
  transition: transform 240ms ease;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-feature-card:hover .mgf-icon::before, .wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-feature-card:hover .mgf-icon::after{
  transform: translateX(2px);
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon-preview::before{
  width: 22px;
  height: 14px;
  top: 16px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon-copy::before{
  width: 15px;
  height: 18px;
  top: 12px;
  left: 17px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon-copy::after{
  width: 15px;
  height: 18px;
  top: 16px;
  left: 13px;
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon-style::before{
  width: 20px;
  height: 3px;
  top: 14px;
  left: 13px;
  background: #ffffff;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.75), 0 16px 0 rgba(255, 255, 255, 0.55);
  border-radius: 999px;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon-code::before{
  width: 9px;
  height: 9px;
  top: 18px;
  left: 12px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(45deg);
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon-code::after{
  width: 9px;
  height: 9px;
  top: 18px;
  right: 12px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon-readable::before{
  width: 22px;
  height: 3px;
  top: 15px;
  left: 12px;
  background: #ffffff;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.72), 0 14px 0 rgba(255, 255, 255, 0.48);
  border-radius: 999px;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon-fast::before{
  width: 18px;
  height: 18px;
  top: 14px;
  left: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-icon-fast::after{
  width: 8px;
  height: 2px;
  top: 22px;
  left: 23px;
  background: #ffffff;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(-35deg);
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(249, 251, 255, 0.98));
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-step-card::after{
  position: absolute;
  top: -52px;
  right: -44px;
  width: 150px;
  height: 150px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 196, 167, 0.18), rgba(72, 105, 255, 0));
  pointer-events: none;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-step-number{
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: linear-gradient(135deg, #111827, #4869ff);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(72, 105, 255, 0.22);
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-step-content{
  min-width: 0;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-use-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 30px;
  margin: 0 0 18px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(72, 105, 255, 0.09);
  color: #3151d4;
  font-size: 13px;
  font-weight: 780;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(72, 105, 255, 0.14), rgba(0, 196, 167, 0.18));
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-trust-mark::before{
  position: absolute;
  width: 16px;
  height: 8px;
  top: 15px;
  left: 13px;
  content: "";
  border-left: 3px solid #00a991;
  border-bottom: 3px solid #00a991;
  transform: rotate(-45deg);
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.wpc-scope-490 .tc-wp-content-root .mgf-bottom-content .mgf-reveal.mgf-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .mgf-bottom-content .mgf-section{
    padding: 46px 0;
  }.tc-wp-content-root .mgf-bottom-content .mgf-container{
    padding: 0 14px;
  }.tc-wp-content-root .mgf-bottom-content h2{
    font-size: 27px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-card-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-feature-card, .tc-wp-content-root .mgf-bottom-content .mgf-use-card, .tc-wp-content-root .mgf-bottom-content .mgf-trust-card{
    padding: 22px;
  }.tc-wp-content-root .mgf-bottom-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mgf-bottom-content article p{
    font-size: 14px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-list{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-number{
    width: 60px;
    height: 60px;
    font-size: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mgf-bottom-content .mgf-section{
    padding: 52px 0;
  }.tc-wp-content-root .mgf-bottom-content .mgf-container{
    padding: 0 18px;
  }.tc-wp-content-root .mgf-bottom-content h2{
    font-size: 30px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-feature-card, .tc-wp-content-root .mgf-bottom-content .mgf-use-card, .tc-wp-content-root .mgf-bottom-content .mgf-trust-card{
    padding: 24px;
  }.tc-wp-content-root .mgf-bottom-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mgf-bottom-content article p{
    font-size: 14.5px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-number{
    width: 64px;
    height: 64px;
    font-size: 21px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mgf-bottom-content .mgf-section{
    padding: 58px 0;
  }.tc-wp-content-root .mgf-bottom-content .mgf-container{
    padding: 0 22px;
  }.tc-wp-content-root .mgf-bottom-content h2{
    font-size: 34px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-feature-card, .tc-wp-content-root .mgf-bottom-content .mgf-use-card, .tc-wp-content-root .mgf-bottom-content .mgf-trust-card{
    padding: 26px;
  }.tc-wp-content-root .mgf-bottom-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mgf-bottom-content article p{
    font-size: 15px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-list{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-number{
    width: 68px;
    height: 68px;
    font-size: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mgf-bottom-content .mgf-section{
    padding: 76px 0;
  }.tc-wp-content-root .mgf-bottom-content .mgf-container{
    padding: 0 32px;
  }.tc-wp-content-root .mgf-bottom-content h2{
    font-size: 42px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-grid-six, .tc-wp-content-root .mgf-bottom-content .mgf-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mgf-bottom-content .mgf-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-feature-card, .tc-wp-content-root .mgf-bottom-content .mgf-use-card, .tc-wp-content-root .mgf-bottom-content .mgf-trust-card{
    padding: 28px;
  }.tc-wp-content-root .mgf-bottom-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mgf-bottom-content article p{
    font-size: 15.5px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-list{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-number{
    font-size: 24px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mgf-bottom-content .mgf-section{
    padding: 92px 0;
  }.tc-wp-content-root .mgf-bottom-content .mgf-container{
    padding: 0 32px;
  }.tc-wp-content-root .mgf-bottom-content h2{
    font-size: 48px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-grid-six, .tc-wp-content-root .mgf-bottom-content .mgf-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mgf-bottom-content .mgf-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-feature-card, .tc-wp-content-root .mgf-bottom-content .mgf-use-card, .tc-wp-content-root .mgf-bottom-content .mgf-trust-card{
    padding: 30px;
  }.tc-wp-content-root .mgf-bottom-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mgf-bottom-content article p{
    font-size: 16px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-list{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .mgf-bottom-content .mgf-step-number{
    font-size: 25px;
  }}