@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-631 .tc-wp-content-root img, .wpc-scope-631 .tc-wp-content-root video, .wpc-scope-631 .tc-wp-content-root svg, .wpc-scope-631 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #241824;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial, .wpc-scope-631 .tc-wp-content-root .mgfg-editorial section, .wpc-scope-631 .tc-wp-content-root .mgfg-editorial div, .wpc-scope-631 .tc-wp-content-root .mgfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-section{
  position: relative;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-section-white{
  background: #ffffff;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-section-soft{
  background: linear-gradient(180deg, #fff8fb 0%, #fffdf8 100%);
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 14px;
  border: 1px solid rgba(229, 42, 125, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 52, 147, 0.1), rgba(255, 193, 71, 0.14));
  color: #b51663;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-heading h2{
  margin: 0;
  color: #211420;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-heading p{
  margin: 16px auto 0;
  color: #6f5d6c;
  font-weight: 450;
  line-height: 1.7;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-card{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(124, 58, 99, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(75, 34, 61, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 52, 147, 0.12), rgba(255, 193, 71, 0.08), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(229, 42, 125, 0.28);
  box-shadow: 0 24px 58px rgba(75, 34, 61, 0.13);
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-card:hover::before{
  opacity: 1;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-card h3{
  position: relative;
  margin: 0;
  color: #291827;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-card p{
  position: relative;
  margin: 12px 0 0;
  color: #6d5b69;
  line-height: 1.68;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff3493 0%, #ffbd48 100%);
  box-shadow: 0 12px 26px rgba(229, 42, 125, 0.2);
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon::before, .wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-preview::before{
  width: 21px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 11px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-spark::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0%, 63% 35%, 100% 50%, 63% 65%, 50% 100%, 37% 65%, 0% 50%, 37% 35%);
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-spark::after{
  width: 6px;
  height: 6px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-social::before{
  width: 8px;
  height: 8px;
  left: 10px;
  top: 19px;
  border-radius: 50%;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-social::after{
  width: 18px;
  height: 18px;
  right: 11px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-clean::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-clean::after{
  width: 13px;
  height: 2px;
  left: 17px;
  top: 22px;
  border-radius: 2px;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-fast::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-fast::after{
  width: 9px;
  height: 2px;
  left: 23px;
  top: 22px;
  border-radius: 3px;
  transform: rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-steps{
  display: grid;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  border: 1px solid rgba(124, 58, 99, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(75, 34, 61, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(229, 42, 125, 0.26);
  box-shadow: 0 24px 58px rgba(75, 34, 61, 0.12);
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff3493 0%, #ffbd48 100%);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(229, 42, 125, 0.22);
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-step-content{
  min-width: 0;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-step-content h3{
  margin: 0;
  color: #291827;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-step-content p{
  margin: 10px 0 0;
  color: #6d5b69;
  line-height: 1.68;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 52, 147, 0.12), rgba(255, 189, 72, 0.16));
  color: #b51663;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafc 100%);
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-free::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #ffffff;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-free::after{
  width: 12px;
  height: 2px;
  left: 17px;
  top: 22px;
  border-radius: 3px;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-mobile::after{
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 2px;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-privacy::before{
  width: 22px;
  height: 16px;
  left: 12px;
  top: 19px;
  border-radius: 5px;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-icon-privacy::after{
  width: 14px;
  height: 13px;
  left: 16px;
  top: 10px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: transparent;
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-631 .tc-wp-content-root .mgfg-editorial .mgfg-reveal.mgfg-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 .mgfg-editorial .mgfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .mgfg-editorial .mgfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading{
    margin-bottom: 28px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-grid, .tc-wp-content-root .mgfg-editorial .mgfg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card h3, .tc-wp-content-root .mgfg-editorial .mgfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card p, .tc-wp-content-root .mgfg-editorial .mgfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .mgfg-editorial .mgfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .mgfg-editorial .mgfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading{
    margin-bottom: 30px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading p{
    font-size: 15.5px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-grid, .tc-wp-content-root .mgfg-editorial .mgfg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card h3, .tc-wp-content-root .mgfg-editorial .mgfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card p, .tc-wp-content-root .mgfg-editorial .mgfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 16px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .mgfg-editorial .mgfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .mgfg-editorial .mgfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading{
    margin-bottom: 34px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading h2{
    font-size: 32px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-grid, .tc-wp-content-root .mgfg-editorial .mgfg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card{
    padding: 26px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card h3, .tc-wp-content-root .mgfg-editorial .mgfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card p, .tc-wp-content-root .mgfg-editorial .mgfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .mgfg-editorial .mgfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .mgfg-editorial .mgfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading{
    margin-bottom: 42px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-grid-three, .tc-wp-content-root .mgfg-editorial .mgfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card{
    padding: 28px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card h3, .tc-wp-content-root .mgfg-editorial .mgfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card p, .tc-wp-content-root .mgfg-editorial .mgfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-steps{
    grid-template-columns: 1fr;
    gap: 22px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-step{
    grid-template-columns: 72px 1fr;
    gap: 22px;
    padding: 30px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 18px;
  }}@media (min-width: 1024px){.tc-wp-content-root .mgfg-editorial .mgfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .mgfg-editorial .mgfg-container{
    padding: 0 36px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading{
    margin-bottom: 48px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-heading p{
    font-size: 18px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-grid-three, .tc-wp-content-root .mgfg-editorial .mgfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card{
    padding: 30px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card h3, .tc-wp-content-root .mgfg-editorial .mgfg-step-content h3{
    font-size: 23px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-card p, .tc-wp-content-root .mgfg-editorial .mgfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-steps{
    grid-template-columns: 1fr;
    gap: 24px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-step{
    grid-template-columns: 78px 1fr;
    gap: 24px;
    padding: 34px;
  }.tc-wp-content-root .mgfg-editorial .mgfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 18px;
  }}.wpc-scope-631 .tc-wp-content-root .mgfg-use-card{}