@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 .dtrc-editorial-wrap{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .dtrc-editorial-wrap, .tc-wp-content-root .dtrc-editorial-wrap div, .tc-wp-content-root .dtrc-editorial-wrap section, .tc-wp-content-root .dtrc-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-section{
  position: relative;
  overflow: hidden;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-section-white{
  background: #ffffff;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-section-soft{
  background:
    radial-gradient(circle at top left, rgba(68, 131, 255, 0.09), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(62, 116, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(62, 116, 255, 0.1), rgba(19, 190, 166, 0.1));
  color: #2f62d8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: 0;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading p{
  margin: 16px auto 0;
  color: #5d687a;
  line-height: 1.72;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card{
  position: relative;
  height: 100%;
  min-width: 0;
  border: 1px solid rgba(31, 45, 71, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(62, 116, 255, 0.34), rgba(19, 190, 166, 0.2), rgba(255, 255, 255, 0)) border-box;
  box-shadow: 0 18px 42px rgba(28, 43, 72, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(62, 116, 255, 0.07), transparent 42%);
  opacity: 0;
  transition: opacity 220ms ease;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card:hover{
  transform: translateY(-5px);
  border-color: rgba(62, 116, 255, 0.28);
  box-shadow: 0 24px 56px rgba(28, 43, 72, 0.13);
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card h3{
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card p{
  position: relative;
  margin: 10px 0 0;
  color: #647084;
  line-height: 1.68;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #3e74ff 0%, #13bea6 100%);
  box-shadow: 0 12px 26px rgba(62, 116, 255, 0.24);
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon::before, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card:hover .dtrc-icon::before{
  transform: translateY(-1px) scale(1.04);
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-angle::before{
  left: 12px;
  bottom: 12px;
  width: 21px;
  height: 21px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 0 0 0 3px;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-angle::after{
  left: 19px;
  bottom: 13px;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 12px 0 0;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-pi::before{
  left: 11px;
  top: 12px;
  width: 22px;
  height: 4px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 4px 0 0 rgba(255, 255, 255, 0.6);
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-pi::after{
  left: 14px;
  top: 16px;
  width: 5px;
  height: 17px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 13px 0 0 #ffffff;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-clean::before{
  left: 12px;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-clean::after{
  left: 19px;
  top: 8px;
  width: 7px;
  height: 28px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 7px;
  transform: rotate(45deg);
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-code::before{
  left: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-code::after{
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  transform: rotate(45deg);
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-study::before{
  left: 10px;
  top: 14px;
  width: 24px;
  height: 17px;
  border: 3px solid #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-study::after{
  left: 21px;
  top: 14px;
  width: 3px;
  height: 18px;
  background: #ffffff;
  border-radius: 3px;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-fast::before{
  left: 10px;
  top: 13px;
  width: 19px;
  height: 19px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-fast::after{
  left: 22px;
  top: 17px;
  width: 3px;
  height: 12px;
  background: #ffffff;
  border-radius: 4px;
  transform: rotate(42deg);
  transform-origin: top center;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-free::before{
  left: 11px;
  top: 18px;
  width: 22px;
  height: 13px;
  border: 3px solid #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-free::after{
  left: 15px;
  top: 10px;
  width: 14px;
  height: 14px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-mobile::before{
  left: 14px;
  top: 8px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-mobile::after{
  left: 20px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  background: #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-private::before{
  left: 12px;
  top: 18px;
  width: 20px;
  height: 15px;
  background: #ffffff;
  border-radius: 4px;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-icon-private::after{
  left: 16px;
  top: 10px;
  width: 12px;
  height: 13px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(62, 116, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 42px rgba(28, 43, 72, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card::after{
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 34px;
  width: 2px;
  background: linear-gradient(180deg, rgba(62, 116, 255, 0.42), rgba(19, 190, 166, 0.12));
  z-index: 0;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(28, 43, 72, 0.12);
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #3e74ff 0%, #13bea6 100%);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(62, 116, 255, 0.24);
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content{
  min-width: 0;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content p{
  margin: 10px 0 0;
  color: #647084;
  line-height: 1.7;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-use-card{
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) padding-box,
    linear-gradient(135deg, rgba(19, 190, 166, 0.26), rgba(62, 116, 255, 0.2), rgba(255, 255, 255, 0)) border-box;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-badge{
  position: relative;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(19, 190, 166, 0.1);
  color: #0d8878;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-benefit-card{
  text-align: left;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .dtrc-editorial-wrap .dtrc-reveal.dtrc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .dtrc-editorial-wrap .dtrc-section{
    padding: 50px 0;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-container{
    padding: 0 16px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading h2{
    font-size: 25px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading p{
    font-size: 15px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid-six, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card{
    padding: 22px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card h3, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card p, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card::after{
    display: none;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .dtrc-editorial-wrap .dtrc-section{
    padding: 56px 0;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-container{
    padding: 0 18px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading h2{
    font-size: 28px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid-six, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card{
    padding: 24px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card h3, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card p, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card::after{
    display: none;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .dtrc-editorial-wrap .dtrc-section{
    padding: 64px 0;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-container{
    padding: 0 22px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading p{
    font-size: 16px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid-six, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card{
    padding: 26px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card h3, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card p, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card::after{
    display: none;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .dtrc-editorial-wrap .dtrc-section{
    padding: 78px 0;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-container{
    padding: 0 30px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading h2{
    font-size: 38px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid-six, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card{
    padding: 28px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card h3, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card p, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card{
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-number{
    font-size: 20px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .dtrc-editorial-wrap .dtrc-section{
    padding: 92px 0;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-container{
    padding: 0 32px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading h2{
    font-size: 44px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-heading p{
    font-size: 17px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid-six, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card{
    padding: 30px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card h3, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-card p, .tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .dtrc-editorial-wrap .dtrc-step-number{
    font-size: 20px;
  }}