@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 .mcpg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .mcpg-editorial, .tc-wp-content-root .mcpg-editorial div, .tc-wp-content-root .mcpg-editorial section, .tc-wp-content-root .mcpg-editorial article{
  box-sizing: border-box;
}.tc-wp-content-root .mcpg-editorial .mcpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .mcpg-editorial .mcpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .mcpg-editorial .mcpg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f8fb 100%);
}.tc-wp-content-root .mcpg-editorial .mcpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .mcpg-editorial .mcpg-heading{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .mcpg-editorial .mcpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(80, 115, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(80, 115, 255, 0.1), rgba(0, 188, 170, 0.1));
  color: #3150c9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
  margin: 16px auto 0;
  color: #5b6475;
  line-height: 1.7;
}.tc-wp-content-root .mcpg-editorial .mcpg-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .mcpg-editorial .mcpg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .mcpg-editorial .mcpg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(80, 115, 255, 0.38), rgba(0, 188, 170, 0.22), rgba(255, 178, 64, 0.2));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .mcpg-editorial .mcpg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(80, 115, 255, 0.2);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .mcpg-editorial .mcpg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .mcpg-editorial .mcpg-card h3{
  margin: 18px 0 0;
  color: #161f31;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .mcpg-editorial .mcpg-card p{
  margin: 10px 0 0;
  color: #626b7d;
  line-height: 1.68;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #4f6fff 0%, #00bca8 100%);
  box-shadow: 0 14px 30px rgba(79, 111, 255, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .mcpg-editorial .mcpg-card:hover .mcpg-icon{
  transform: translateY(-2px) rotate(-2deg);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon::before, .tc-wp-content-root .mcpg-editorial .mcpg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-swatch::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 8px;
  opacity: 0.92;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-layer::before{
  width: 24px;
  height: 16px;
  left: 11px;
  top: 11px;
  border-radius: 6px;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.62);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-check::before{
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-eye::before{
  width: 26px;
  height: 16px;
  left: 10px;
  top: 15px;
  border-radius: 50%;
  opacity: 0.92;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-eye::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #4f6fff;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 16px;
  top: 11px;
  border-radius: 5px;
  opacity: 0.92;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 11px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-app::before{
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-web::before{
  width: 26px;
  height: 20px;
  left: 10px;
  top: 13px;
  border-radius: 6px;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-dashboard::before{
  width: 24px;
  height: 20px;
  left: 11px;
  top: 13px;
  border-radius: 5px;
  background: linear-gradient(90deg, #ffffff 0 42%, rgba(255, 255, 255, 0.65) 42% 50%, #ffffff 50% 100%);
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-brand::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-social::before{
  width: 10px;
  height: 10px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 12px 4px 0 #ffffff, 4px 16px 0 #ffffff;
}.tc-wp-content-root .mcpg-editorial .mcpg-icon-game::before{
  width: 26px;
  height: 16px;
  left: 10px;
  top: 16px;
  border-radius: 8px;
}.tc-wp-content-root .mcpg-editorial .mcpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .mcpg-editorial .mcpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.06);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .mcpg-editorial .mcpg-step-card::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #4f6fff, #00bca8);
}.tc-wp-content-root .mcpg-editorial .mcpg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #3150c9);
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 15px 30px rgba(49, 80, 201, 0.22);
}.tc-wp-content-root .mcpg-editorial .mcpg-step-content h3{
  margin: 0;
  color: #161f31;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .mcpg-editorial .mcpg-step-content p{
  margin: 8px 0 0;
  color: #626b7d;
  line-height: 1.68;
}.tc-wp-content-root .mcpg-editorial .mcpg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(80, 115, 255, 0.12), rgba(0, 188, 170, 0.12));
  color: #3150c9;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .mcpg-editorial .mcpg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .mcpg-editorial .mcpg-reveal.mcpg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .mcpg-editorial .mcpg-section{
    padding: 50px 0;
  }.tc-wp-content-root .mcpg-editorial .mcpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
    font-size: 27px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card{
    padding: 22px;
    border-radius: 20px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .mcpg-editorial .mcpg-section{
    padding: 56px 0;
  }.tc-wp-content-root .mcpg-editorial .mcpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
    font-size: 30px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card{
    padding: 24px;
    border-radius: 21px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .mcpg-editorial .mcpg-section{
    padding: 62px 0;
  }.tc-wp-content-root .mcpg-editorial .mcpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
    font-size: 34px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card{
    padding: 26px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .mcpg-editorial .mcpg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mcpg-editorial .mcpg-container{
    padding: 0 30px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .mcpg-editorial .mcpg-card{
    padding: 28px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .mcpg-editorial .mcpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mcpg-editorial .mcpg-container{
    padding: 0 34px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .mcpg-editorial .mcpg-card{
    padding: 30px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card h3, .tc-wp-content-root .mcpg-editorial .mcpg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-card p, .tc-wp-content-root .mcpg-editorial .mcpg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .mcpg-editorial .mcpg-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}