@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-11 .tc-wp-content-root img, .wpc-scope-11 .tc-wp-content-root video, .wpc-scope-11 .tc-wp-content-root svg, .wpc-scope-11 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  line-height: 1.6;
  background: #ffffff;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-section{
  position: relative;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-section-white{
  background: #ffffff;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-section-soft{
  background: #f8fafc;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-section-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-eyebrow{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(226, 91, 161, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 236, 247, 0.95), rgba(231, 245, 255, 0.95));
  color: #b73582;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-section-header h2{
  margin: 0;
  color: #101827;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-section-header p{
  margin: 16px auto 0;
  max-width: 680px;
  color: #5b6678;
  line-height: 1.75;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff7ab8, #8b5cf6, #38bdf8);
  opacity: 0.86;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(226, 91, 161, 0.34);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.11);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-card h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-card p{
  margin: 10px 0 0;
  color: #5f6b7c;
  line-height: 1.72;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff0f8, #eef7ff);
  box-shadow: inset 0 0 0 1px rgba(226, 91, 161, 0.16), 0 10px 24px rgba(226, 91, 161, 0.1);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon::before, .wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #e25ba1, #7c3aed);
  transition: transform 260ms ease;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-card:hover .bfg-icon::before, .wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-card:hover .bfg-icon::after{
  transform: scale(1.08);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-preview::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-copy::before{
  width: 17px;
  height: 20px;
  left: 17px;
  top: 12px;
  border-radius: 5px;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-copy::after{
  width: 17px;
  height: 20px;
  left: 12px;
  top: 17px;
  border-radius: 5px;
  background: rgba(56, 189, 248, 0.78);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0 50%, 38% 35%);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-spark::after{
  width: 7px;
  height: 7px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  background: #38bdf8;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-fast::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-fast::after{
  width: 12px;
  height: 3px;
  left: 20px;
  top: 21px;
  border-radius: 999px;
  background: #ffffff;
  transform-origin: left center;
  transform: rotate(-28deg);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-readable::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border-radius: 10px;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-readable::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-anywhere::before{
  width: 23px;
  height: 23px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-anywhere::after{
  width: 27px;
  height: 9px;
  left: 9px;
  top: 18px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-steps{
  position: relative;
  display: grid;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #ff7ab8, #8b5cf6, #38bdf8);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(139, 92, 246, 0.28);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.1);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #e25ba1, #7c3aed);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.22);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
  margin: 8px 0 0;
  color: #5f6b7c;
  line-height: 1.72;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-use-card{
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff1f8;
  color: #b73582;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card{
  text-align: center;
  align-items: center;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card .bfg-icon{
  margin-left: auto;
  margin-right: auto;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-free::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-free::after{
  width: 12px;
  height: 6px;
  left: 17px;
  top: 19px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-mobile::before{
  width: 18px;
  height: 27px;
  left: 14px;
  top: 9px;
  border-radius: 6px;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  border-radius: 999px;
  background: #ffffff;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-private::before{
  width: 23px;
  height: 18px;
  left: 12px;
  top: 18px;
  border-radius: 7px;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-icon-private::after{
  width: 13px;
  height: 12px;
  left: 16px;
  top: 10px;
  border: 3px solid #7c3aed;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 580ms ease, transform 580ms ease;
}.wpc-scope-11 .tc-wp-content-root .bfg-editorial-content .bfg-reveal.bfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 52px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 16px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-header h2{
    font-size: 26px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 24px 24px 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 58px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-header h2{
    font-size: 29px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 26px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 26px 26px 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-header h2{
    font-size: 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 28px 28px 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-header h2{
    font-size: 38px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    gap: 24px;
    padding: 32px 34px 32px 38px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-header h2{
    font-size: 44px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid-three, .tc-wp-content-root .bfg-editorial-content .bfg-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card h3, .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card p, .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    gap: 28px;
    padding: 34px 38px 34px 44px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 20px;
  }}