@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 .dtc-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 .dtc-editorial-wrap, .tc-wp-content-root .dtc-editorial-wrap section, .tc-wp-content-root .dtc-editorial-wrap div, .tc-wp-content-root .dtc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-section{
  position: relative;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-section-white{
  background: #ffffff;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f8fb 100%);
}.tc-wp-content-root .dtc-editorial-wrap .dtc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(21, 133, 197, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(21, 133, 197, 0.1), rgba(41, 186, 169, 0.12));
  color: #087a96;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1585c5, #29baa9);
  box-shadow: 0 0 0 5px rgba(41, 186, 169, 0.12);
}.tc-wp-content-root .dtc-editorial-wrap h2, .tc-wp-content-root .dtc-editorial-wrap h3, .tc-wp-content-root .dtc-editorial-wrap p{
  margin: 0;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head h2{
  color: #101827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head p{
  margin-top: 16px;
  color: #5b6678;
  line-height: 1.75;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(126, 148, 170, 0.2);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-card::after{
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(21, 133, 197, 0.26), rgba(41, 186, 169, 0.2));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-card > *{
  position: relative;
  z-index: 1;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(21, 133, 197, 0.32);
  box-shadow: 0 24px 60px rgba(21, 133, 197, 0.13);
}.tc-wp-content-root .dtc-editorial-wrap .dtc-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-card h3{
  color: #142034;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-card p{
  margin-top: 10px;
  color: #5f6b7d;
  line-height: 1.68;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon{
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #1585c5, #29baa9);
  box-shadow: 0 12px 24px rgba(21, 133, 197, 0.22);
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon::before, .tc-wp-content-root .dtc-editorial-wrap .dtc-icon::after{
  content: "";
  position: absolute;
  border-radius: 999px;
  background: #ffffff;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-clock::before{
  inset: 10px;
  border: 2px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-clock::after{
  width: 12px;
  height: 2px;
  left: 23px;
  top: 22px;
  transform-origin: left center;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-payroll::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-payroll::after{
  width: 9px;
  height: 9px;
  left: 19px;
  top: 18px;
  background: #1585c5;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-report::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 5px;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-report::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 18px;
  box-shadow: 0 7px 0 #ffffff;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-accuracy::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  background: transparent;
  border: 3px solid #ffffff;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-accuracy::after{
  width: 14px;
  height: 7px;
  left: 17px;
  top: 19px;
  border-radius: 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-plan::before{
  width: 22px;
  height: 20px;
  left: 12px;
  top: 14px;
  border-radius: 5px;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-plan::after{
  width: 16px;
  height: 2px;
  left: 15px;
  top: 21px;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 16px;
  top: 12px;
  border-radius: 4px;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 11px;
  top: 17px;
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 4px;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-free::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  background: transparent;
  border: 3px solid #ffffff;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-free::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 22px;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-mobile::before{
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border-radius: 5px;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  top: 30px;
  background: #1585c5;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-private::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 18px;
  border-radius: 5px;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-icon-private::after{
  width: 14px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  background: transparent;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-steps{
  display: grid;
  gap: 18px;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px;
  min-width: 0;
  border: 1px solid rgba(126, 148, 170, 0.22);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(23, 32, 51, 0.07);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(41, 186, 169, 0.34);
  box-shadow: 0 24px 60px rgba(21, 133, 197, 0.12);
}.tc-wp-content-root .dtc-editorial-wrap .dtc-step-number{
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 22px;
  background: linear-gradient(135deg, #1585c5, #29baa9);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 28px rgba(21, 133, 197, 0.22);
}.tc-wp-content-root .dtc-editorial-wrap .dtc-step-content{
  min-width: 0;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-step-content h3{
  margin: 0;
  color: #142034;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-step-content p{
  margin: 9px 0 0;
  color: #5f6b7d;
  line-height: 1.68;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-badge{
  display: inline-flex;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(21, 133, 197, 0.09);
  color: #087a96;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-use-card{
  background:
    radial-gradient(circle at top right, rgba(41, 186, 169, 0.11), transparent 34%),
    #ffffff;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-benefit-card{
  text-align: left;
}.tc-wp-content-root .dtc-editorial-wrap .dtc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .dtc-editorial-wrap .dtc-reveal.dtc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dtc-editorial-wrap .dtc-section{
    padding: 48px 0;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-container{
    padding: 0 14px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card h3, .tc-wp-content-root .dtc-editorial-wrap .dtc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card p, .tc-wp-content-root .dtc-editorial-wrap .dtc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-steps{
    margin-top: 30px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dtc-editorial-wrap .dtc-section{
    padding: 54px 0;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-container{
    padding: 0 18px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card{
    padding: 24px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card h3, .tc-wp-content-root .dtc-editorial-wrap .dtc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card p, .tc-wp-content-root .dtc-editorial-wrap .dtc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-steps{
    margin-top: 32px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dtc-editorial-wrap .dtc-section{
    padding: 60px 0;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-container{
    padding: 0 22px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card{
    padding: 26px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card h3, .tc-wp-content-root .dtc-editorial-wrap .dtc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card p, .tc-wp-content-root .dtc-editorial-wrap .dtc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-steps{
    margin-top: 36px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dtc-editorial-wrap .dtc-section{
    padding: 76px 0;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-container{
    padding: 0 32px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-grid-six, .tc-wp-content-root .dtc-editorial-wrap .dtc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card{
    padding: 28px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card h3, .tc-wp-content-root .dtc-editorial-wrap .dtc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card p, .tc-wp-content-root .dtc-editorial-wrap .dtc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-steps{
    margin-top: 42px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-step-card{
    padding: 28px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dtc-editorial-wrap .dtc-section{
    padding: 92px 0;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-container{
    padding: 0 34px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-grid-six, .tc-wp-content-root .dtc-editorial-wrap .dtc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card{
    padding: 30px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card h3, .tc-wp-content-root .dtc-editorial-wrap .dtc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-card p, .tc-wp-content-root .dtc-editorial-wrap .dtc-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-steps{
    margin-top: 48px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-step-card{
    padding: 30px 34px;
  }.tc-wp-content-root .dtc-editorial-wrap .dtc-step-number{
    width: 72px;
    height: 72px;
    font-size: 22px;
  }}