@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-110 .tc-wp-content-root img, .wpc-scope-110 .tc-wp-content-root video, .wpc-scope-110 .tc-wp-content-root svg, .wpc-scope-110 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content{
  width: 100%;
  overflow-x: hidden;
  color: #251622;
  font-family: inherit;
  line-height: 1.6;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content, .wpc-scope-110 .tc-wp-content-root .bfg-editorial-content section, .wpc-scope-110 .tc-wp-content-root .bfg-editorial-content div, .wpc-scope-110 .tc-wp-content-root .bfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-section-white{
  background: #ffffff;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-section-soft{
  background: linear-gradient(180deg, #fff8fc 0%, #fffaf7 100%);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(232, 65, 155, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 228, 243, 0.9), rgba(255, 245, 226, 0.9));
  color: #b91578;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content h2{
  margin: 0;
  color: #21121f;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #62515d;
  font-weight: 400;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(225, 198, 214, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(92, 43, 76, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 64, 166, 0.16), rgba(255, 190, 86, 0.12), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(232, 65, 155, 0.35);
  box-shadow: 0 24px 60px rgba(92, 43, 76, 0.13);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-card:hover::before{
  opacity: 1;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-card h3{
  position: relative;
  margin: 18px 0 8px;
  color: #251622;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-card p{
  position: relative;
  margin: 0;
  color: #62515d;
  line-height: 1.66;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4fb3, #ff8ac8 48%, #ffc266);
  box-shadow: 0 12px 26px rgba(232, 65, 155, 0.22);
  transition: transform 220ms ease;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-card:hover .bfg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon::before, .wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-sparkle::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 16px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 12px;
  top: 9px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-heart::before{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 14px;
  transform: rotate(45deg);
  border-radius: 4px 4px 2px 4px;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-heart::after{
  width: 18px;
  height: 18px;
  left: 13px;
  top: 10px;
  border-radius: 50%;
  box-shadow: -6px 6px 0 #ffffff;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-star::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  clip-path: polygon(50% 0%, 61% 34%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 34%);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-gem::before{
  width: 22px;
  height: 18px;
  left: 11px;
  top: 13px;
  clip-path: polygon(18% 0%, 82% 0%, 100% 38%, 50% 100%, 0% 38%);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-flash::before{
  width: 18px;
  height: 24px;
  left: 14px;
  top: 10px;
  clip-path: polygon(55% 0%, 12% 53%, 46% 53%, 36% 100%, 88% 40%, 54% 40%);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-open::before{
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-open::after{
  width: 10px;
  height: 10px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: #ff67b8;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-phone::before{
  width: 16px;
  height: 24px;
  left: 14px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-phone::after{
  width: 5px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  border-radius: 999px;
  background: #ff67b8;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-icon-shield::before{
  width: 21px;
  height: 24px;
  left: 12px;
  top: 9px;
  clip-path: polygon(50% 0%, 88% 14%, 82% 68%, 50% 100%, 18% 68%, 12% 14%);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(225, 198, 214, 0.76);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 252, 0.96));
  box-shadow: 0 18px 46px rgba(92, 43, 76, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-step-card::after{
  content: "";
  position: absolute;
  left: 34px;
  top: 100%;
  width: 2px;
  height: 24px;
  background: linear-gradient(180deg, rgba(232, 65, 155, 0.45), rgba(232, 65, 155, 0));
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-step-card:last-child::after{
  display: none;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(232, 65, 155, 0.34);
  box-shadow: 0 24px 58px rgba(92, 43, 76, 0.12);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4fb3, #ff8ac8 48%, #ffc266);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(232, 65, 155, 0.22);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-step-content{
  min-width: 0;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-step-content h3{
  margin: 0 0 8px;
  color: #251622;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-step-content p{
  margin: 0;
  color: #62515d;
  line-height: 1.66;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-use-card{
  overflow: hidden;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(255, 80, 179, 0.1);
  color: #b91578;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-use-card h3{
  margin-top: 16px;
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fff9fc 100%);
}.wpc-scope-110 .tc-wp-content-root .bfg-editorial-content .bfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-110 .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: 48px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .bfg-editorial-content h2{
    font-size: 26px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 20px;
    border-radius: 18px;
  }.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: 14px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card::after{
    display: none;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .bfg-editorial-content h2{
    font-size: 29px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 22px;
    border-radius: 19px;
  }.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: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card::after{
    display: none;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .bfg-editorial-content .bfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .bfg-editorial-content .bfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .bfg-editorial-content h2{
    font-size: 32px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-card{
    padding: 24px;
  }.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: 34px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card::after{
    display: none;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    width: 62px;
    height: 62px;
    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 h2{
    font-size: 38px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head 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-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: 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: 24px;
    margin-top: 42px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    gap: 24px;
    padding: 28px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    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 34px;
  }.tc-wp-content-root .bfg-editorial-content h2{
    font-size: 46px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.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: 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{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-card{
    gap: 26px;
    padding: 30px;
  }.tc-wp-content-root .bfg-editorial-content .bfg-step-number{
    font-size: 20px;
  }}