@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 .sac-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .sac-editorial-wrap, .tc-wp-content-root .sac-editorial-wrap section, .tc-wp-content-root .sac-editorial-wrap div, .tc-wp-content-root .sac-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .sac-editorial-wrap .sac-section{
  position: relative;
}.tc-wp-content-root .sac-editorial-wrap .sac-section-white{
  background: #ffffff;
}.tc-wp-content-root .sac-editorial-wrap .sac-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7fb 100%);
}.tc-wp-content-root .sac-editorial-wrap .sac-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sac-editorial-wrap .sac-section-head{
  max-width: 790px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sac-editorial-wrap .sac-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.09), rgba(20, 184, 166, 0.11));
  color: #155e75;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .sac-editorial-wrap .sac-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.12);
}.tc-wp-content-root .sac-editorial-wrap h2{
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .sac-editorial-wrap .sac-section-head p{
  margin: 16px auto 0;
  color: #586274;
  line-height: 1.72;
}.tc-wp-content-root .sac-editorial-wrap .sac-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sac-editorial-wrap .sac-info-card, .tc-wp-content-root .sac-editorial-wrap .sac-use-card, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .sac-editorial-wrap .sac-info-card::after, .tc-wp-content-root .sac-editorial-wrap .sac-use-card::after, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(20, 184, 166, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .sac-editorial-wrap .sac-info-card:hover, .tc-wp-content-root .sac-editorial-wrap .sac-use-card:hover, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card:hover{
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.26);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .sac-editorial-wrap .sac-info-card:hover::after, .tc-wp-content-root .sac-editorial-wrap .sac-use-card:hover::after, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .sac-editorial-wrap .sac-info-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-use-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-card h3{
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sac-editorial-wrap .sac-info-card p, .tc-wp-content-root .sac-editorial-wrap .sac-use-card p, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-card p{
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5f6978;
  line-height: 1.68;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #2563eb, #14b8a6);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .sac-editorial-wrap .sac-icon::before, .tc-wp-content-root .sac-editorial-wrap .sac-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon-lines::before{
  width: 20px;
  height: 3px;
  top: 15px;
  left: 12px;
  border-radius: 8px;
  box-shadow: 0 9px 0 #ffffff;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon-lines::after{
  width: 10px;
  height: 3px;
  top: 24px;
  left: 22px;
  border-radius: 8px;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon-check::before{
  width: 18px;
  height: 9px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .sac-editorial-wrap .sac-icon-brackets::before{
  width: 10px;
  height: 22px;
  left: 12px;
  top: 11px;
  border: 3px solid #ffffff;
  border-right: 0;
  background: transparent;
  border-radius: 6px 0 0 6px;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon-brackets::after{
  width: 10px;
  height: 22px;
  right: 12px;
  top: 11px;
  border: 3px solid #ffffff;
  border-left: 0;
  background: transparent;
  border-radius: 0 6px 6px 0;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  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 .sac-editorial-wrap .sac-icon-balance::before{
  width: 24px;
  height: 3px;
  left: 10px;
  top: 16px;
  border-radius: 8px;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon-balance::after{
  width: 18px;
  height: 10px;
  left: 13px;
  top: 22px;
  border: 3px solid #ffffff;
  border-top: 0;
  background: transparent;
  border-radius: 0 0 12px 12px;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon-mobile::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 7px;
}.tc-wp-content-root .sac-editorial-wrap .sac-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 20px;
  bottom: 12px;
  border-radius: 50%;
}.tc-wp-content-root .sac-editorial-wrap .sac-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.075);
}.tc-wp-content-root .sac-editorial-wrap .sac-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, #2563eb, #14b8a6);
}.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: linear-gradient(135deg, #1d4ed8, #0f766e);
  box-shadow: 0 16px 32px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .sac-editorial-wrap .sac-badge{
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.1);
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
}.tc-wp-content-root .sac-editorial-wrap .sac-trust-mark{
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(20, 184, 166, 0.18));
}.tc-wp-content-root .sac-editorial-wrap .sac-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #0f766e;
  border-bottom: 3px solid #0f766e;
  transform: rotate(-45deg);
}.tc-wp-content-root .sac-editorial-wrap .sac-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .sac-editorial-wrap .sac-reveal.sac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sac-editorial-wrap .sac-section{
    padding: 52px 0;
  }.tc-wp-content-root .sac-editorial-wrap .sac-container{
    padding: 0 14px;
  }.tc-wp-content-root .sac-editorial-wrap h2{
    font-size: 27px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card, .tc-wp-content-root .sac-editorial-wrap .sac-use-card, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-use-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card p, .tc-wp-content-root .sac-editorial-wrap .sac-use-card p, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sac-editorial-wrap .sac-section{
    padding: 58px 0;
  }.tc-wp-content-root .sac-editorial-wrap .sac-container{
    padding: 0 18px;
  }.tc-wp-content-root .sac-editorial-wrap h2{
    font-size: 30px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card, .tc-wp-content-root .sac-editorial-wrap .sac-use-card, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card{
    padding: 24px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-use-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card p, .tc-wp-content-root .sac-editorial-wrap .sac-use-card p, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sac-editorial-wrap .sac-section{
    padding: 64px 0;
  }.tc-wp-content-root .sac-editorial-wrap .sac-container{
    padding: 0 22px;
  }.tc-wp-content-root .sac-editorial-wrap h2{
    font-size: 34px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card, .tc-wp-content-root .sac-editorial-wrap .sac-use-card, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card{
    padding: 26px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-use-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card p, .tc-wp-content-root .sac-editorial-wrap .sac-use-card p, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sac-editorial-wrap .sac-section{
    padding: 76px 0;
  }.tc-wp-content-root .sac-editorial-wrap .sac-container{
    padding: 0 28px;
  }.tc-wp-content-root .sac-editorial-wrap h2{
    font-size: 40px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-grid-3, .tc-wp-content-root .sac-editorial-wrap .sac-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card, .tc-wp-content-root .sac-editorial-wrap .sac-use-card, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card{
    padding: 28px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-use-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card p, .tc-wp-content-root .sac-editorial-wrap .sac-use-card p, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sac-editorial-wrap .sac-section{
    padding: 92px 0;
  }.tc-wp-content-root .sac-editorial-wrap .sac-container{
    padding: 0 32px;
  }.tc-wp-content-root .sac-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-grid-3, .tc-wp-content-root .sac-editorial-wrap .sac-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card, .tc-wp-content-root .sac-editorial-wrap .sac-use-card, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card{
    padding: 30px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-use-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card h3, .tc-wp-content-root .sac-editorial-wrap .sac-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-info-card p, .tc-wp-content-root .sac-editorial-wrap .sac-use-card p, .tc-wp-content-root .sac-editorial-wrap .sac-trust-card p, .tc-wp-content-root .sac-editorial-wrap .sac-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-card{
    gap: 28px;
    padding: 32px 36px;
  }.tc-wp-content-root .sac-editorial-wrap .sac-step-number{
    width: 72px;
    height: 72px;
    font-size: 21px;
  }}

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