@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 .ctp-content{
  width: 100%;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: #172033;
  background: #ffffff;
}.tc-wp-content-root .ctp-content, .tc-wp-content-root .ctp-content div, .tc-wp-content-root .ctp-content section, .tc-wp-content-root .ctp-content article{
  box-sizing: border-box;
}.tc-wp-content-root .ctp-content .ctp-section{
  position: relative;
}.tc-wp-content-root .ctp-content .ctp-section-white{
  background: #ffffff;
}.tc-wp-content-root .ctp-content .ctp-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .ctp-content .ctp-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ctp-content .ctp-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ctp-content .ctp-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(19, 116, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(19, 116, 255, 0.1), rgba(28, 189, 176, 0.1));
  color: #0d5fca;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .ctp-content .ctp-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .ctp-content .ctp-heading p{
  margin: 16px auto 0;
  color: #536076;
  line-height: 1.75;
}.tc-wp-content-root .ctp-content .ctp-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ctp-content .ctp-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(28, 42, 68, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 40px rgba(25, 39, 64, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ctp-content .ctp-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #1374ff, #1cbdb0, #8b5cf6);
  opacity: 0.85;
}.tc-wp-content-root .ctp-content .ctp-card:hover{
  transform: translateY(-6px);
  border-color: rgba(19, 116, 255, 0.25);
  box-shadow: 0 24px 58px rgba(25, 39, 64, 0.14);
}.tc-wp-content-root .ctp-content .ctp-card h3{
  margin: 0;
  color: #141c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ctp-content .ctp-card p{
  margin: 12px 0 0;
  color: #5a6678;
  line-height: 1.72;
}.tc-wp-content-root .ctp-content .ctp-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1374ff, #1cbdb0);
  box-shadow: 0 14px 28px rgba(19, 116, 255, 0.2);
}.tc-wp-content-root .ctp-content .ctp-icon::before, .tc-wp-content-root .ctp-content .ctp-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .ctp-content .ctp-icon-ruler::before{
  left: 13px;
  top: 22px;
  width: 22px;
  height: 4px;
  border-radius: 4px;
}.tc-wp-content-root .ctp-content .ctp-icon-ruler::after{
  left: 16px;
  top: 15px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.8), 16px 0 0 rgba(255, 255, 255, 0.65);
}.tc-wp-content-root .ctp-content .ctp-icon-scale::before{
  left: 13px;
  top: 27px;
  width: 22px;
  height: 6px;
  border-radius: 8px;
}.tc-wp-content-root .ctp-content .ctp-icon-scale::after{
  left: 21px;
  top: 13px;
  width: 6px;
  height: 20px;
  border-radius: 8px;
}.tc-wp-content-root .ctp-content .ctp-icon-box::before{
  left: 13px;
  top: 16px;
  width: 22px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .ctp-content .ctp-icon-box::after{
  left: 22px;
  top: 16px;
  width: 4px;
  height: 18px;
  opacity: 0.8;
}.tc-wp-content-root .ctp-content .ctp-icon-check::before{
  left: 14px;
  top: 23px;
  width: 9px;
  height: 4px;
  border-radius: 4px;
  transform: rotate(45deg);
}.tc-wp-content-root .ctp-content .ctp-icon-check::after{
  left: 20px;
  top: 20px;
  width: 18px;
  height: 4px;
  border-radius: 4px;
  transform: rotate(-45deg);
}.tc-wp-content-root .ctp-content .ctp-icon-globe::before{
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .ctp-content .ctp-icon-globe::after{
  left: 22px;
  top: 12px;
  width: 4px;
  height: 24px;
  border-radius: 6px;
  opacity: 0.75;
}.tc-wp-content-root .ctp-content .ctp-icon-note::before{
  left: 14px;
  top: 13px;
  width: 20px;
  height: 24px;
  border-radius: 5px;
}.tc-wp-content-root .ctp-content .ctp-icon-note::after{
  left: 18px;
  top: 19px;
  width: 12px;
  height: 3px;
  border-radius: 4px;
  background: #1374ff;
  box-shadow: 0 7px 0 #1374ff;
}.tc-wp-content-root .ctp-content .ctp-icon-free::before{
  left: 12px;
  top: 15px;
  width: 24px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .ctp-content .ctp-icon-free::after{
  left: 18px;
  top: 12px;
  width: 12px;
  height: 8px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
}.tc-wp-content-root .ctp-content .ctp-icon-mobile::before{
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}.tc-wp-content-root .ctp-content .ctp-icon-mobile::after{
  left: 22px;
  top: 32px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}.tc-wp-content-root .ctp-content .ctp-icon-privacy::before{
  left: 14px;
  top: 20px;
  width: 20px;
  height: 16px;
  border-radius: 5px;
}.tc-wp-content-root .ctp-content .ctp-icon-privacy::after{
  left: 18px;
  top: 11px;
  width: 12px;
  height: 14px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.tc-wp-content-root .ctp-content .ctp-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ctp-content .ctp-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(19, 116, 255, 0.13);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(25, 39, 64, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .ctp-content .ctp-step:hover{
  transform: translateY(-5px);
  border-color: rgba(28, 189, 176, 0.28);
  box-shadow: 0 24px 58px rgba(25, 39, 64, 0.13);
}.tc-wp-content-root .ctp-content .ctp-step::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 78px;
  bottom: -18px;
  width: 2px;
  background: linear-gradient(180deg, rgba(19, 116, 255, 0.26), rgba(28, 189, 176, 0));
}.tc-wp-content-root .ctp-content .ctp-step-number{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1374ff, #1cbdb0);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 15px 30px rgba(19, 116, 255, 0.22);
}.tc-wp-content-root .ctp-content .ctp-step h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .ctp-content .ctp-step p{
  margin: 10px 0 0;
  color: #5a6678;
  line-height: 1.72;
}.tc-wp-content-root .ctp-content .ctp-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 17px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(19, 116, 255, 0.09);
  color: #0d5fca;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .ctp-content .ctp-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .ctp-content .ctp-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .ctp-content .ctp-reveal.ctp-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 .ctp-content .ctp-section{
    padding: 52px 0;
  }.tc-wp-content-root .ctp-content .ctp-container{
    padding: 0 14px;
  }.tc-wp-content-root .ctp-content .ctp-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .ctp-content .ctp-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ctp-content .ctp-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ctp-content .ctp-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ctp-content .ctp-card h3, .tc-wp-content-root .ctp-content .ctp-step h3{
    font-size: 18px;
  }.tc-wp-content-root .ctp-content .ctp-card p, .tc-wp-content-root .ctp-content .ctp-step p{
    font-size: 14px;
  }.tc-wp-content-root .ctp-content .ctp-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ctp-content .ctp-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ctp-content .ctp-step::after{
    display: none;
  }.tc-wp-content-root .ctp-content .ctp-step-number{
    width: 58px;
    height: 58px;
    border-radius: 17px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ctp-content .ctp-section{
    padding: 58px 0;
  }.tc-wp-content-root .ctp-content .ctp-container{
    padding: 0 18px;
  }.tc-wp-content-root .ctp-content .ctp-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .ctp-content .ctp-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .ctp-content .ctp-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ctp-content .ctp-card{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ctp-content .ctp-card h3, .tc-wp-content-root .ctp-content .ctp-step h3{
    font-size: 19px;
  }.tc-wp-content-root .ctp-content .ctp-card p, .tc-wp-content-root .ctp-content .ctp-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .ctp-content .ctp-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ctp-content .ctp-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .ctp-content .ctp-step::after{
    display: none;
  }.tc-wp-content-root .ctp-content .ctp-step-number{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ctp-content .ctp-section{
    padding: 64px 0;
  }.tc-wp-content-root .ctp-content .ctp-container{
    padding: 0 22px;
  }.tc-wp-content-root .ctp-content .ctp-heading h2{
    font-size: 31px;
  }.tc-wp-content-root .ctp-content .ctp-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ctp-content .ctp-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ctp-content .ctp-card{
    padding: 28px 24px;
  }.tc-wp-content-root .ctp-content .ctp-card h3, .tc-wp-content-root .ctp-content .ctp-step h3{
    font-size: 20px;
  }.tc-wp-content-root .ctp-content .ctp-card p, .tc-wp-content-root .ctp-content .ctp-step p{
    font-size: 15px;
  }.tc-wp-content-root .ctp-content .ctp-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ctp-content .ctp-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .ctp-content .ctp-step::after{
    display: none;
  }.tc-wp-content-root .ctp-content .ctp-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ctp-content .ctp-section{
    padding: 78px 0;
  }.tc-wp-content-root .ctp-content .ctp-container{
    padding: 0 32px;
  }.tc-wp-content-root .ctp-content .ctp-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .ctp-content .ctp-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ctp-content .ctp-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ctp-content .ctp-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ctp-content .ctp-card{
    padding: 30px 26px;
  }.tc-wp-content-root .ctp-content .ctp-card h3, .tc-wp-content-root .ctp-content .ctp-step h3{
    font-size: 21px;
  }.tc-wp-content-root .ctp-content .ctp-card p, .tc-wp-content-root .ctp-content .ctp-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .ctp-content .ctp-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ctp-content .ctp-step{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .ctp-content .ctp-step-number{
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ctp-content .ctp-section{
    padding: 96px 0;
  }.tc-wp-content-root .ctp-content .ctp-container{
    padding: 0 32px;
  }.tc-wp-content-root .ctp-content .ctp-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .ctp-content .ctp-heading p{
    font-size: 18px;
  }.tc-wp-content-root .ctp-content .ctp-grid{
    gap: 26px;
    margin-top: 52px;
  }.tc-wp-content-root .ctp-content .ctp-grid-six, .tc-wp-content-root .ctp-content .ctp-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ctp-content .ctp-card{
    padding: 34px 30px;
  }.tc-wp-content-root .ctp-content .ctp-card h3, .tc-wp-content-root .ctp-content .ctp-step h3{
    font-size: 22px;
  }.tc-wp-content-root .ctp-content .ctp-card p, .tc-wp-content-root .ctp-content .ctp-step p{
    font-size: 16px;
  }.tc-wp-content-root .ctp-content .ctp-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .ctp-content .ctp-step{
    gap: 26px;
    padding: 34px;
  }.tc-wp-content-root .ctp-content .ctp-step-number{
    font-size: 20px;
  }}

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