@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 .ttsc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ttsc-bottom-content, .tc-wp-content-root .ttsc-bottom-content section, .tc-wp-content-root .ttsc-bottom-content div, .tc-wp-content-root .ttsc-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-section{
  position: relative;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8fb 100%);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 151, 173, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(20, 151, 173, 0.1), rgba(99, 102, 241, 0.1));
  color: #0f7180;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #566176;
  font-weight: 450;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-card, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(20, 32, 51, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-card::before, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1497ad, #6366f1, #21b981);
  opacity: 0.9;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-card:hover, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(20, 151, 173, 0.28);
  box-shadow: 0 24px 60px rgba(20, 32, 51, 0.13);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card h3{
  margin: 0;
  color: #141c2f;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card p{
  margin: 10px 0 0;
  color: #5b667a;
  font-weight: 440;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(20, 151, 173, 0.14), rgba(99, 102, 241, 0.13));
  box-shadow: inset 0 0 0 1px rgba(20, 151, 173, 0.14);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon::before, .tc-wp-content-root .ttsc-bottom-content .ttsc-icon::after{
  content: "";
  position: absolute;
  transition: transform 240ms ease;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-card:hover .ttsc-icon::before, .tc-wp-content-root .ttsc-bottom-content .ttsc-card:hover .ttsc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-clock::before{
  width: 20px;
  height: 20px;
  top: 12px;
  left: 12px;
  border: 2px solid #1497ad;
  border-radius: 50%;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-clock::after{
  width: 8px;
  height: 8px;
  top: 17px;
  left: 22px;
  border-left: 2px solid #6366f1;
  border-bottom: 2px solid #6366f1;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-mic::before{
  width: 12px;
  height: 20px;
  top: 10px;
  left: 17px;
  border: 2px solid #1497ad;
  border-radius: 10px;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-mic::after{
  width: 20px;
  height: 12px;
  top: 22px;
  left: 12px;
  border-bottom: 2px solid #6366f1;
  border-left: 2px solid #6366f1;
  border-right: 2px solid #6366f1;
  border-radius: 0 0 12px 12px;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-pulse::before{
  width: 24px;
  height: 16px;
  top: 15px;
  left: 11px;
  background: linear-gradient(90deg, transparent 0 10%, #1497ad 10% 18%, transparent 18% 34%, #6366f1 34% 42%, transparent 42% 58%, #21b981 58% 66%, transparent 66%);
  clip-path: polygon(0 55%, 18% 55%, 30% 18%, 45% 82%, 58% 42%, 74% 42%, 86% 55%, 100% 55%, 100% 70%, 78% 70%, 68% 58%, 56% 58%, 43% 96%, 29% 34%, 21% 70%, 0 70%);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-video::before{
  width: 23px;
  height: 17px;
  top: 15px;
  left: 10px;
  border: 2px solid #1497ad;
  border-radius: 6px;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-video::after{
  width: 10px;
  height: 12px;
  top: 18px;
  left: 29px;
  background: #6366f1;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-notes::before{
  width: 22px;
  height: 26px;
  top: 10px;
  left: 12px;
  border: 2px solid #1497ad;
  border-radius: 7px;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-notes::after{
  width: 13px;
  height: 2px;
  top: 19px;
  left: 17px;
  background: #6366f1;
  box-shadow: 0 6px 0 #21b981;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-check::before{
  width: 24px;
  height: 24px;
  top: 11px;
  left: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1497ad, #6366f1);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-icon-check::after{
  width: 13px;
  height: 7px;
  top: 18px;
  left: 17px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(20, 32, 51, 0.08);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 31px;
  width: 2px;
  background: linear-gradient(180deg, rgba(20, 151, 173, 0), rgba(20, 151, 173, 0.34), rgba(99, 102, 241, 0));
  z-index: 0;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #1497ad, #6366f1);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(20, 151, 173, 0.24);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-step-content{
  min-width: 0;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-mini-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(20, 151, 173, 0.1);
  color: #0e7483;
  font-size: 12px;
  font-weight: 780;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-card-accent{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-mark{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #21b981, #1497ad);
  position: relative;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-mark::after{
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  top: 13px;
  left: 11px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttsc-bottom-content .ttsc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.tc-wp-content-root .ttsc-bottom-content .ttsc-reveal.ttsc-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttsc-bottom-content .ttsc-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head h2{
    font-size: 26px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card{
    padding: 24px 20px 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-steps{
    gap: 16px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 20px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-card::after{
    display: none;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttsc-bottom-content .ttsc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head h2{
    font-size: 29px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card{
    padding: 26px 22px 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-steps{
    gap: 18px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 22px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-card::after{
    display: none;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttsc-bottom-content .ttsc-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card{
    padding: 28px 24px 26px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-steps{
    gap: 20px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 24px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-card::after{
    display: none;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttsc-bottom-content .ttsc-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card{
    padding: 30px 26px 28px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-steps{
    gap: 20px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-card{
    gap: 22px;
    padding: 30px 28px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttsc-bottom-content .ttsc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-container{
    padding: 0 36px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card{
    padding: 32px 28px 30px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card h3, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-benefit-card p, .tc-wp-content-root .ttsc-bottom-content .ttsc-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-steps{
    gap: 22px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-card{
    gap: 26px;
    padding: 34px 32px;
  }.tc-wp-content-root .ttsc-bottom-content .ttsc-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}