@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 .ctc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .ctc-bottom-content, .tc-wp-content-root .ctc-bottom-content div, .tc-wp-content-root .ctc-bottom-content section, .tc-wp-content-root .ctc-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ctc-bottom-content .ctc-section{
  position: relative;
}.tc-wp-content-root .ctc-bottom-content .ctc-section-white{
  background: #ffffff;
}.tc-wp-content-root .ctc-bottom-content .ctc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .ctc-bottom-content .ctc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ctc-bottom-content .ctc-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ctc-bottom-content .ctc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(21, 126, 251, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(21, 126, 251, 0.1), rgba(0, 198, 167, 0.1));
  color: #0d65c7;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ctc-bottom-content .ctc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ctc-bottom-content .ctc-heading p{
  margin: 16px auto 0;
  max-width: 710px;
  color: #526174;
  line-height: 1.7;
}.tc-wp-content-root .ctc-bottom-content .ctc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ctc-bottom-content .ctc-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(30, 41, 59, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ctc-bottom-content .ctc-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(21, 126, 251, 0.12), rgba(0, 198, 167, 0.1));
  opacity: 0;
  pointer-events: none;
  content: "";
  transition: opacity 220ms ease;
}.tc-wp-content-root .ctc-bottom-content .ctc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(21, 126, 251, 0.24);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .ctc-bottom-content .ctc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ctc-bottom-content .ctc-card h3{
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: #152033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ctc-bottom-content .ctc-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5a687a;
  line-height: 1.65;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #157efb 0%, #00c6a7 100%);
  box-shadow: 0 12px 24px rgba(21, 126, 251, 0.2);
}.tc-wp-content-root .ctc-bottom-content .ctc-icon::before, .tc-wp-content-root .ctc-bottom-content .ctc-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-pulse::before{
  width: 14px;
  height: 14px;
  left: 16px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-pulse::after{
  width: 26px;
  height: 26px;
  left: 10px;
  top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-clock::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-clock::after{
  width: 8px;
  height: 8px;
  left: 23px;
  top: 15px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-chart::before{
  width: 4px;
  height: 18px;
  left: 14px;
  bottom: 13px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 8px -5px 0 #ffffff, 16px -11px 0 #ffffff;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-target::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-target::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-focus::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-focus::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-free::before{
  width: 20px;
  height: 14px;
  left: 13px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-free::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 11px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-mobile::before{
  width: 16px;
  height: 26px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
  background: #ffffff;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-privacy::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
  background: #ffffff;
}.tc-wp-content-root .ctc-bottom-content .ctc-icon-privacy::after{
  width: 10px;
  height: 10px;
  left: 18px;
  top: 10px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.tc-wp-content-root .ctc-bottom-content .ctc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ctc-bottom-content .ctc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(21, 126, 251, 0.14);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.075);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .ctc-bottom-content .ctc-step-card::after{
  position: absolute;
  left: 30px;
  top: 100%;
  width: 2px;
  height: 22px;
  background: linear-gradient(180deg, rgba(21, 126, 251, 0.35), rgba(0, 198, 167, 0));
  content: "";
}.tc-wp-content-root .ctc-bottom-content .ctc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .ctc-bottom-content .ctc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .ctc-bottom-content .ctc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #157efb 0%, #00c6a7 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(21, 126, 251, 0.22);
}.tc-wp-content-root .ctc-bottom-content .ctc-step-copy h3{
  margin: 0;
  color: #152033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ctc-bottom-content .ctc-step-copy p{
  margin: 8px 0 0;
  color: #5a687a;
  line-height: 1.65;
}.tc-wp-content-root .ctc-bottom-content .ctc-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(21, 126, 251, 0.11), rgba(0, 198, 167, 0.12));
  color: #0d65c7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .ctc-bottom-content .ctc-benefit{
  text-align: left;
}.tc-wp-content-root .ctc-bottom-content .ctc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ctc-bottom-content .ctc-reveal.ctc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ctc-bottom-content .ctc-section{
    padding: 48px 0;
  }.tc-wp-content-root .ctc-bottom-content .ctc-container{
    padding: 0 14px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-grid, .tc-wp-content-root .ctc-bottom-content .ctc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-grid-six, .tc-wp-content-root .ctc-bottom-content .ctc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card{
    padding: 20px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card h3, .tc-wp-content-root .ctc-bottom-content .ctc-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card p, .tc-wp-content-root .ctc-bottom-content .ctc-step-copy p{
    font-size: 14px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ctc-bottom-content .ctc-section{
    padding: 54px 0;
  }.tc-wp-content-root .ctc-bottom-content .ctc-container{
    padding: 0 18px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-grid, .tc-wp-content-root .ctc-bottom-content .ctc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-grid-six, .tc-wp-content-root .ctc-bottom-content .ctc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card{
    padding: 22px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card h3, .tc-wp-content-root .ctc-bottom-content .ctc-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card p, .tc-wp-content-root .ctc-bottom-content .ctc-step-copy p{
    font-size: 14.5px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ctc-bottom-content .ctc-section{
    padding: 62px 0;
  }.tc-wp-content-root .ctc-bottom-content .ctc-container{
    padding: 0 22px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-grid, .tc-wp-content-root .ctc-bottom-content .ctc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-grid-six, .tc-wp-content-root .ctc-bottom-content .ctc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card{
    padding: 24px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card h3, .tc-wp-content-root .ctc-bottom-content .ctc-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card p, .tc-wp-content-root .ctc-bottom-content .ctc-step-copy p{
    font-size: 15px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ctc-bottom-content .ctc-section{
    padding: 76px 0;
  }.tc-wp-content-root .ctc-bottom-content .ctc-container{
    padding: 0 30px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-grid, .tc-wp-content-root .ctc-bottom-content .ctc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-grid-six, .tc-wp-content-root .ctc-bottom-content .ctc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ctc-bottom-content .ctc-card{
    padding: 26px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card h3, .tc-wp-content-root .ctc-bottom-content .ctc-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card p, .tc-wp-content-root .ctc-bottom-content .ctc-step-copy p{
    font-size: 15.5px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ctc-bottom-content .ctc-section{
    padding: 92px 0;
  }.tc-wp-content-root .ctc-bottom-content .ctc-container{
    padding: 0 32px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-grid, .tc-wp-content-root .ctc-bottom-content .ctc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-grid-six, .tc-wp-content-root .ctc-bottom-content .ctc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ctc-bottom-content .ctc-card{
    padding: 28px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card h3, .tc-wp-content-root .ctc-bottom-content .ctc-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-card p, .tc-wp-content-root .ctc-bottom-content .ctc-step-copy p{
    font-size: 16px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ctc-bottom-content .ctc-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}