@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 .cm-px-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #18202f;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .cm-px-editorial, .tc-wp-content-root .cm-px-editorial section, .tc-wp-content-root .cm-px-editorial div, .tc-wp-content-root .cm-px-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .cm-px-editorial .cm-px-section{
  position: relative;
}.tc-wp-content-root .cm-px-editorial .cm-px-section-white{
  background: #ffffff;
}.tc-wp-content-root .cm-px-editorial .cm-px-section-soft{
  background:
    radial-gradient(circle at 12% 10%, rgba(24, 144, 255, 0.08), transparent 32%),
    radial-gradient(circle at 88% 20%, rgba(16, 185, 129, 0.08), transparent 30%),
    #f7fafc;
}.tc-wp-content-root .cm-px-editorial .cm-px-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .cm-px-editorial .cm-px-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .cm-px-editorial .cm-px-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(24, 144, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.1), rgba(16, 185, 129, 0.1));
  color: #0d6fb8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .cm-px-editorial h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .cm-px-editorial .cm-px-heading p{
  margin: 14px auto 0;
  color: #566174;
  line-height: 1.7;
  font-weight: 400;
}.tc-wp-content-root .cm-px-editorial .cm-px-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .cm-px-editorial .cm-px-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .cm-px-editorial .cm-px-card::before{
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(24, 144, 255, 0.14), rgba(16, 185, 129, 0.12));
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 220ms ease;
}.tc-wp-content-root .cm-px-editorial .cm-px-card:hover{
  transform: translateY(-5px);
  border-color: rgba(24, 144, 255, 0.26);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.tc-wp-content-root .cm-px-editorial .cm-px-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .cm-px-editorial .cm-px-card h3{
  position: relative;
  margin: 0;
  color: #121a29;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cm-px-editorial .cm-px-card p{
  position: relative;
  margin: 10px 0 0;
  color: #5c6678;
  line-height: 1.65;
}.tc-wp-content-root .cm-px-editorial .cm-px-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #1890ff, #10b981);
  box-shadow: 0 12px 26px rgba(24, 144, 255, 0.24);
}.tc-wp-content-root .cm-px-editorial .cm-px-icon::before, .tc-wp-content-root .cm-px-editorial .cm-px-icon::after{
  position: absolute;
  content: "";
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-ruler::before{
  width: 24px;
  height: 9px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  transform: rotate(-12deg);
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-screen::before{
  width: 24px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-screen::after{
  bottom: 10px;
  width: 12px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-dpi::before{
  width: 22px;
  height: 22px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-layout::before{
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  box-shadow: inset 9px 0 0 rgba(255, 255, 255, 0.24);
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-export::before{
  width: 20px;
  height: 18px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-export::after{
  width: 9px;
  height: 9px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translateY(-6px) rotate(-45deg);
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-check::before, .tc-wp-content-root .cm-px-editorial .cm-px-icon-free::before{
  width: 18px;
  height: 10px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-fast::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-fast::after{
  width: 9px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transform: translate(3px, -2px) rotate(-25deg);
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-private::before{
  width: 21px;
  height: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  transform: translateY(4px);
}.tc-wp-content-root .cm-px-editorial .cm-px-icon-private::after{
  width: 13px;
  height: 11px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 9px 9px 0 0;
  transform: translateY(-6px);
}.tc-wp-content-root .cm-px-editorial .cm-px-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .cm-px-editorial .cm-px-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(24, 144, 255, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .cm-px-editorial .cm-px-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 68px rgba(15, 23, 42, 0.1);
}.tc-wp-content-root .cm-px-editorial .cm-px-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #1890ff, #10b981);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(24, 144, 255, 0.25);
}.tc-wp-content-root .cm-px-editorial .cm-px-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .cm-px-editorial .cm-px-step-content p{
  margin: 8px 0 0;
  color: #5b6678;
  line-height: 1.65;
}.tc-wp-content-root .cm-px-editorial .cm-px-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(24, 144, 255, 0.1);
  color: #0d6fb8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .cm-px-editorial .cm-px-use-card{
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(24, 144, 255, 0.28), rgba(16, 185, 129, 0.22)) border-box;
  border: 1px solid transparent;
}.tc-wp-content-root .cm-px-editorial .cm-px-benefit-card{
  text-align: left;
}@media (prefers-reduced-motion: no-preference) {.tc-wp-content-root .cm-px-editorial .cm-px-card, .tc-wp-content-root .cm-px-editorial .cm-px-step-card{
    animation: cmPxFadeUp 620ms ease both;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card:nth-child(2), .tc-wp-content-root .cm-px-editorial .cm-px-step-card:nth-child(2){
    animation-delay: 80ms;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card:nth-child(3), .tc-wp-content-root .cm-px-editorial .cm-px-step-card:nth-child(3){
    animation-delay: 140ms;
  }}@keyframes cmPxFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .cm-px-editorial .cm-px-section{
    padding: 48px 0;
  }.tc-wp-content-root .cm-px-editorial .cm-px-container{
    padding: 0 14px;
  }.tc-wp-content-root .cm-px-editorial h2{
    font-size: 25px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-heading p{
    font-size: 14px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card h3, .tc-wp-content-root .cm-px-editorial .cm-px-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card p, .tc-wp-content-root .cm-px-editorial .cm-px-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-step-number{
    width: 56px;
    height: 56px;
    font-size: 20px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .cm-px-editorial .cm-px-section{
    padding: 56px 0;
  }.tc-wp-content-root .cm-px-editorial .cm-px-container{
    padding: 0 18px;
  }.tc-wp-content-root .cm-px-editorial h2{
    font-size: 28px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card{
    padding: 22px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card h3, .tc-wp-content-root .cm-px-editorial .cm-px-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card p, .tc-wp-content-root .cm-px-editorial .cm-px-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-step-number{
    width: 58px;
    height: 58px;
    font-size: 21px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .cm-px-editorial .cm-px-section{
    padding: 62px 0;
  }.tc-wp-content-root .cm-px-editorial .cm-px-container{
    padding: 0 22px;
  }.tc-wp-content-root .cm-px-editorial h2{
    font-size: 31px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card{
    padding: 24px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card h3, .tc-wp-content-root .cm-px-editorial .cm-px-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card p, .tc-wp-content-root .cm-px-editorial .cm-px-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-step-number{
    width: 62px;
    height: 62px;
    font-size: 22px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .cm-px-editorial .cm-px-section{
    padding: 78px 0;
  }.tc-wp-content-root .cm-px-editorial .cm-px-container{
    padding: 0 30px;
  }.tc-wp-content-root .cm-px-editorial h2{
    font-size: 38px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-grid-three, .tc-wp-content-root .cm-px-editorial .cm-px-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card{
    padding: 26px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card h3, .tc-wp-content-root .cm-px-editorial .cm-px-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card p, .tc-wp-content-root .cm-px-editorial .cm-px-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-step-card{
    gap: 22px;
    padding: 28px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-step-number{
    width: 66px;
    height: 66px;
    font-size: 23px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .cm-px-editorial .cm-px-section{
    padding: 96px 0;
  }.tc-wp-content-root .cm-px-editorial .cm-px-container{
    padding: 0 32px;
  }.tc-wp-content-root .cm-px-editorial h2{
    font-size: 44px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-grid-three, .tc-wp-content-root .cm-px-editorial .cm-px-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card{
    padding: 30px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card h3, .tc-wp-content-root .cm-px-editorial .cm-px-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-card p, .tc-wp-content-root .cm-px-editorial .cm-px-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-step-card{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .cm-px-editorial .cm-px-step-number{
    width: 72px;
    height: 72px;
    font-size: 24px;
  }}