@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 .stmcalc-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .stmcalc-content .stmcalc-section{
  position: relative;
}.tc-wp-content-root .stmcalc-content .stmcalc-section-white{
  background: #ffffff;
}.tc-wp-content-root .stmcalc-content .stmcalc-section-soft{
  background: #f7fafc;
}.tc-wp-content-root .stmcalc-content .stmcalc-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .stmcalc-content .stmcalc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .stmcalc-content .stmcalc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  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.12), rgba(59, 130, 246, 0.1));
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .stmcalc-content .stmcalc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);
}.tc-wp-content-root .stmcalc-content h2, .tc-wp-content-root .stmcalc-content h3, .tc-wp-content-root .stmcalc-content p{
  margin-top: 0;
}.tc-wp-content-root .stmcalc-content h2{
  margin-bottom: 14px;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .stmcalc-content .stmcalc-heading p{
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5f6b7a;
  line-height: 1.75;
}.tc-wp-content-root .stmcalc-content .stmcalc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .stmcalc-content .stmcalc-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .stmcalc-content .stmcalc-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.26), rgba(37, 99, 235, 0.2));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .stmcalc-content .stmcalc-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .stmcalc-content .stmcalc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(20, 184, 166, 0.32);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .stmcalc-content .stmcalc-card:hover::after{
  opacity: 0.08;
}.tc-wp-content-root .stmcalc-content .stmcalc-card h3, .tc-wp-content-root .stmcalc-content .stmcalc-step h3{
  margin-bottom: 10px;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .stmcalc-content .stmcalc-card p, .tc-wp-content-root .stmcalc-content .stmcalc-step p{
  margin-bottom: 0;
  color: #627084;
  line-height: 1.7;
}.tc-wp-content-root .stmcalc-content .stmcalc-icon{
  display: inline-flex;
  position: relative;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 12px 24px rgba(20, 184, 166, 0.22);
}.tc-wp-content-root .stmcalc-content .stmcalc-icon::before, .tc-wp-content-root .stmcalc-content .stmcalc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-ruler::before{
  left: 12px;
  top: 12px;
  width: 20px;
  height: 5px;
  border-radius: 99px;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.78);
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-ruler::after{
  left: 16px;
  top: 10px;
  width: 3px;
  height: 24px;
  border-radius: 99px;
  opacity: 0.7;
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-scale::before{
  left: 11px;
  top: 13px;
  width: 22px;
  height: 16px;
  border: 3px solid #ffffff;
  border-top-width: 5px;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-scale::after{
  left: 20px;
  top: 18px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-swap::before{
  left: 10px;
  top: 14px;
  width: 22px;
  height: 3px;
  border-radius: 99px;
  box-shadow: 2px 12px 0 rgba(255, 255, 255, 0.78);
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-swap::after{
  right: 10px;
  top: 10px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-check::before{
  left: 13px;
  top: 19px;
  width: 18px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-check::after{
  display: none;
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-home::before{
  left: 12px;
  top: 18px;
  width: 20px;
  height: 14px;
  border-radius: 3px;
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-home::after{
  left: 13px;
  top: 12px;
  width: 18px;
  height: 18px;
  background: #ffffff;
  transform: rotate(45deg);
  clip-path: polygon(50% 0, 100% 50%, 78% 50%, 78% 100%, 22% 100%, 22% 50%, 0 50%);
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-globe::before{
  left: 11px;
  top: 11px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .stmcalc-content .stmcalc-icon-globe::after{
  left: 20px;
  top: 11px;
  width: 3px;
  height: 22px;
  border-radius: 99px;
}.tc-wp-content-root .stmcalc-content .stmcalc-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .stmcalc-content .stmcalc-step{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .stmcalc-content .stmcalc-step::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #14b8a6, #2563eb);
}.tc-wp-content-root .stmcalc-content .stmcalc-step:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .stmcalc-content .stmcalc-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 68px;
  height: 68px;
  border-radius: 18px;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .stmcalc-content .stmcalc-badge{
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .stmcalc-content .stmcalc-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fcfffe 100%);
}.tc-wp-content-root .stmcalc-content .stmcalc-benefit-card{
  padding-top: 34px;
}.tc-wp-content-root .stmcalc-content .stmcalc-benefit-mark{
  display: block;
  width: 54px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #14b8a6, #2563eb);
}.tc-wp-content-root .stmcalc-content .stmcalc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .stmcalc-content .stmcalc-reveal.stmcalc-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 .stmcalc-content .stmcalc-section{
    padding: 48px 0;
  }.tc-wp-content-root .stmcalc-content .stmcalc-container{
    padding: 0 14px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .stmcalc-content h2{
    font-size: 25px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card{
    padding: 22px;
    border-radius: 16px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card h3, .tc-wp-content-root .stmcalc-content .stmcalc-step h3{
    font-size: 18px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card p, .tc-wp-content-root .stmcalc-content .stmcalc-step p{
    font-size: 14px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .stmcalc-content .stmcalc-section{
    padding: 54px 0;
  }.tc-wp-content-root .stmcalc-content .stmcalc-container{
    padding: 0 18px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .stmcalc-content h2{
    font-size: 28px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-grid{
    grid-template-columns: 1fr;
    gap: 17px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card{
    padding: 24px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card h3, .tc-wp-content-root .stmcalc-content .stmcalc-step h3{
    font-size: 19px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card p, .tc-wp-content-root .stmcalc-content .stmcalc-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .stmcalc-content .stmcalc-section{
    padding: 62px 0;
  }.tc-wp-content-root .stmcalc-content .stmcalc-container{
    padding: 0 22px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .stmcalc-content h2{
    font-size: 31px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card{
    padding: 26px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card h3, .tc-wp-content-root .stmcalc-content .stmcalc-step h3{
    font-size: 20px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card p, .tc-wp-content-root .stmcalc-content .stmcalc-step p{
    font-size: 15px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .stmcalc-content .stmcalc-section{
    padding: 76px 0;
  }.tc-wp-content-root .stmcalc-content .stmcalc-container{
    padding: 0 30px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .stmcalc-content h2{
    font-size: 38px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-grid-three, .tc-wp-content-root .stmcalc-content .stmcalc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card{
    padding: 28px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card h3, .tc-wp-content-root .stmcalc-content .stmcalc-step h3{
    font-size: 21px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card p, .tc-wp-content-root .stmcalc-content .stmcalc-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-step{
    grid-template-columns: 76px 1fr;
    gap: 24px;
    padding: 28px 30px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-step-number{
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .stmcalc-content .stmcalc-section{
    padding: 92px 0;
  }.tc-wp-content-root .stmcalc-content .stmcalc-container{
    padding: 0 32px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .stmcalc-content h2{
    font-size: 44px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-grid-three, .tc-wp-content-root .stmcalc-content .stmcalc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card{
    padding: 30px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card h3, .tc-wp-content-root .stmcalc-content .stmcalc-step h3{
    font-size: 22px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-card p, .tc-wp-content-root .stmcalc-content .stmcalc-step p{
    font-size: 16px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-step{
    grid-template-columns: 84px 1fr;
    gap: 28px;
    padding: 30px 34px;
  }.tc-wp-content-root .stmcalc-content .stmcalc-step-number{
    font-size: 20px;
  }}

.tc-wp-content-root .stmcalc-step-content {}