@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 .mxinv-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;
}.tc-wp-content-root .mxinv-content-wrap, .tc-wp-content-root .mxinv-content-wrap div, .tc-wp-content-root .mxinv-content-wrap section, .tc-wp-content-root .mxinv-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-section-white{
  background: #ffffff;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-section-soft{
  background: linear-gradient(180deg, #fbfcff 0%, #f5f8fb 100%);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(45, 124, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(45, 124, 255, 0.1), rgba(13, 184, 166, 0.1));
  color: #1c5fc4;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d7cff, #0db8a6);
  box-shadow: 0 0 0 4px rgba(45, 124, 255, 0.12);
}.tc-wp-content-root .mxinv-content-wrap h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-section-head p{
  margin: 14px auto 0;
  max-width: 690px;
  color: #5a6678;
  font-weight: 450;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-card, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(121, 139, 164, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(19, 33, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-card::after, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(45, 124, 255, 0.12), rgba(13, 184, 166, 0.08));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-card:hover, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(45, 124, 255, 0.35);
  box-shadow: 0 24px 58px rgba(19, 33, 68, 0.13);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-card:hover::after, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #132038;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 430;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2d7cff, #0db8a6);
  box-shadow: 0 14px 28px rgba(45, 124, 255, 0.22);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon::before, .tc-wp-content-root .mxinv-content-wrap .mxinv-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-calc::before{
  width: 22px;
  height: 16px;
  top: 11px;
  left: 13px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-calc::after{
  width: 22px;
  height: 3px;
  left: 13px;
  bottom: 13px;
  border-radius: 999px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.85);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-check::before{
  width: 22px;
  height: 12px;
  left: 13px;
  top: 17px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-check::after{
  display: none;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-steps::before{
  width: 24px;
  height: 24px;
  top: 12px;
  left: 12px;
  border: 3px solid #fff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-steps::after{
  width: 14px;
  height: 3px;
  top: 22px;
  left: 17px;
  border-radius: 999px;
  box-shadow: 0 -6px 0 rgba(255, 255, 255, 0.8), 0 6px 0 rgba(255, 255, 255, 0.8);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-study::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 4px 4px 8px 8px;
  background: #fff;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-study::after{
  width: 4px;
  height: 18px;
  left: 22px;
  top: 15px;
  background: rgba(45, 124, 255, 0.65);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-clean::before{
  width: 25px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
  background: #fff;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-clean::after{
  width: 15px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.85);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-use::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-icon-use::after{
  width: 12px;
  height: 3px;
  right: 10px;
  bottom: 12px;
  border-radius: 999px;
  transform: rotate(45deg);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(121, 139, 164, 0.22);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 48px rgba(19, 33, 68, 0.08);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-step-card::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #2d7cff, #0db8a6);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-step-number{
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #132038, #2854a3);
  color: #ffffff;
  font-size: 18px;
  font-weight: 820;
  box-shadow: 0 14px 30px rgba(19, 32, 56, 0.18);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-step-content{
  min-width: 0;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-badge{
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(45, 124, 255, 0.1);
  color: #1d5cb8;
  font-size: 12px;
  font-weight: 780;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-mark{
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0db8a6, #2d7cff);
  box-shadow: 0 14px 26px rgba(13, 184, 166, 0.2);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-mark::before{
  content: "";
  position: absolute;
  width: 19px;
  height: 10px;
  left: 13px;
  top: 15px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .mxinv-content-wrap .mxinv-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .mxinv-content-wrap .mxinv-reveal.mxinv-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mxinv-content-wrap .mxinv-section{
    padding: 46px 0;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-container{
    padding: 0 14px;
  }.tc-wp-content-root .mxinv-content-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mxinv-content-wrap .mxinv-section{
    padding: 52px 0;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-container{
    padding: 0 18px;
  }.tc-wp-content-root .mxinv-content-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mxinv-content-wrap .mxinv-section{
    padding: 60px 0;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-container{
    padding: 0 22px;
  }.tc-wp-content-root .mxinv-content-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mxinv-content-wrap .mxinv-section{
    padding: 76px 0;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-container{
    padding: 0 30px;
  }.tc-wp-content-root .mxinv-content-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-step-card{
    gap: 22px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .mxinv-content-wrap .mxinv-section{
    padding: 92px 0;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-container{
    padding: 0 32px;
  }.tc-wp-content-root .mxinv-content-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card h3, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-benefit-card p, .tc-wp-content-root .mxinv-content-wrap .mxinv-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mxinv-content-wrap .mxinv-step-card{
    gap: 26px;
    padding: 34px 36px;
  }}