@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 .jmcalc-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #162033;
}.tc-wp-content-root .jmcalc-content, .tc-wp-content-root .jmcalc-content section, .tc-wp-content-root .jmcalc-content div, .tc-wp-content-root .jmcalc-content article{
  box-sizing: border-box;
}.tc-wp-content-root .jmcalc-content .jmcalc-section{
  position: relative;
}.tc-wp-content-root .jmcalc-content .jmcalc-section-white{
  background: #ffffff;
}.tc-wp-content-root .jmcalc-content .jmcalc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}.tc-wp-content-root .jmcalc-content .jmcalc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .jmcalc-content .jmcalc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .jmcalc-content .jmcalc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 8px 14px;
  border: 1px solid rgba(44, 123, 229, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(44, 123, 229, 0.1), rgba(17, 203, 164, 0.1));
  color: #185fb8;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .jmcalc-content .jmcalc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .jmcalc-content .jmcalc-heading p{
  margin: 14px auto 0;
  color: #536174;
  line-height: 1.72;
}.tc-wp-content-root .jmcalc-content .jmcalc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .jmcalc-content .jmcalc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(26, 47, 72, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(17, 33, 58, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .jmcalc-content .jmcalc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border-top: 3px solid transparent;
  background: linear-gradient(90deg, #2c7be5, #11cba4) border-box;
  mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}.tc-wp-content-root .jmcalc-content .jmcalc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(44, 123, 229, 0.24);
  box-shadow: 0 24px 60px rgba(17, 33, 58, 0.13);
}.tc-wp-content-root .jmcalc-content .jmcalc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .jmcalc-content .jmcalc-card h3, .tc-wp-content-root .jmcalc-content .jmcalc-step h3{
  margin: 0;
  color: #142034;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .jmcalc-content .jmcalc-card p, .tc-wp-content-root .jmcalc-content .jmcalc-step p{
  margin: 10px 0 0;
  color: #596679;
  line-height: 1.68;
}.tc-wp-content-root .jmcalc-content .jmcalc-icon{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(44, 123, 229, 0.14), rgba(17, 203, 164, 0.16));
  position: relative;
}.tc-wp-content-root .jmcalc-content .jmcalc-icon::before, .tc-wp-content-root .jmcalc-content .jmcalc-icon::after{
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 7px;
  border: 2px solid #2c7be5;
}.tc-wp-content-root .jmcalc-content .jmcalc-icon::after{
  inset: 17px 10px 10px 17px;
  border-color: #11a987;
}.tc-wp-content-root .jmcalc-content .jmcalc-icon-curve::before{
  border: 0;
  border-bottom: 3px solid #2c7be5;
  border-radius: 50%;
  transform: rotate(-18deg);
}.tc-wp-content-root .jmcalc-content .jmcalc-icon-check::after{
  width: 16px;
  height: 9px;
  inset: 15px auto auto 14px;
  border: 0;
  border-left: 3px solid #11a987;
  border-bottom: 3px solid #11a987;
  border-radius: 0;
  transform: rotate(-45deg);
}.tc-wp-content-root .jmcalc-content .jmcalc-icon-focus::before{
  border-radius: 50%;
}.tc-wp-content-root .jmcalc-content .jmcalc-icon-layers::before, .tc-wp-content-root .jmcalc-content .jmcalc-icon-layers::after{
  transform: rotate(45deg);
}.tc-wp-content-root .jmcalc-content .jmcalc-icon-spark::before{
  inset: 10px 19px;
  border-width: 0 2px;
  border-radius: 0;
}.tc-wp-content-root .jmcalc-content .jmcalc-icon-spark::after{
  inset: 19px 10px;
  border-width: 2px 0;
  border-radius: 0;
}.tc-wp-content-root .jmcalc-content .jmcalc-icon-fast::before{
  inset: 13px 10px;
  border: 0;
  border-top: 3px solid #2c7be5;
  border-bottom: 3px solid #11a987;
  border-radius: 0;
}.tc-wp-content-root .jmcalc-content .jmcalc-icon-mobile::before{
  inset: 9px 15px;
  border-radius: 8px;
}.tc-wp-content-root .jmcalc-content .jmcalc-icon-lock::before{
  inset: 18px 12px 10px;
}.tc-wp-content-root .jmcalc-content .jmcalc-icon-lock::after{
  inset: 9px 15px 20px;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.tc-wp-content-root .jmcalc-content .jmcalc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .jmcalc-content .jmcalc-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(26, 47, 72, 0.1);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(17, 33, 58, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .jmcalc-content .jmcalc-step:hover{
  transform: translateY(-4px);
  border-color: rgba(17, 203, 164, 0.28);
  box-shadow: 0 24px 58px rgba(17, 33, 58, 0.12);
}.tc-wp-content-root .jmcalc-content .jmcalc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #2c7be5, #11cba4);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(44, 123, 229, 0.24);
}.tc-wp-content-root .jmcalc-content .jmcalc-use-card{
  overflow: hidden;
}.tc-wp-content-root .jmcalc-content .jmcalc-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: #f0f7ff;
  color: #185fb8;
  font-size: 14px;
  font-weight: 850;
}.tc-wp-content-root .jmcalc-content .jmcalc-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .jmcalc-content .jmcalc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .jmcalc-content .jmcalc-reveal.jmcalc-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 .jmcalc-content .jmcalc-section{
    padding: 46px 0;
  }.tc-wp-content-root .jmcalc-content .jmcalc-container{
    padding: 0 14px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card{
    padding: 22px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card h3, .tc-wp-content-root .jmcalc-content .jmcalc-step h3{
    font-size: 18px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card p, .tc-wp-content-root .jmcalc-content .jmcalc-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .jmcalc-content .jmcalc-section{
    padding: 52px 0;
  }.tc-wp-content-root .jmcalc-content .jmcalc-container{
    padding: 0 18px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card{
    padding: 24px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card h3, .tc-wp-content-root .jmcalc-content .jmcalc-step h3{
    font-size: 19px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card p, .tc-wp-content-root .jmcalc-content .jmcalc-step p{
    font-size: 15px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .jmcalc-content .jmcalc-section{
    padding: 58px 0;
  }.tc-wp-content-root .jmcalc-content .jmcalc-container{
    padding: 0 22px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card{
    padding: 26px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card h3, .tc-wp-content-root .jmcalc-content .jmcalc-step h3{
    font-size: 20px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card p, .tc-wp-content-root .jmcalc-content .jmcalc-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .jmcalc-content .jmcalc-section{
    padding: 74px 0;
  }.tc-wp-content-root .jmcalc-content .jmcalc-container{
    padding: 0 32px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-grid-three, .tc-wp-content-root .jmcalc-content .jmcalc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .jmcalc-content .jmcalc-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card{
    padding: 28px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card h3, .tc-wp-content-root .jmcalc-content .jmcalc-step h3{
    font-size: 21px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card p, .tc-wp-content-root .jmcalc-content .jmcalc-step p{
    font-size: 15.8px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .jmcalc-content .jmcalc-section{
    padding: 92px 0;
  }.tc-wp-content-root .jmcalc-content .jmcalc-container{
    padding: 0 36px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-heading p{
    font-size: 18px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-grid-three, .tc-wp-content-root .jmcalc-content .jmcalc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .jmcalc-content .jmcalc-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card{
    padding: 30px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card h3, .tc-wp-content-root .jmcalc-content .jmcalc-step h3{
    font-size: 22px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-card p, .tc-wp-content-root .jmcalc-content .jmcalc-step p{
    font-size: 16px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .jmcalc-content .jmcalc-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}

.tc-wp-content-root .jmcalc-icon-grid {}
.tc-wp-content-root .jmcalc-step-content {}