@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 .d3x3-editorial{
  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 .d3x3-editorial .d3x3-section{
  position: relative;
}.tc-wp-content-root .d3x3-editorial .d3x3-section-white{
  background: #ffffff;
}.tc-wp-content-root .d3x3-editorial .d3x3-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}.tc-wp-content-root .d3x3-editorial .d3x3-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}.tc-wp-content-root .d3x3-editorial .d3x3-heading-block{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .d3x3-editorial .d3x3-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(34, 118, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(34, 118, 255, 0.1), rgba(19, 194, 150, 0.12));
  color: #155fc9;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}.tc-wp-content-root .d3x3-editorial .d3x3-heading-block h2{
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .d3x3-editorial .d3x3-heading-block p{
  margin: 16px auto 0;
  color: #5c6678;
  line-height: 1.72;
}.tc-wp-content-root .d3x3-editorial .d3x3-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .d3x3-editorial .d3x3-card, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(32, 72, 128, 0.1);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 44px rgba(29, 50, 84, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .d3x3-editorial .d3x3-card::before, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #2276ff, #13c296);
  opacity: 0.9;
}.tc-wp-content-root .d3x3-editorial .d3x3-card:hover, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card:hover, .tc-wp-content-root .d3x3-editorial .d3x3-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(34, 118, 255, 0.28);
  box-shadow: 0 24px 58px rgba(29, 50, 84, 0.13);
}.tc-wp-content-root .d3x3-editorial .d3x3-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-step-content h3{
  margin: 0;
  color: #172033;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .d3x3-editorial .d3x3-card p, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card p, .tc-wp-content-root .d3x3-editorial .d3x3-step-content p{
  margin: 10px 0 0;
  color: #5b6575;
  line-height: 1.68;
}.tc-wp-content-root .d3x3-editorial .d3x3-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(34, 118, 255, 0.14), rgba(19, 194, 150, 0.16));
}.tc-wp-content-root .d3x3-editorial .d3x3-icon::before, .tc-wp-content-root .d3x3-editorial .d3x3-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .d3x3-editorial .d3x3-card:hover .d3x3-icon::before, .tc-wp-content-root .d3x3-editorial .d3x3-card:hover .d3x3-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .d3x3-editorial .d3x3-icon-grid::before{
  inset: 13px;
  background-image: linear-gradient(#2276ff 2px, transparent 2px), linear-gradient(90deg, #2276ff 2px, transparent 2px);
  background-size: 10px 10px;
  opacity: 0.9;
}.tc-wp-content-root .d3x3-editorial .d3x3-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 3px solid #13a67f;
  border-bottom: 3px solid #13a67f;
  transform: rotate(-45deg);
}.tc-wp-content-root .d3x3-editorial .d3x3-icon-sign::before{
  left: 13px;
  top: 15px;
  width: 20px;
  height: 3px;
  background: #2276ff;
  box-shadow: 0 10px 0 #13a67f;
}.tc-wp-content-root .d3x3-editorial .d3x3-icon-sign::after{
  left: 21px;
  top: 7px;
  width: 3px;
  height: 20px;
  background: #2276ff;
}.tc-wp-content-root .d3x3-editorial .d3x3-icon-learn::before{
  left: 13px;
  top: 12px;
  width: 20px;
  height: 22px;
  border: 2px solid #2276ff;
  border-radius: 4px;
}.tc-wp-content-root .d3x3-editorial .d3x3-icon-learn::after{
  left: 18px;
  top: 18px;
  width: 12px;
  height: 2px;
  background: #13a67f;
  box-shadow: 0 6px 0 #13a67f;
}.tc-wp-content-root .d3x3-editorial .d3x3-icon-speed::before{
  left: 11px;
  top: 11px;
  width: 22px;
  height: 22px;
  border: 3px solid #2276ff;
  border-radius: 50%;
  border-left-color: rgba(34, 118, 255, 0.25);
}.tc-wp-content-root .d3x3-editorial .d3x3-icon-speed::after{
  left: 24px;
  top: 15px;
  width: 3px;
  height: 13px;
  background: #13a67f;
  transform: rotate(42deg);
  transform-origin: bottom center;
}.tc-wp-content-root .d3x3-editorial .d3x3-icon-focus::before{
  left: 11px;
  top: 11px;
  width: 20px;
  height: 20px;
  border: 3px solid #2276ff;
  border-radius: 50%;
}.tc-wp-content-root .d3x3-editorial .d3x3-icon-focus::after{
  left: 20px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #13c296;
}.tc-wp-content-root .d3x3-editorial .d3x3-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .d3x3-editorial .d3x3-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(32, 72, 128, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 46px rgba(29, 50, 84, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .d3x3-editorial .d3x3-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #2276ff, #13c296);
}.tc-wp-content-root .d3x3-editorial .d3x3-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #2276ff, #13c296);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(34, 118, 255, 0.24);
}.tc-wp-content-root .d3x3-editorial .d3x3-badge{
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(34, 118, 255, 0.09);
  color: #155fc9;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
}.tc-wp-content-root .d3x3-editorial .d3x3-benefit-mark{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2276ff, #13c296);
  box-shadow: 0 12px 26px rgba(34, 118, 255, 0.2);
}.tc-wp-content-root .d3x3-editorial .d3x3-benefit-mark::before{
  content: "";
  width: 16px;
  height: 8px;
  margin: 12px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .d3x3-editorial .d3x3-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .d3x3-editorial .d3x3-reveal.d3x3-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 .d3x3-editorial .d3x3-section{
    padding: 54px 0;
  }.tc-wp-content-root .d3x3-editorial .d3x3-container{
    padding: 0 14px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-heading-block h2{
    font-size: 26px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-grid, .tc-wp-content-root .d3x3-editorial .d3x3-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px 24px 24px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card p, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card p, .tc-wp-content-root .d3x3-editorial .d3x3-step-content p{
    font-size: 14.5px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .d3x3-editorial .d3x3-section{
    padding: 60px 0;
  }.tc-wp-content-root .d3x3-editorial .d3x3-container{
    padding: 0 18px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-heading-block h2{
    font-size: 29px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-heading-block p{
    font-size: 15.5px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-grid, .tc-wp-content-root .d3x3-editorial .d3x3-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px 26px 26px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card p, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card p, .tc-wp-content-root .d3x3-editorial .d3x3-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .d3x3-editorial .d3x3-section{
    padding: 66px 0;
  }.tc-wp-content-root .d3x3-editorial .d3x3-container{
    padding: 0 22px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-heading-block h2{
    font-size: 32px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-grid, .tc-wp-content-root .d3x3-editorial .d3x3-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px 28px 28px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card p, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card p, .tc-wp-content-root .d3x3-editorial .d3x3-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .d3x3-editorial .d3x3-section{
    padding: 82px 0;
  }.tc-wp-content-root .d3x3-editorial .d3x3-container{
    padding: 0 32px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-heading-block h2{
    font-size: 40px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-grid-six, .tc-wp-content-root .d3x3-editorial .d3x3-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-step-card{
    gap: 22px;
    padding: 30px 30px 30px 34px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-step-number{
    width: 64px;
    height: 64px;
    font-size: 20px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card p, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card p, .tc-wp-content-root .d3x3-editorial .d3x3-step-content p{
    font-size: 15.8px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .d3x3-editorial .d3x3-section{
    padding: 96px 0;
  }.tc-wp-content-root .d3x3-editorial .d3x3-container{
    padding: 0 36px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-heading-block h2{
    font-size: 46px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-grid-six, .tc-wp-content-root .d3x3-editorial .d3x3-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-steps{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-step-card{
    gap: 26px;
    padding: 34px 34px 34px 40px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-step-number{
    width: 70px;
    height: 70px;
    font-size: 21px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card h3, .tc-wp-content-root .d3x3-editorial .d3x3-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .d3x3-editorial .d3x3-card p, .tc-wp-content-root .d3x3-editorial .d3x3-benefit-card p, .tc-wp-content-root .d3x3-editorial .d3x3-step-content p{
    font-size: 16px;
  }}