@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 .ttpc-content-wrap{
  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;
}.tc-wp-content-root .ttpc-content-wrap, .tc-wp-content-root .ttpc-content-wrap div, .tc-wp-content-root .ttpc-content-wrap section, .tc-wp-content-root .ttpc-content-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-section{
  width: 100%;
  position: relative;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border: 1px solid rgba(26, 115, 232, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.1), rgba(0, 184, 148, 0.1));
  color: #1262c4;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head h2{
  margin: 0;
  color: #121a2b;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head p{
  margin: 16px auto 0;
  color: #526073;
  line-height: 1.75;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-card, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(19, 37, 68, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-card{
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-card::before, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #1a73e8, #00b894);
  opacity: 0.9;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-card:hover, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card:hover, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(26, 115, 232, 0.26);
  box-shadow: 0 24px 70px rgba(19, 37, 68, 0.13);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content h3{
  margin: 0;
  color: #141c2f;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content p{
  margin: 10px 0 0;
  color: #5a6678;
  line-height: 1.7;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.14), rgba(0, 184, 148, 0.14));
  position: relative;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon::before, .tc-wp-content-root .ttpc-content-wrap .ttpc-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-progress::before{
  left: 12px;
  bottom: 11px;
  width: 22px;
  height: 8px;
  background: #1a73e8;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-progress::after{
  left: 12px;
  top: 12px;
  width: 15px;
  height: 8px;
  background: #00b894;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-clock::before{
  inset: 11px;
  border: 3px solid #1a73e8;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-clock::after{
  left: 22px;
  top: 15px;
  width: 3px;
  height: 12px;
  background: #00b894;
  transform-origin: bottom;
  transform: rotate(42deg);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-report::before{
  left: 13px;
  top: 11px;
  width: 20px;
  height: 24px;
  border: 3px solid #1a73e8;
  border-radius: 6px;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-report::after{
  left: 18px;
  top: 19px;
  width: 13px;
  height: 3px;
  background: #00b894;
  box-shadow: 0 7px 0 rgba(0, 184, 148, 0.72);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-plan::before{
  left: 11px;
  top: 13px;
  width: 24px;
  height: 20px;
  border: 3px solid #1a73e8;
  border-radius: 8px;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-plan::after{
  left: 17px;
  top: 19px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #00b894;
  border-bottom: 3px solid #00b894;
  border-radius: 2px;
  transform: rotate(45deg);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-focus::before{
  inset: 11px;
  border: 3px solid #1a73e8;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-focus::after{
  left: 19px;
  top: 19px;
  width: 8px;
  height: 8px;
  background: #00b894;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-check::before{
  left: 13px;
  top: 15px;
  width: 20px;
  height: 12px;
  border-left: 4px solid #00b894;
  border-bottom: 4px solid #00b894;
  border-radius: 2px;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-icon-check::after{
  right: 10px;
  top: 10px;
  width: 8px;
  height: 8px;
  background: rgba(26, 115, 232, 0.32);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #1a73e8, #00b894);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #1a73e8, #00b894);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 12px 30px rgba(26, 115, 232, 0.25);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-badge{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(0, 184, 148, 0.1);
  color: #087f65;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card{
  overflow: hidden;
  border-radius: 24px;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1a73e8, #00b894);
  position: relative;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-mark::before{
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  width: 15px;
  height: 9px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .ttpc-content-wrap .ttpc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .ttpc-content-wrap .ttpc-reveal.ttpc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ttpc-content-wrap .ttpc-section{
    padding: 52px 0;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-kicker{
    padding: 8px 11px;
    font-size: 11px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-step-number{
    width: 50px;
    height: 50px;
    font-size: 15px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-badge{
    padding: 7px 10px;
    font-size: 11px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ttpc-content-wrap .ttpc-section{
    padding: 58px 0;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-kicker{
    padding: 8px 12px;
    font-size: 12px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-badge{
    padding: 8px 11px;
    font-size: 12px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ttpc-content-wrap .ttpc-section{
    padding: 64px 0;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-kicker{
    padding: 9px 13px;
    font-size: 12px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ttpc-content-wrap .ttpc-section{
    padding: 78px 0;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-container{
    padding: 0 30px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-kicker{
    padding: 9px 14px;
    font-size: 12px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-grid-six{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-grid{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-badge{
    padding: 8px 12px;
    font-size: 12px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ttpc-content-wrap .ttpc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-kicker{
    padding: 10px 15px;
    font-size: 12px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-grid-six, .tc-wp-content-root .ttpc-content-wrap .ttpc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card h3, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-benefit-card p, .tc-wp-content-root .ttpc-content-wrap .ttpc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-step-card{
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }.tc-wp-content-root .ttpc-content-wrap .ttpc-badge{
    padding: 8px 13px;
    font-size: 12px;
  }}