@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;
}.wpc-scope-350 .tc-wp-content-root img, .wpc-scope-350 .tc-wp-content-root video, .wpc-scope-350 .tc-wp-content-root svg, .wpc-scope-350 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-section{
  position: relative;
  width: 100%;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-section-white{
  background: #ffffff;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-section-soft{
  background: #f8fafc;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 8px 14px;
  border: 1px solid rgba(92, 95, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(92, 95, 255, 0.1), rgba(14, 165, 233, 0.1));
  color: #4f46e5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-heading p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #596579;
  font-weight: 400;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(92, 95, 255, 0.55), rgba(14, 165, 233, 0.22), rgba(16, 185, 129, 0.22));
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(92, 95, 255, 0.28);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-card:hover::before{
  opacity: 1;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-card p{
  margin: 10px 0 0;
  color: #5f6b7d;
  font-weight: 400;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #5c5fff, #0ea5e9);
  box-shadow: 0 12px 26px rgba(79, 70, 229, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-card:hover .cotg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon::before, .wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon::after{
  content: "";
  position: absolute;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-preview, .wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-copy, .wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-creative, .wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-clear, .wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-fast, .wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-device{
  position: relative;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-preview::before{
  width: 22px;
  height: 12px;
  left: 11px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 12px;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-copy::before{
  width: 14px;
  height: 17px;
  left: 16px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 4px;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-copy::after{
  width: 14px;
  height: 17px;
  left: 12px;
  top: 16px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-creative::before{
  width: 20px;
  height: 2px;
  left: 12px;
  top: 21px;
  background: #ffffff;
  transform: rotate(-18deg);
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-clear::before{
  width: 22px;
  height: 2px;
  left: 11px;
  top: 21px;
  background: #ffffff;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-clear::after{
  width: 18px;
  height: 2px;
  left: 13px;
  top: 27px;
  background: rgba(255, 255, 255, 0.75);
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-fast::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-fast::after{
  width: 9px;
  height: 2px;
  left: 22px;
  top: 20px;
  background: #ffffff;
  transform: rotate(-24deg);
  transform-origin: left center;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-icon-device::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.065);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(14, 165, 233, 0.3);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #4f46e5);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(79, 70, 229, 0.24);
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-step-content p{
  margin: 8px 0 0;
  color: #5f6b7d;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fcfdff 100%);
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-tag{
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(14, 165, 233, 0.1);
  color: #0369a1;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-benefit{
  overflow: hidden;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-benefit::after{
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -56px;
  top: -56px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(92, 95, 255, 0.16), rgba(14, 165, 233, 0));
  pointer-events: none;
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-benefit-mark{
  display: inline-flex;
  position: relative;
  width: 38px;
  height: 38px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #0ea5e9);
  box-shadow: 0 14px 28px rgba(16, 185, 129, 0.2);
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  left: 11px;
  top: 13px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-350 .tc-wp-content-root .cotg-editorial .cotg-reveal.cotg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .cotg-editorial .cotg-section{
    padding: 52px 0;
  }.tc-wp-content-root .cotg-editorial .cotg-container{
    padding: 0 14px;
  }.tc-wp-content-root .cotg-editorial .cotg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .cotg-editorial .cotg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .cotg-editorial .cotg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cotg-editorial .cotg-card{
    padding: 22px;
  }.tc-wp-content-root .cotg-editorial .cotg-card h3{
    font-size: 18px;
  }.tc-wp-content-root .cotg-editorial .cotg-card p{
    font-size: 14px;
  }.tc-wp-content-root .cotg-editorial .cotg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .cotg-editorial .cotg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .cotg-editorial .cotg-section{
    padding: 58px 0;
  }.tc-wp-content-root .cotg-editorial .cotg-container{
    padding: 0 18px;
  }.tc-wp-content-root .cotg-editorial .cotg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .cotg-editorial .cotg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .cotg-editorial .cotg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cotg-editorial .cotg-card{
    padding: 24px;
  }.tc-wp-content-root .cotg-editorial .cotg-card h3{
    font-size: 19px;
  }.tc-wp-content-root .cotg-editorial .cotg-card p{
    font-size: 15px;
  }.tc-wp-content-root .cotg-editorial .cotg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .cotg-editorial .cotg-step{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .cotg-editorial .cotg-section{
    padding: 64px 0;
  }.tc-wp-content-root .cotg-editorial .cotg-container{
    padding: 0 22px;
  }.tc-wp-content-root .cotg-editorial .cotg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .cotg-editorial .cotg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .cotg-editorial .cotg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cotg-editorial .cotg-card{
    padding: 26px;
  }.tc-wp-content-root .cotg-editorial .cotg-card h3{
    font-size: 20px;
  }.tc-wp-content-root .cotg-editorial .cotg-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .cotg-editorial .cotg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .cotg-editorial .cotg-step{
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-number{
    width: 60px;
    height: 60px;
    font-size: 17px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-content p{
    font-size: 15.5px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .cotg-editorial .cotg-section{
    padding: 78px 0;
  }.tc-wp-content-root .cotg-editorial .cotg-container{
    padding: 0 32px;
  }.tc-wp-content-root .cotg-editorial .cotg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .cotg-editorial .cotg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .cotg-editorial .cotg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .cotg-editorial .cotg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .cotg-editorial .cotg-card{
    padding: 28px;
  }.tc-wp-content-root .cotg-editorial .cotg-card h3{
    font-size: 21px;
  }.tc-wp-content-root .cotg-editorial .cotg-card p{
    font-size: 16px;
  }.tc-wp-content-root .cotg-editorial .cotg-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .cotg-editorial .cotg-step{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-number{
    width: 66px;
    height: 66px;
    font-size: 18px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px){.tc-wp-content-root .cotg-editorial .cotg-section{
    padding: 92px 0;
  }.tc-wp-content-root .cotg-editorial .cotg-container{
    padding: 0 36px;
  }.tc-wp-content-root .cotg-editorial .cotg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .cotg-editorial .cotg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .cotg-editorial .cotg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .cotg-editorial .cotg-grid-three, .tc-wp-content-root .cotg-editorial .cotg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .cotg-editorial .cotg-card{
    padding: 30px;
  }.tc-wp-content-root .cotg-editorial .cotg-card h3{
    font-size: 22px;
  }.tc-wp-content-root .cotg-editorial .cotg-card p{
    font-size: 16px;
  }.tc-wp-content-root .cotg-editorial .cotg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .cotg-editorial .cotg-step{
    gap: 26px;
    padding: 32px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-number{
    width: 72px;
    height: 72px;
    font-size: 19px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .cotg-editorial .cotg-step-content p{
    font-size: 16.5px;
  }}