@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 .fmc-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --fmc-accent: #2563eb;
  --fmc-accent-2: #06b6d4;
  --fmc-ink: #172033;
  --fmc-muted: #647084;
  --fmc-soft: #f7f9fc;
  --fmc-border: rgba(37, 99, 235, 0.14);
  --fmc-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  --fmc-shadow-hover: 0 24px 60px rgba(37, 99, 235, 0.16);
}.tc-wp-content-root .fmc-editorial-wrap, .tc-wp-content-root .fmc-editorial-wrap section, .tc-wp-content-root .fmc-editorial-wrap div, .tc-wp-content-root .fmc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-section{
  width: 100%;
  position: relative;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-section-white{
  background: #ffffff;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.tc-wp-content-root .fmc-editorial-wrap .fmc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(6, 182, 212, 0.08));
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head h2{
  margin: 0;
  color: var(--fmc-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head p{
  margin: 16px auto 0;
  color: var(--fmc-muted);
  line-height: 1.72;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--fmc-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card::before, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card::before, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--fmc-accent), var(--fmc-accent-2));
  opacity: 0.9;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card:hover, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card:hover, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card:hover, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-card:hover{
  transform: translateY(-5px);
  border-color: var(--fmc-border);
  box-shadow: var(--fmc-shadow-hover);
}.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content h3{
  margin: 0;
  color: var(--fmc-ink);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content p{
  margin: 10px 0 0;
  color: var(--fmc-muted);
  line-height: 1.68;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(6, 182, 212, 0.12));
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.16);
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon::before, .tc-wp-content-root .fmc-editorial-wrap .fmc-icon::after{
  content: "";
  position: absolute;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-grid::before{
  inset: 12px;
  border: 2px solid #2563eb;
  border-radius: 5px;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-grid::after{
  left: 22px;
  top: 10px;
  width: 2px;
  height: 26px;
  background: #06b6d4;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-points::before{
  width: 7px;
  height: 7px;
  left: 12px;
  top: 13px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 14px 7px 0 #06b6d4, 8px 20px 0 #2563eb;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-points::after{
  left: 16px;
  top: 17px;
  width: 20px;
  height: 15px;
  border-top: 2px solid rgba(37, 99, 235, 0.7);
  border-right: 2px solid rgba(6, 182, 212, 0.7);
  transform: rotate(18deg);
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-camera::before{
  left: 10px;
  top: 15px;
  width: 26px;
  height: 18px;
  border: 2px solid #2563eb;
  border-radius: 6px;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-camera::after{
  left: 19px;
  top: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid #06b6d4;
  border-radius: 50%;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-matrix::before{
  left: 13px;
  top: 12px;
  width: 20px;
  height: 22px;
  border-left: 2px solid #2563eb;
  border-right: 2px solid #2563eb;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-matrix::after{
  left: 18px;
  top: 17px;
  width: 4px;
  height: 4px;
  background: #06b6d4;
  border-radius: 50%;
  box-shadow: 8px 0 0 #2563eb, 0 8px 0 #2563eb, 8px 8px 0 #06b6d4;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-speed::before{
  left: 11px;
  top: 21px;
  width: 24px;
  height: 13px;
  border: 2px solid #2563eb;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-speed::after{
  left: 23px;
  top: 23px;
  width: 2px;
  height: 11px;
  background: #06b6d4;
  transform: rotate(42deg);
  transform-origin: bottom center;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-icon-check::before{
  left: 14px;
  top: 23px;
  width: 8px;
  height: 14px;
  border-right: 3px solid #2563eb;
  border-bottom: 3px solid #06b6d4;
  transform: rotate(42deg);
}.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card:hover .fmc-icon{
  transform: translateY(-2px);
}.tc-wp-content-root .fmc-editorial-wrap .fmc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--fmc-accent), var(--fmc-accent-2));
}.tc-wp-content-root .fmc-editorial-wrap .fmc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2563eb, #06b6d4);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .fmc-editorial-wrap .fmc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-mark{
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(6, 182, 212, 0.14));
  position: relative;
}.tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 10px;
  height: 16px;
  border-right: 3px solid #2563eb;
  border-bottom: 3px solid #06b6d4;
  transform: rotate(42deg);
}.tc-wp-content-root .fmc-editorial-wrap .fmc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fmc-editorial-wrap .fmc-reveal.fmc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fmc-editorial-wrap .fmc-section{
    padding: 52px 0;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-container{
    padding: 0 16px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fmc-editorial-wrap .fmc-section{
    padding: 58px 0;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-container{
    padding: 0 18px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 22px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fmc-editorial-wrap .fmc-section{
    padding: 64px 0;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-container{
    padding: 0 22px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-card-grid{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-steps{
    gap: 22px;
    margin-top: 36px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fmc-editorial-wrap .fmc-section{
    padding: 78px 0;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-grid-six, .tc-wp-content-root .fmc-editorial-wrap .fmc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-card-grid{
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-steps{
    gap: 24px;
    margin-top: 44px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-step-card{
    gap: 24px;
    padding: 30px 28px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .fmc-editorial-wrap .fmc-section{
    padding: 92px 0;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-container{
    padding: 0 32px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-grid-six, .tc-wp-content-root .fmc-editorial-wrap .fmc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-card-grid{
    gap: 26px;
    margin-top: 48px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card h3, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-info-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-use-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-benefit-card p, .tc-wp-content-root .fmc-editorial-wrap .fmc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-step-card{
    gap: 28px;
    padding: 34px 34px;
  }.tc-wp-content-root .fmc-editorial-wrap .fmc-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}