@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 .cas-calc-content{
  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;
  background: #ffffff;
}.tc-wp-content-root .cas-calc-content, .tc-wp-content-root .cas-calc-content div, .tc-wp-content-root .cas-calc-content section, .tc-wp-content-root .cas-calc-content article, .tc-wp-content-root .cas-calc-content span, .tc-wp-content-root .cas-calc-content h2, .tc-wp-content-root .cas-calc-content h3, .tc-wp-content-root .cas-calc-content p{
  box-sizing: border-box;
}.tc-wp-content-root .cas-calc-content__section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .cas-calc-content__section--white{
  background:
    radial-gradient(circle at 8% 10%, rgba(45, 212, 191, 0.1), transparent 28%),
    #ffffff;
}.tc-wp-content-root .cas-calc-content__section--soft{
  background:
    linear-gradient(135deg, rgba(14, 165, 233, 0.06), rgba(20, 184, 166, 0.06)),
    #f7fbfb;
}.tc-wp-content-root .cas-calc-content__container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cas-calc-content__header{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cas-calc-content__eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 14px;
  border: 1px solid rgba(14, 165, 233, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.1), rgba(20, 184, 166, 0.1));
  color: #075985;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .cas-calc-content__title{
  margin: 16px 0 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .cas-calc-content__intro{
  margin: 16px auto 0;
  max-width: 760px;
  color: #566276;
  font-weight: 450;
}.tc-wp-content-root .cas-calc-content__grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cas-calc-content__card, .tc-wp-content-root .cas-calc-content__benefit{
  position: relative;
  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 45px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .cas-calc-content__card::before, .tc-wp-content-root .cas-calc-content__benefit::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0ea5e9, #14b8a6, #84cc16);
  opacity: 0.9;
}.tc-wp-content-root .cas-calc-content__card:hover, .tc-wp-content-root .cas-calc-content__benefit:hover{
  transform: translateY(-6px);
  border-color: rgba(20, 184, 166, 0.42);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.13);
}.tc-wp-content-root .cas-calc-content__icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #0ea5e9, #14b8a6);
  box-shadow: 0 12px 26px rgba(14, 165, 233, 0.22);
}.tc-wp-content-root .cas-calc-content__icon::before, .tc-wp-content-root .cas-calc-content__icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.tc-wp-content-root .cas-calc-content__card:hover .cas-calc-content__icon::before, .tc-wp-content-root .cas-calc-content__card:hover .cas-calc-content__icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .cas-calc-content__icon--spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .cas-calc-content__icon--brackets::before{
  left: 13px;
  top: 12px;
  width: 20px;
  height: 22px;
  border-left: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .cas-calc-content__icon--curve::before{
  left: 12px;
  top: 17px;
  width: 22px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-radius: 100%;
  transform: rotate(-18deg);
}.tc-wp-content-root .cas-calc-content__icon--check::before{
  left: 13px;
  top: 15px;
  width: 20px;
  height: 12px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .cas-calc-content__icon--matrix::before{
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) 0 0 / 8px 8px no-repeat,
    linear-gradient(#ffffff, #ffffff) 14px 0 / 8px 8px no-repeat,
    linear-gradient(#ffffff, #ffffff) 0 14px / 8px 8px no-repeat,
    linear-gradient(#ffffff, #ffffff) 14px 14px / 8px 8px no-repeat;
  border-radius: 3px;
}.tc-wp-content-root .cas-calc-content__icon--note::before{
  left: 13px;
  top: 11px;
  width: 20px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .cas-calc-content__icon--note::after{
  left: 18px;
  top: 18px;
  width: 10px;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .cas-calc-content__card-title, .tc-wp-content-root .cas-calc-content__step-title, .tc-wp-content-root .cas-calc-content__benefit-title{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cas-calc-content__card-text, .tc-wp-content-root .cas-calc-content__step-text, .tc-wp-content-root .cas-calc-content__benefit-text{
  margin: 10px 0 0;
  color: #5b6678;
  font-weight: 430;
}.tc-wp-content-root .cas-calc-content__steps{
  position: relative;
  display: grid;
}.tc-wp-content-root .cas-calc-content__step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(14, 165, 233, 0.18);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(240, 253, 250, 0.96));
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .cas-calc-content__step:hover{
  transform: translateX(4px);
  border-color: rgba(14, 165, 233, 0.34);
  box-shadow: 0 26px 62px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .cas-calc-content__step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #0369a1, #0f766e);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(3, 105, 161, 0.24);
}.tc-wp-content-root .cas-calc-content__card--use{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.96));
}.tc-wp-content-root .cas-calc-content__badge{
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .cas-calc-content__benefit{
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(240, 249, 255, 0.92));
}.tc-wp-content-root .cas-calc-content__benefit-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #84cc16);
  box-shadow: 0 12px 28px rgba(20, 184, 166, 0.2);
  position: relative;
}.tc-wp-content-root .cas-calc-content__benefit-mark::before{
  content: "";
  position: absolute;
  left: 14px;
  top: 13px;
  width: 15px;
  height: 9px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .cas-calc-content__reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .cas-calc-content__reveal.cas-calc-content__is-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cas-calc-content__section{
    padding: 48px 0;
  }.tc-wp-content-root .cas-calc-content__container{
    padding: 0 14px;
  }.tc-wp-content-root .cas-calc-content__title{
    font-size: 26px;
  }.tc-wp-content-root .cas-calc-content__intro{
    font-size: 15px;
  }.tc-wp-content-root .cas-calc-content__grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cas-calc-content__card, .tc-wp-content-root .cas-calc-content__benefit{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .cas-calc-content__card-title, .tc-wp-content-root .cas-calc-content__step-title, .tc-wp-content-root .cas-calc-content__benefit-title{
    font-size: 18px;
  }.tc-wp-content-root .cas-calc-content__card-text, .tc-wp-content-root .cas-calc-content__step-text, .tc-wp-content-root .cas-calc-content__benefit-text{
    font-size: 14px;
  }.tc-wp-content-root .cas-calc-content__steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .cas-calc-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .cas-calc-content__step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cas-calc-content__section{
    padding: 54px 0;
  }.tc-wp-content-root .cas-calc-content__container{
    padding: 0 18px;
  }.tc-wp-content-root .cas-calc-content__title{
    font-size: 29px;
  }.tc-wp-content-root .cas-calc-content__intro{
    font-size: 15.5px;
  }.tc-wp-content-root .cas-calc-content__grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cas-calc-content__card, .tc-wp-content-root .cas-calc-content__benefit{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .cas-calc-content__card-title, .tc-wp-content-root .cas-calc-content__step-title, .tc-wp-content-root .cas-calc-content__benefit-title{
    font-size: 19px;
  }.tc-wp-content-root .cas-calc-content__card-text, .tc-wp-content-root .cas-calc-content__step-text, .tc-wp-content-root .cas-calc-content__benefit-text{
    font-size: 14.5px;
  }.tc-wp-content-root .cas-calc-content__steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cas-calc-content__step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .cas-calc-content__step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cas-calc-content__section{
    padding: 60px 0;
  }.tc-wp-content-root .cas-calc-content__container{
    padding: 0 22px;
  }.tc-wp-content-root .cas-calc-content__title{
    font-size: 32px;
  }.tc-wp-content-root .cas-calc-content__intro{
    font-size: 16px;
  }.tc-wp-content-root .cas-calc-content__grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cas-calc-content__card, .tc-wp-content-root .cas-calc-content__benefit{
    padding: 28px 24px;
    border-radius: 21px;
  }.tc-wp-content-root .cas-calc-content__card-title, .tc-wp-content-root .cas-calc-content__step-title, .tc-wp-content-root .cas-calc-content__benefit-title{
    font-size: 20px;
  }.tc-wp-content-root .cas-calc-content__card-text, .tc-wp-content-root .cas-calc-content__step-text, .tc-wp-content-root .cas-calc-content__benefit-text{
    font-size: 15px;
  }.tc-wp-content-root .cas-calc-content__steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cas-calc-content__step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .cas-calc-content__step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cas-calc-content__section{
    padding: 76px 0;
  }.tc-wp-content-root .cas-calc-content__container{
    padding: 0 30px;
  }.tc-wp-content-root .cas-calc-content__title{
    font-size: 40px;
  }.tc-wp-content-root .cas-calc-content__intro{
    font-size: 17px;
  }.tc-wp-content-root .cas-calc-content__grid--three, .tc-wp-content-root .cas-calc-content__grid--benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cas-calc-content__grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cas-calc-content__card, .tc-wp-content-root .cas-calc-content__benefit{
    padding: 30px 26px;
  }.tc-wp-content-root .cas-calc-content__card-title, .tc-wp-content-root .cas-calc-content__step-title, .tc-wp-content-root .cas-calc-content__benefit-title{
    font-size: 21px;
  }.tc-wp-content-root .cas-calc-content__card-text, .tc-wp-content-root .cas-calc-content__step-text, .tc-wp-content-root .cas-calc-content__benefit-text{
    font-size: 15.5px;
  }.tc-wp-content-root .cas-calc-content__steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cas-calc-content__step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .cas-calc-content__step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cas-calc-content__section{
    padding: 92px 0;
  }.tc-wp-content-root .cas-calc-content__container{
    padding: 0 32px;
  }.tc-wp-content-root .cas-calc-content__title{
    font-size: 46px;
  }.tc-wp-content-root .cas-calc-content__intro{
    font-size: 18px;
  }.tc-wp-content-root .cas-calc-content__grid--three, .tc-wp-content-root .cas-calc-content__grid--benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cas-calc-content__grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cas-calc-content__card, .tc-wp-content-root .cas-calc-content__benefit{
    padding: 32px 28px;
  }.tc-wp-content-root .cas-calc-content__card-title, .tc-wp-content-root .cas-calc-content__step-title, .tc-wp-content-root .cas-calc-content__benefit-title{
    font-size: 22px;
  }.tc-wp-content-root .cas-calc-content__card-text, .tc-wp-content-root .cas-calc-content__step-text, .tc-wp-content-root .cas-calc-content__benefit-text{
    font-size: 16px;
  }.tc-wp-content-root .cas-calc-content__steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .cas-calc-content__step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .cas-calc-content__step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }}

.tc-wp-content-root .cas-calc-content__step-copy {}