@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 .dtfp-content-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Arial, Helvetica, sans-serif;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-section{
  position: relative;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-section-white{
  background: #ffffff;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-section-soft{
  background: #f7f9fc;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-container{
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(42, 119, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(42, 119, 255, 0.1), rgba(42, 210, 201, 0.12));
  color: #1762d0;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2a77ff, #2ad2c9);
  box-shadow: 0 0 0 5px rgba(42, 119, 255, 0.12);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head p{
  margin: 16px auto 0;
  color: #5b6678;
  line-height: 1.72;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-card, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card{
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-card::after, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(42, 119, 255, 0.12), rgba(42, 210, 201, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-card:hover, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(42, 119, 255, 0.22);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.11);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-card:hover::after, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content h3{
  position: relative;
  margin: 0;
  color: #131b2b;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  z-index: 1;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content p{
  position: relative;
  margin: 11px 0 0;
  color: #5a6576;
  line-height: 1.68;
  z-index: 1;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2a77ff, #2ad2c9);
  box-shadow: 0 14px 28px rgba(42, 119, 255, 0.22);
  z-index: 1;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon::before, .tc-wp-content-root .dtfp-content-wrap .dtfp-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-binary::before{
  width: 22px;
  height: 4px;
  left: 13px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.92), 0 16px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-binary::after{
  width: 4px;
  height: 4px;
  left: 10px;
  top: 15px;
  border-radius: 50%;
  box-shadow: 25px 8px 0 rgba(255, 255, 255, 0.92), 0 16px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-chip::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 6px;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-chip::after{
  width: 30px;
  height: 3px;
  left: 9px;
  top: 11px;
  border-radius: 99px;
  box-shadow: 0 26px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-check::before{
  width: 22px;
  height: 12px;
  left: 13px;
  top: 16px;
  border-left: 4px solid rgba(255, 255, 255, 0.92);
  border-bottom: 4px solid rgba(255, 255, 255, 0.92);
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-code::before{
  width: 12px;
  height: 12px;
  left: 11px;
  top: 18px;
  border-left: 4px solid rgba(255, 255, 255, 0.92);
  border-bottom: 4px solid rgba(255, 255, 255, 0.92);
  background: transparent;
  transform: rotate(45deg);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-code::after{
  width: 12px;
  height: 12px;
  right: 11px;
  top: 18px;
  border-right: 4px solid rgba(255, 255, 255, 0.92);
  border-top: 4px solid rgba(255, 255, 255, 0.92);
  background: transparent;
  transform: rotate(45deg);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-scale::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 28px;
  border-radius: 99px;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-scale::after{
  width: 4px;
  height: 20px;
  left: 22px;
  top: 12px;
  border-radius: 99px;
  box-shadow: -9px 7px 0 rgba(255, 255, 255, 0.92), 9px 7px 0 rgba(255, 255, 255, 0.92);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-doc::before{
  width: 22px;
  height: 26px;
  left: 13px;
  top: 11px;
  border-radius: 5px;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-icon-doc::after{
  width: 12px;
  height: 3px;
  left: 18px;
  top: 20px;
  border-radius: 99px;
  background: #2a77ff;
  box-shadow: 0 7px 0 #2a77ff;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(42, 119, 255, 0.14);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.075);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #2a77ff, #2ad2c9);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #172033, #2a77ff);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 15px 35px rgba(42, 119, 255, 0.2);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(42, 119, 255, 0.09);
  color: #1762d0;
  font-weight: 800;
  line-height: 1;
  z-index: 1;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2a77ff, #2ad2c9);
  z-index: 1;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 13px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtfp-content-wrap .dtfp-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .dtfp-content-wrap .dtfp-reveal.dtfp-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dtfp-content-wrap .dtfp-section{
    padding: 54px 0;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-container{
    padding: 0 16px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-kicker{
    font-size: 12px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card{
    padding: 22px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-list{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dtfp-content-wrap .dtfp-section{
    padding: 60px 0;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-container{
    padding: 0 18px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-kicker{
    font-size: 12px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-list{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dtfp-content-wrap .dtfp-section{
    padding: 66px 0;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-container{
    padding: 0 22px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card{
    padding: 28px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-list{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dtfp-content-wrap .dtfp-section{
    padding: 78px 0;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-container{
    padding: 0 32px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-grid-six, .tc-wp-content-root .dtfp-content-wrap .dtfp-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-list{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dtfp-content-wrap .dtfp-section{
    padding: 92px 0;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-container{
    padding: 0 28px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-kicker{
    font-size: 13px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-grid-six, .tc-wp-content-root .dtfp-content-wrap .dtfp-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card h3, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-benefit-card p, .tc-wp-content-root .dtfp-content-wrap .dtfp-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-list{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-card{
    gap: 26px;
    padding: 34px 38px;
  }.tc-wp-content-root .dtfp-content-wrap .dtfp-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}