@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;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .stg-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;
}.tc-wp-content-root .stg-bottom-content, .tc-wp-content-root .stg-bottom-content div, .tc-wp-content-root .stg-bottom-content section, .tc-wp-content-root .stg-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .stg-bottom-content .stg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .stg-bottom-content .stg-section-white{
  background: #ffffff;
}.tc-wp-content-root .stg-bottom-content .stg-section-soft{
  background:
    radial-gradient(circle at 12% 16%, rgba(34, 197, 180, 0.08), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(59, 130, 246, 0.08), transparent 28%),
    #f7fafc;
}.tc-wp-content-root .stg-bottom-content .stg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .stg-bottom-content .stg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .stg-bottom-content .stg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.1), rgba(59, 130, 246, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .stg-bottom-content h2, .tc-wp-content-root .stg-bottom-content h3, .tc-wp-content-root .stg-bottom-content p{
  margin-top: 0;
}.tc-wp-content-root .stg-bottom-content h2{
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.15;
}.tc-wp-content-root .stg-bottom-content .stg-section-head p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5b667a;
  font-weight: 450;
}.tc-wp-content-root .stg-bottom-content .stg-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .stg-bottom-content .stg-info-card, .tc-wp-content-root .stg-bottom-content .stg-use-card, .tc-wp-content-root .stg-bottom-content .stg-trust-card, .tc-wp-content-root .stg-bottom-content .stg-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .stg-bottom-content .stg-info-card, .tc-wp-content-root .stg-bottom-content .stg-use-card, .tc-wp-content-root .stg-bottom-content .stg-trust-card{
  border-radius: 22px;
}.tc-wp-content-root .stg-bottom-content .stg-info-card::before, .tc-wp-content-root .stg-bottom-content .stg-use-card::before, .tc-wp-content-root .stg-bottom-content .stg-trust-card::before{
  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #14b8a6, #3b82f6);
  content: "";
  opacity: 0.82;
}.tc-wp-content-root .stg-bottom-content .stg-info-card:hover, .tc-wp-content-root .stg-bottom-content .stg-use-card:hover, .tc-wp-content-root .stg-bottom-content .stg-trust-card:hover, .tc-wp-content-root .stg-bottom-content .stg-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.42);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .stg-bottom-content .stg-info-card h3, .tc-wp-content-root .stg-bottom-content .stg-use-card h3, .tc-wp-content-root .stg-bottom-content .stg-trust-card h3, .tc-wp-content-root .stg-bottom-content .stg-step-content h3{
  margin-bottom: 10px;
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .stg-bottom-content .stg-info-card p, .tc-wp-content-root .stg-bottom-content .stg-use-card p, .tc-wp-content-root .stg-bottom-content .stg-trust-card p, .tc-wp-content-root .stg-bottom-content .stg-step-content p{
  margin-bottom: 0;
  color: #5b667a;
  font-weight: 430;
}.tc-wp-content-root .stg-bottom-content .stg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.15), rgba(59, 130, 246, 0.15));
  box-shadow: inset 0 0 0 1px rgba(20, 184, 166, 0.16);
}.tc-wp-content-root .stg-bottom-content .stg-icon::before, .tc-wp-content-root .stg-bottom-content .stg-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .stg-bottom-content .stg-icon-title::before{
  top: 15px;
  left: 13px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #14b8a6;
  box-shadow: 0 9px 0 rgba(59, 130, 246, 0.75);
}.tc-wp-content-root .stg-bottom-content .stg-icon-desc::before{
  top: 13px;
  left: 13px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #3b82f6;
  box-shadow: 0 8px 0 #14b8a6, 0 16px 0 rgba(59, 130, 246, 0.45);
}.tc-wp-content-root .stg-bottom-content .stg-icon-keyword::before{
  top: 14px;
  left: 14px;
  width: 13px;
  height: 13px;
  border: 3px solid #14b8a6;
  border-radius: 50%;
}.tc-wp-content-root .stg-bottom-content .stg-icon-keyword::after{
  right: 13px;
  bottom: 13px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #3b82f6;
  transform: rotate(45deg);
}.tc-wp-content-root .stg-bottom-content .stg-icon-click::before{
  top: 12px;
  left: 16px;
  width: 16px;
  height: 20px;
  border: 2px solid #14b8a6;
  border-radius: 12px;
}.tc-wp-content-root .stg-bottom-content .stg-icon-click::after{
  top: 18px;
  left: 22px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3b82f6;
}.tc-wp-content-root .stg-bottom-content .stg-icon-structure::before{
  top: 13px;
  left: 13px;
  width: 22px;
  height: 22px;
  border: 2px solid #3b82f6;
  border-radius: 8px;
}.tc-wp-content-root .stg-bottom-content .stg-icon-structure::after{
  top: 21px;
  left: 18px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #14b8a6;
  box-shadow: 0 6px 0 rgba(20, 184, 166, 0.6);
}.tc-wp-content-root .stg-bottom-content .stg-icon-speed::before{
  top: 12px;
  left: 14px;
  width: 20px;
  height: 20px;
  border: 3px solid #14b8a6;
  border-right-color: transparent;
  border-radius: 50%;
}.tc-wp-content-root .stg-bottom-content .stg-icon-speed::after{
  top: 20px;
  left: 24px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #3b82f6;
  transform: rotate(-28deg);
}.tc-wp-content-root .stg-bottom-content .stg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .stg-bottom-content .stg-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(59, 130, 246, 0.12));
}.tc-wp-content-root .stg-bottom-content .stg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .stg-bottom-content .stg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .stg-bottom-content .stg-trust-mark{
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #3b82f6);
  box-shadow: 0 14px 30px rgba(20, 184, 166, 0.24);
}.tc-wp-content-root .stg-bottom-content .stg-trust-mark::before{
  position: absolute;
  top: 12px;
  left: 15px;
  width: 9px;
  height: 16px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  content: "";
  transform: rotate(45deg);
}.tc-wp-content-root .stg-bottom-content .stg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .stg-bottom-content .stg-reveal.stg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (prefers-reduced-motion: reduce) {.tc-wp-content-root .stg-bottom-content .stg-reveal, .tc-wp-content-root .stg-bottom-content .stg-info-card, .tc-wp-content-root .stg-bottom-content .stg-use-card, .tc-wp-content-root .stg-bottom-content .stg-trust-card, .tc-wp-content-root .stg-bottom-content .stg-step-card{
    transition: none;
  }.tc-wp-content-root .stg-bottom-content .stg-reveal{
    opacity: 1;
    transform: none;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card:hover, .tc-wp-content-root .stg-bottom-content .stg-use-card:hover, .tc-wp-content-root .stg-bottom-content .stg-trust-card:hover, .tc-wp-content-root .stg-bottom-content .stg-step-card:hover{
    transform: none;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .stg-bottom-content .stg-section{
    padding: 52px 0;
  }.tc-wp-content-root .stg-bottom-content .stg-container{
    padding: 0 16px;
  }.tc-wp-content-root .stg-bottom-content h2{
    font-size: 26px;
  }.tc-wp-content-root .stg-bottom-content .stg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .stg-bottom-content .stg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card, .tc-wp-content-root .stg-bottom-content .stg-use-card, .tc-wp-content-root .stg-bottom-content .stg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card h3, .tc-wp-content-root .stg-bottom-content .stg-use-card h3, .tc-wp-content-root .stg-bottom-content .stg-trust-card h3, .tc-wp-content-root .stg-bottom-content .stg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card p, .tc-wp-content-root .stg-bottom-content .stg-use-card p, .tc-wp-content-root .stg-bottom-content .stg-trust-card p, .tc-wp-content-root .stg-bottom-content .stg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .stg-bottom-content .stg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .stg-bottom-content .stg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .stg-bottom-content .stg-step-number{
    width: 48px;
    height: 48px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .stg-bottom-content .stg-section{
    padding: 58px 0;
  }.tc-wp-content-root .stg-bottom-content .stg-container{
    padding: 0 18px;
  }.tc-wp-content-root .stg-bottom-content h2{
    font-size: 29px;
  }.tc-wp-content-root .stg-bottom-content .stg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .stg-bottom-content .stg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card, .tc-wp-content-root .stg-bottom-content .stg-use-card, .tc-wp-content-root .stg-bottom-content .stg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card h3, .tc-wp-content-root .stg-bottom-content .stg-use-card h3, .tc-wp-content-root .stg-bottom-content .stg-trust-card h3, .tc-wp-content-root .stg-bottom-content .stg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card p, .tc-wp-content-root .stg-bottom-content .stg-use-card p, .tc-wp-content-root .stg-bottom-content .stg-trust-card p, .tc-wp-content-root .stg-bottom-content .stg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .stg-bottom-content .stg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .stg-bottom-content .stg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .stg-bottom-content .stg-step-number{
    width: 50px;
    height: 50px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .stg-bottom-content .stg-section{
    padding: 64px 0;
  }.tc-wp-content-root .stg-bottom-content .stg-container{
    padding: 0 22px;
  }.tc-wp-content-root .stg-bottom-content h2{
    font-size: 32px;
  }.tc-wp-content-root .stg-bottom-content .stg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .stg-bottom-content .stg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card, .tc-wp-content-root .stg-bottom-content .stg-use-card, .tc-wp-content-root .stg-bottom-content .stg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card h3, .tc-wp-content-root .stg-bottom-content .stg-use-card h3, .tc-wp-content-root .stg-bottom-content .stg-trust-card h3, .tc-wp-content-root .stg-bottom-content .stg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card p, .tc-wp-content-root .stg-bottom-content .stg-use-card p, .tc-wp-content-root .stg-bottom-content .stg-trust-card p, .tc-wp-content-root .stg-bottom-content .stg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .stg-bottom-content .stg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .stg-bottom-content .stg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .stg-bottom-content .stg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .stg-bottom-content .stg-section{
    padding: 76px 0;
  }.tc-wp-content-root .stg-bottom-content .stg-container{
    padding: 0 28px;
  }.tc-wp-content-root .stg-bottom-content h2{
    font-size: 38px;
  }.tc-wp-content-root .stg-bottom-content .stg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .stg-bottom-content .stg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .stg-bottom-content .stg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .stg-bottom-content .stg-info-card, .tc-wp-content-root .stg-bottom-content .stg-use-card, .tc-wp-content-root .stg-bottom-content .stg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card h3, .tc-wp-content-root .stg-bottom-content .stg-use-card h3, .tc-wp-content-root .stg-bottom-content .stg-trust-card h3, .tc-wp-content-root .stg-bottom-content .stg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card p, .tc-wp-content-root .stg-bottom-content .stg-use-card p, .tc-wp-content-root .stg-bottom-content .stg-trust-card p, .tc-wp-content-root .stg-bottom-content .stg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .stg-bottom-content .stg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .stg-bottom-content .stg-step-card{
    gap: 22px;
    padding: 32px;
  }.tc-wp-content-root .stg-bottom-content .stg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .stg-bottom-content .stg-section{
    padding: 92px 0;
  }.tc-wp-content-root .stg-bottom-content .stg-container{
    padding: 0 32px;
  }.tc-wp-content-root .stg-bottom-content h2{
    font-size: 44px;
  }.tc-wp-content-root .stg-bottom-content .stg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .stg-bottom-content .stg-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .stg-bottom-content .stg-grid-six, .tc-wp-content-root .stg-bottom-content .stg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .stg-bottom-content .stg-info-card, .tc-wp-content-root .stg-bottom-content .stg-use-card, .tc-wp-content-root .stg-bottom-content .stg-trust-card{
    padding: 32px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card h3, .tc-wp-content-root .stg-bottom-content .stg-use-card h3, .tc-wp-content-root .stg-bottom-content .stg-trust-card h3, .tc-wp-content-root .stg-bottom-content .stg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .stg-bottom-content .stg-info-card p, .tc-wp-content-root .stg-bottom-content .stg-use-card p, .tc-wp-content-root .stg-bottom-content .stg-trust-card p, .tc-wp-content-root .stg-bottom-content .stg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .stg-bottom-content .stg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .stg-bottom-content .stg-step-card{
    gap: 24px;
    padding: 34px;
  }.tc-wp-content-root .stg-bottom-content .stg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}