@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 .vapc-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .vapc-editorial-wrap, .tc-wp-content-root .vapc-editorial-wrap div, .tc-wp-content-root .vapc-editorial-wrap section, .tc-wp-content-root .vapc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-section-white{
  background: #ffffff;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}.tc-wp-content-root .vapc-editorial-wrap .vapc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 14px;
  border: 1px solid rgba(32, 133, 220, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(19, 116, 212, 0.1), rgba(41, 179, 139, 0.1));
  color: #1262a8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head p{
  margin: 16px auto 0;
  color: #5d6a7c;
  line-height: 1.7;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-card, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-card::before, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #1374d4, #22b88f);
  opacity: 0.86;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-card:hover, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card:hover, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(32, 133, 220, 0.3);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .vapc-editorial-wrap .vapc-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content p{
  margin: 10px 0 0;
  color: #5f6b7a;
  line-height: 1.65;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(19, 116, 212, 0.14), rgba(34, 184, 143, 0.14));
  box-shadow: inset 0 0 0 1px rgba(19, 116, 212, 0.12);
}.tc-wp-content-root .vapc-editorial-wrap .vapc-icon::after{
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1374d4, #22b88f);
}.tc-wp-content-root .vapc-editorial-wrap .vapc-icon-ring::after{
  background: transparent;
  border: 4px solid #1374d4;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-icon-bars::after{
  inset: 12px 13px;
  border-radius: 3px;
  background: linear-gradient(90deg, #1374d4 0 28%, transparent 28% 36%, #22b88f 36% 64%, transparent 64% 72%, #1374d4 72%);
}.tc-wp-content-root .vapc-editorial-wrap .vapc-icon-check::after{
  inset: 15px 12px 14px 13px;
  border-radius: 0;
  background: transparent;
  border-left: 4px solid #22b88f;
  border-bottom: 4px solid #22b88f;
  transform: rotate(-45deg);
}.tc-wp-content-root .vapc-editorial-wrap .vapc-icon-shield::after{
  inset: 11px 14px;
  border-radius: 12px 12px 16px 16px;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-icon-spark::after{
  inset: 12px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.tc-wp-content-root .vapc-editorial-wrap .vapc-icon-doc::after{
  inset: 11px 14px;
  border-radius: 5px;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card::after{
  content: "";
  position: absolute;
  left: 31px;
  top: 76px;
  bottom: -22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(19, 116, 212, 0.28), rgba(34, 184, 143, 0));
}.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card:last-child::after{
  display: none;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, #1374d4, #22b88f);
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(19, 116, 212, 0.24);
}.tc-wp-content-root .vapc-editorial-wrap .vapc-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(19, 116, 212, 0.09);
  color: #1262a8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1374d4, #22b88f);
  box-shadow: 0 14px 30px rgba(34, 184, 143, 0.22);
}.tc-wp-content-root .vapc-editorial-wrap .vapc-trust-mark::after{
  content: "";
  width: 16px;
  height: 9px;
  margin: 14px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .vapc-editorial-wrap .vapc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .vapc-editorial-wrap .vapc-reveal.vapc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .vapc-editorial-wrap .vapc-section{
    padding: 52px 0;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-container{
    padding: 0 14px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card{
    padding: 22px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .vapc-editorial-wrap .vapc-section{
    padding: 58px 0;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-container{
    padding: 0 18px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card{
    padding: 24px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .vapc-editorial-wrap .vapc-section{
    padding: 64px 0;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-container{
    padding: 0 22px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card{
    padding: 26px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .vapc-editorial-wrap .vapc-section{
    padding: 78px 0;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-container{
    padding: 0 32px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-grid-six, .tc-wp-content-root .vapc-editorial-wrap .vapc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card{
    padding: 28px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card{
    gap: 22px;
    padding: 30px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .vapc-editorial-wrap .vapc-section{
    padding: 92px 0;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-container{
    padding: 0 28px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-grid-six, .tc-wp-content-root .vapc-editorial-wrap .vapc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card{
    padding: 30px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card h3, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-trust-card p, .tc-wp-content-root .vapc-editorial-wrap .vapc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .vapc-editorial-wrap .vapc-step-card{
    gap: 24px;
    padding: 32px;
  }}