@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 .sec-calc-content, .tc-wp-content-root .sec-calc-content div, .tc-wp-content-root .sec-calc-content section, .tc-wp-content-root .sec-calc-content article, .tc-wp-content-root .sec-calc-content span, .tc-wp-content-root .sec-calc-content h2, .tc-wp-content-root .sec-calc-content h3, .tc-wp-content-root .sec-calc-content p{
  box-sizing: border-box;
}.tc-wp-content-root .sec-calc-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .sec-calc-content .sec-calc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .sec-calc-content .sec-calc-white{
  background: #ffffff;
}.tc-wp-content-root .sec-calc-content .sec-calc-offwhite{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .sec-calc-content .sec-calc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sec-calc-content .sec-calc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sec-calc-content .sec-calc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(34, 124, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34, 124, 255, 0.1), rgba(20, 184, 166, 0.1));
  color: #1764d8;
  font-weight: 700;
  line-height: 1;
}.tc-wp-content-root .sec-calc-content .sec-calc-heading h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .sec-calc-content .sec-calc-heading p{
  margin: 16px auto 0;
  color: #526070;
  line-height: 1.7;
}.tc-wp-content-root .sec-calc-content .sec-calc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sec-calc-content .sec-calc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .sec-calc-content .sec-calc-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #227cff, #14b8a6);
  opacity: 0.9;
}.tc-wp-content-root .sec-calc-content .sec-calc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(34, 124, 255, 0.3);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.13);
}.tc-wp-content-root .sec-calc-content .sec-calc-card h3, .tc-wp-content-root .sec-calc-content .sec-calc-step h3{
  margin: 0;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sec-calc-content .sec-calc-card p, .tc-wp-content-root .sec-calc-content .sec-calc-step p{
  margin: 10px 0 0;
  color: #5a6676;
  line-height: 1.68;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #227cff, #14b8a6);
  box-shadow: 0 12px 28px rgba(34, 124, 255, 0.22);
}.tc-wp-content-root .sec-calc-content .sec-calc-icon::before, .tc-wp-content-root .sec-calc-content .sec-calc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-bars::before{
  left: 13px;
  bottom: 12px;
  width: 5px;
  height: 14px;
  border-radius: 5px;
  box-shadow: 9px -6px 0 #ffffff, 18px -1px 0 #ffffff;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-target::before{
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-target::after{
  left: 20px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-wave::before{
  left: 11px;
  top: 20px;
  width: 24px;
  height: 4px;
  border-radius: 999px;
  transform: rotate(-18deg);
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.75);
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-check::before{
  left: 14px;
  top: 21px;
  width: 18px;
  height: 9px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-grid::before{
  left: 13px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 3px;
  box-shadow: 13px 0 0 #ffffff, 0 13px 0 #ffffff, 13px 13px 0 #ffffff;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-spark::before{
  left: 21px;
  top: 10px;
  width: 4px;
  height: 26px;
  border-radius: 999px;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-spark::after{
  left: 10px;
  top: 21px;
  width: 26px;
  height: 4px;
  border-radius: 999px;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-fast::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-phone::before{
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-lock::before{
  left: 13px;
  top: 20px;
  width: 20px;
  height: 15px;
  border-radius: 5px;
}.tc-wp-content-root .sec-calc-content .sec-calc-icon-lock::after{
  left: 16px;
  top: 10px;
  width: 14px;
  height: 14px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.tc-wp-content-root .sec-calc-content .sec-calc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sec-calc-content .sec-calc-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(34, 124, 255, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .sec-calc-content .sec-calc-step:hover{
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.28);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .sec-calc-content .sec-calc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #102a56, #227cff 52%, #14b8a6);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(34, 124, 255, 0.24);
}.tc-wp-content-root .sec-calc-content .sec-calc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.11);
  color: #0f766e;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .sec-calc-content .sec-calc-benefit{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .sec-calc-content .sec-calc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .sec-calc-content .sec-calc-reveal.sec-calc-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 .sec-calc-content .sec-calc-section{
    padding: 46px 0;
  }.tc-wp-content-root .sec-calc-content .sec-calc-container{
    padding: 0 14px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading{
    margin-bottom: 26px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-kicker{
    padding: 8px 11px;
    font-size: 11px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card h3, .tc-wp-content-root .sec-calc-content .sec-calc-step h3{
    font-size: 17px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card p, .tc-wp-content-root .sec-calc-content .sec-calc-step p{
    font-size: 14px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-steps{
    gap: 16px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 18px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-badge{
    padding: 8px 11px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sec-calc-content .sec-calc-section{
    padding: 52px 0;
  }.tc-wp-content-root .sec-calc-content .sec-calc-container{
    padding: 0 18px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-kicker{
    padding: 8px 12px;
    font-size: 12px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card{
    padding: 26px 22px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card h3, .tc-wp-content-root .sec-calc-content .sec-calc-step h3{
    font-size: 18px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card p, .tc-wp-content-root .sec-calc-content .sec-calc-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-steps{
    gap: 18px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sec-calc-content .sec-calc-section{
    padding: 58px 0;
  }.tc-wp-content-root .sec-calc-content .sec-calc-container{
    padding: 0 22px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-kicker{
    padding: 9px 13px;
    font-size: 12px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card{
    padding: 28px 24px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card h3, .tc-wp-content-root .sec-calc-content .sec-calc-step h3{
    font-size: 19px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card p, .tc-wp-content-root .sec-calc-content .sec-calc-step p{
    font-size: 15px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-steps{
    gap: 20px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sec-calc-content .sec-calc-section{
    padding: 72px 0;
  }.tc-wp-content-root .sec-calc-content .sec-calc-container{
    padding: 0 32px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-kicker{
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-grid-three, .tc-wp-content-root .sec-calc-content .sec-calc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card{
    padding: 30px 26px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card h3, .tc-wp-content-root .sec-calc-content .sec-calc-step h3{
    font-size: 20px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card p, .tc-wp-content-root .sec-calc-content .sec-calc-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-steps{
    gap: 22px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sec-calc-content .sec-calc-section{
    padding: 88px 0;
  }.tc-wp-content-root .sec-calc-content .sec-calc-container{
    padding: 0 34px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-kicker{
    padding: 10px 15px;
    font-size: 12px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-grid-three, .tc-wp-content-root .sec-calc-content .sec-calc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card{
    padding: 32px 28px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card h3, .tc-wp-content-root .sec-calc-content .sec-calc-step h3{
    font-size: 21px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-card p, .tc-wp-content-root .sec-calc-content .sec-calc-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-steps{
    gap: 22px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-step-number{
    width: 74px;
    height: 74px;
    font-size: 21px;
  }.tc-wp-content-root .sec-calc-content .sec-calc-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}

.tc-wp-content-root .sec-calc-step-content {}