@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 .sncdf-content{
  width: 100%;
  overflow-x: hidden;
  color: #162033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .sncdf-content, .tc-wp-content-root .sncdf-content div, .tc-wp-content-root .sncdf-content section, .tc-wp-content-root .sncdf-content article{
  box-sizing: border-box;
}.tc-wp-content-root .sncdf-content .sncdf-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .sncdf-content .sncdf-section-white{
  background: #ffffff;
}.tc-wp-content-root .sncdf-content .sncdf-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
}.tc-wp-content-root .sncdf-content .sncdf-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .sncdf-content .sncdf-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .sncdf-content .sncdf-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(17, 116, 199, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(17, 116, 199, 0.1), rgba(32, 184, 161, 0.12));
  color: #0c6c9e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .sncdf-content .sncdf-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .sncdf-content .sncdf-heading p{
  margin: 16px auto 0;
  color: #586477;
  line-height: 1.75;
}.tc-wp-content-root .sncdf-content .sncdf-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .sncdf-content .sncdf-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(22, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.tc-wp-content-root .sncdf-content .sncdf-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(17, 116, 199, 0.13), rgba(32, 184, 161, 0.11));
  opacity: 0;
  transition: opacity 240ms ease;
}.tc-wp-content-root .sncdf-content .sncdf-card:hover{
  transform: translateY(-5px);
  border-color: rgba(17, 116, 199, 0.24);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .sncdf-content .sncdf-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .sncdf-content .sncdf-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sncdf-content .sncdf-card p{
  position: relative;
  margin: 12px 0 0;
  color: #5d687a;
  line-height: 1.68;
}.tc-wp-content-root .sncdf-content .sncdf-icon{
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1174c7, #20b8a1);
  box-shadow: 0 12px 28px rgba(17, 116, 199, 0.24);
}.tc-wp-content-root .sncdf-content .sncdf-icon::before, .tc-wp-content-root .sncdf-content .sncdf-icon::after{
  content: "";
  position: absolute;
  display: block;
}.tc-wp-content-root .sncdf-content .sncdf-icon-curve::before{
  left: 10px;
  right: 10px;
  bottom: 13px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-top: 0;
  border-radius: 0 0 18px 18px;
}.tc-wp-content-root .sncdf-content .sncdf-icon-target::before{
  inset: 11px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .sncdf-content .sncdf-icon-target::after{
  inset: 18px;
  background: #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .sncdf-content .sncdf-icon-table::before{
  inset: 12px 10px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .sncdf-content .sncdf-icon-table::after{
  left: 21px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: rgba(255, 255, 255, 0.85);
}.tc-wp-content-root .sncdf-content .sncdf-icon-balance::before{
  left: 12px;
  top: 14px;
  width: 22px;
  height: 2px;
  background: #ffffff;
}.tc-wp-content-root .sncdf-content .sncdf-icon-balance::after{
  left: 21px;
  top: 10px;
  width: 4px;
  height: 26px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .sncdf-content .sncdf-icon-check::before{
  left: 13px;
  top: 21px;
  width: 9px;
  height: 16px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.tc-wp-content-root .sncdf-content .sncdf-icon-spark::before{
  left: 21px;
  top: 9px;
  width: 4px;
  height: 28px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .sncdf-content .sncdf-icon-spark::after{
  left: 9px;
  top: 21px;
  width: 28px;
  height: 4px;
  border-radius: 99px;
  background: #ffffff;
}.tc-wp-content-root .sncdf-content .sncdf-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .sncdf-content .sncdf-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(17, 116, 199, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease;
}.tc-wp-content-root .sncdf-content .sncdf-step::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #1174c7, #20b8a1);
}.tc-wp-content-root .sncdf-content .sncdf-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .sncdf-content .sncdf-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #1174c7, #20b8a1);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(17, 116, 199, 0.24);
}.tc-wp-content-root .sncdf-content .sncdf-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .sncdf-content .sncdf-step-content p{
  margin: 10px 0 0;
  color: #5d687a;
  line-height: 1.7;
}.tc-wp-content-root .sncdf-content .sncdf-badge{
  position: relative;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(17, 116, 199, 0.1);
  color: #0c6c9e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .sncdf-content .sncdf-benefit{
  background:
    radial-gradient(circle at top right, rgba(32, 184, 161, 0.12), transparent 34%),
    #ffffff;
}.tc-wp-content-root .sncdf-content .sncdf-benefit-mark{
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1174c7, #20b8a1);
  box-shadow: 0 12px 28px rgba(17, 116, 199, 0.22);
}.tc-wp-content-root .sncdf-content .sncdf-benefit-mark::before{
  content: "";
  position: absolute;
  left: 15px;
  top: 10px;
  width: 9px;
  height: 17px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}.tc-wp-content-root .sncdf-content .sncdf-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .sncdf-content .sncdf-reveal.sncdf-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .sncdf-content .sncdf-section{
    padding: 48px 0;
  }.tc-wp-content-root .sncdf-content .sncdf-container{
    padding: 0 14px;
  }.tc-wp-content-root .sncdf-content .sncdf-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .sncdf-content .sncdf-heading p{
    font-size: 14px;
  }.tc-wp-content-root .sncdf-content .sncdf-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sncdf-content .sncdf-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .sncdf-content .sncdf-card h3, .tc-wp-content-root .sncdf-content .sncdf-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .sncdf-content .sncdf-card p, .tc-wp-content-root .sncdf-content .sncdf-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .sncdf-content .sncdf-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .sncdf-content .sncdf-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 22px 22px 26px;
  }.tc-wp-content-root .sncdf-content .sncdf-step-number{
    width: 52px;
    height: 52px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .sncdf-content .sncdf-section{
    padding: 54px 0;
  }.tc-wp-content-root .sncdf-content .sncdf-container{
    padding: 0 18px;
  }.tc-wp-content-root .sncdf-content .sncdf-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .sncdf-content .sncdf-heading p{
    font-size: 15px;
  }.tc-wp-content-root .sncdf-content .sncdf-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sncdf-content .sncdf-card{
    padding: 24px;
  }.tc-wp-content-root .sncdf-content .sncdf-card h3, .tc-wp-content-root .sncdf-content .sncdf-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .sncdf-content .sncdf-card p, .tc-wp-content-root .sncdf-content .sncdf-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .sncdf-content .sncdf-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .sncdf-content .sncdf-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 24px 24px 28px;
  }.tc-wp-content-root .sncdf-content .sncdf-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .sncdf-content .sncdf-section{
    padding: 62px 0;
  }.tc-wp-content-root .sncdf-content .sncdf-container{
    padding: 0 22px;
  }.tc-wp-content-root .sncdf-content .sncdf-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .sncdf-content .sncdf-heading p{
    font-size: 16px;
  }.tc-wp-content-root .sncdf-content .sncdf-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sncdf-content .sncdf-card{
    padding: 28px;
  }.tc-wp-content-root .sncdf-content .sncdf-card h3, .tc-wp-content-root .sncdf-content .sncdf-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .sncdf-content .sncdf-card p, .tc-wp-content-root .sncdf-content .sncdf-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .sncdf-content .sncdf-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .sncdf-content .sncdf-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 28px 28px 28px 32px;
  }.tc-wp-content-root .sncdf-content .sncdf-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .sncdf-content .sncdf-section{
    padding: 76px 0;
  }.tc-wp-content-root .sncdf-content .sncdf-container{
    padding: 0 34px;
  }.tc-wp-content-root .sncdf-content .sncdf-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .sncdf-content .sncdf-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sncdf-content .sncdf-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sncdf-content .sncdf-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .sncdf-content .sncdf-card{
    padding: 30px;
  }.tc-wp-content-root .sncdf-content .sncdf-card h3, .tc-wp-content-root .sncdf-content .sncdf-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .sncdf-content .sncdf-card p, .tc-wp-content-root .sncdf-content .sncdf-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .sncdf-content .sncdf-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .sncdf-content .sncdf-step{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 32px 34px 32px 38px;
  }.tc-wp-content-root .sncdf-content .sncdf-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .sncdf-content .sncdf-section{
    padding: 92px 0;
  }.tc-wp-content-root .sncdf-content .sncdf-container{
    padding: 0 40px;
  }.tc-wp-content-root .sncdf-content .sncdf-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .sncdf-content .sncdf-heading p{
    font-size: 17px;
  }.tc-wp-content-root .sncdf-content .sncdf-grid-three, .tc-wp-content-root .sncdf-content .sncdf-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .sncdf-content .sncdf-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .sncdf-content .sncdf-card{
    padding: 32px;
  }.tc-wp-content-root .sncdf-content .sncdf-card h3, .tc-wp-content-root .sncdf-content .sncdf-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .sncdf-content .sncdf-card p, .tc-wp-content-root .sncdf-content .sncdf-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .sncdf-content .sncdf-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .sncdf-content .sncdf-step{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 38px 34px 42px;
  }.tc-wp-content-root .sncdf-content .sncdf-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}