@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 .ttm-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.tc-wp-content-root .ttm-content-wrap .ttm-section{
  position: relative;
}.tc-wp-content-root .ttm-content-wrap .ttm-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttm-content-wrap .ttm-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
}.tc-wp-content-root .ttm-content-wrap .ttm-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-content-root .ttm-content-wrap .ttm-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttm-content-wrap .ttm-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0f8f87;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .ttm-content-wrap .ttm-kicker::before, .tc-wp-content-root .ttm-content-wrap .ttm-kicker::after{
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #10b981, #14b8a6, #0ea5e9);
}.tc-wp-content-root .ttm-content-wrap h2, .tc-wp-content-root .ttm-content-wrap h3, .tc-wp-content-root .ttm-content-wrap p{
  margin-top: 0;
}.tc-wp-content-root .ttm-content-wrap h2{
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .ttm-content-wrap .ttm-section-head p{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  color: #526070;
  line-height: 1.75;
}.tc-wp-content-root .ttm-content-wrap .ttm-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttm-content-wrap .ttm-card, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttm-content-wrap .ttm-card::before, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #10b981, #14b8a6, #0ea5e9);
  opacity: 0.9;
}.tc-wp-content-root .ttm-content-wrap .ttm-card:hover, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card:hover, .tc-wp-content-root .ttm-content-wrap .ttm-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(20, 184, 166, 0.34);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .ttm-content-wrap .ttm-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-step-card h3{
  margin-bottom: 10px;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ttm-content-wrap .ttm-card p, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card p, .tc-wp-content-root .ttm-content-wrap .ttm-step-card p{
  margin-bottom: 0;
  color: #5b6675;
  line-height: 1.7;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.14), rgba(14, 165, 233, 0.14));
  box-shadow: inset 0 0 0 1px rgba(20, 184, 166, 0.18);
}.tc-wp-content-root .ttm-content-wrap .ttm-icon::before, .tc-wp-content-root .ttm-content-wrap .ttm-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #10b981, #0ea5e9);
  transition: transform 260ms ease;
}.tc-wp-content-root .ttm-content-wrap .ttm-card:hover .ttm-icon::before, .tc-wp-content-root .ttm-content-wrap .ttm-card:hover .ttm-icon::after{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-clock::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #10b981;
  box-sizing: border-box;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-clock::after{
  width: 12px;
  height: 3px;
  left: 23px;
  top: 23px;
  border-radius: 999px;
  transform-origin: left center;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-rate::before{
  width: 10px;
  height: 24px;
  left: 13px;
  bottom: 12px;
  border-radius: 8px;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-rate::after{
  width: 10px;
  height: 32px;
  right: 13px;
  bottom: 12px;
  border-radius: 8px;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-project::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 16px;
  border-radius: 7px;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-project::after{
  width: 18px;
  height: 4px;
  left: 18px;
  top: 12px;
  border-radius: 999px;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-focus::before{
  width: 26px;
  height: 26px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #0ea5e9;
  box-sizing: border-box;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-focus::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-price::before{
  width: 22px;
  height: 28px;
  left: 13px;
  top: 10px;
  border-radius: 12px;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-price::after{
  width: 12px;
  height: 3px;
  left: 18px;
  top: 23px;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-plan::before{
  width: 24px;
  height: 28px;
  left: 12px;
  top: 10px;
  border-radius: 8px;
}.tc-wp-content-root .ttm-content-wrap .ttm-icon-plan::after{
  width: 14px;
  height: 3px;
  left: 17px;
  top: 19px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff;
}.tc-wp-content-root .ttm-content-wrap .ttm-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttm-content-wrap .ttm-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(15, 143, 135, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ttm-content-wrap .ttm-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #10b981, #14b8a6, #0ea5e9);
}.tc-wp-content-root .ttm-content-wrap .ttm-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #10b981 0%, #14b8a6 48%, #0ea5e9 100%);
  box-shadow: 0 14px 28px rgba(14, 165, 233, 0.2);
}.tc-wp-content-root .ttm-content-wrap .ttm-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(20, 184, 166, 0.2);
  border-radius: 999px;
  color: #0f766e;
  font-weight: 800;
  line-height: 1;
  background: rgba(20, 184, 166, 0.08);
}.tc-wp-content-root .ttm-content-wrap .ttm-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfffd 100%);
}.tc-wp-content-root .ttm-content-wrap .ttm-trust-card{
  text-align: center;
  align-items: center;
}.tc-wp-content-root .ttm-content-wrap .ttm-trust-mark{
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #0ea5e9);
  box-shadow: 0 16px 32px rgba(14, 165, 233, 0.2);
}.tc-wp-content-root .ttm-content-wrap .ttm-trust-mark::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 10px;
  left: 16px;
  top: 19px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttm-content-wrap .ttm-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .ttm-content-wrap .ttm-reveal.ttm-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttm-content-wrap .ttm-section{
    padding: 48px 0;
  }.tc-wp-content-root .ttm-content-wrap .ttm-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ttm-content-wrap h2{
    font-size: 26px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card p, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card p, .tc-wp-content-root .ttm-content-wrap .ttm-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-steps{
    gap: 16px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-badge{
    padding: 8px 11px;
    font-size: 12px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttm-content-wrap .ttm-section{
    padding: 54px 0;
  }.tc-wp-content-root .ttm-content-wrap .ttm-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-kicker{
    font-size: 12px;
  }.tc-wp-content-root .ttm-content-wrap h2{
    font-size: 29px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card p, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card p, .tc-wp-content-root .ttm-content-wrap .ttm-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-steps{
    gap: 18px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttm-content-wrap .ttm-section{
    padding: 60px 0;
  }.tc-wp-content-root .ttm-content-wrap .ttm-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttm-content-wrap h2{
    font-size: 32px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card{
    padding: 26px;
    border-radius: 21px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card p, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card p, .tc-wp-content-root .ttm-content-wrap .ttm-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-steps{
    gap: 20px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-badge{
    padding: 9px 13px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttm-content-wrap .ttm-section{
    padding: 76px 0;
  }.tc-wp-content-root .ttm-content-wrap .ttm-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttm-content-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card p, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card p, .tc-wp-content-root .ttm-content-wrap .ttm-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-steps{
    gap: 22px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttm-content-wrap .ttm-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttm-content-wrap .ttm-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-kicker{
    font-size: 13px;
  }.tc-wp-content-root .ttm-content-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttm-content-wrap .ttm-card-grid{
    gap: 24px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card h3, .tc-wp-content-root .ttm-content-wrap .ttm-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-card p, .tc-wp-content-root .ttm-content-wrap .ttm-trust-card p, .tc-wp-content-root .ttm-content-wrap .ttm-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-steps{
    gap: 24px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }.tc-wp-content-root .ttm-content-wrap .ttm-badge{
    padding: 9px 14px;
    font-size: 12px;
  }}

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