@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-352 .tc-wp-content-root img, .wpc-scope-352 .tc-wp-content-root video, .wpc-scope-352 .tc-wp-content-root svg, .wpc-scope-352 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #201a24;
  font-family: inherit;
  background: #ffffff;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content section, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content div, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content article{
  box-sizing: border-box;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-section{
  position: relative;
  width: 100%;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-section-white{
  background: #ffffff;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-section-soft{
  background: linear-gradient(180deg, #fff8f7 0%, #fffdfb 100%);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 0 14px;
  padding: 7px 14px;
  border: 1px solid rgba(184, 94, 111, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(184, 94, 111, 0.12), rgba(213, 167, 97, 0.13));
  color: #9d4b5d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-section-head h2{
  margin: 0;
  color: #211725;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-section-head p{
  margin: 16px auto 0;
  color: #665d69;
  line-height: 1.75;
  font-weight: 400;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-card, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(101, 72, 86, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(63, 34, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-card::before, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #b85e6f, #d5a761, #f1c7c7);
  opacity: 0.9;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-card:hover, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card:hover{
  transform: translateY(-6px);
  border-color: rgba(184, 94, 111, 0.28);
  box-shadow: 0 24px 56px rgba(63, 34, 45, 0.13);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-card h3, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card h3, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-step-content h3{
  margin: 0;
  color: #241827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-card p, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card p, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-step-content p{
  margin: 11px 0 0;
  color: #675d69;
  line-height: 1.7;
  font-weight: 400;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #b85e6f, #d5a761);
  box-shadow: 0 12px 24px rgba(184, 94, 111, 0.2);
  transition: transform 260ms ease;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-card:hover .wfg-icon{
  transform: translateY(-3px) rotate(-2deg);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon::before, .wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon-spark::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 14px;
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon-copy::before{
  width: 16px;
  height: 19px;
  left: 17px;
  top: 13px;
  border-radius: 3px;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon-copy::after{
  width: 16px;
  height: 19px;
  left: 12px;
  top: 17px;
  border: 2px solid #ffffff;
  border-radius: 3px;
  background: transparent;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon-heart::before{
  width: 19px;
  height: 17px;
  left: 14px;
  top: 15px;
  transform: rotate(-45deg);
  border-radius: 5px 5px 2px 2px;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon-ring::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 17px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon-ring::after{
  width: 9px;
  height: 7px;
  left: 19px;
  top: 10px;
  clip-path: polygon(50% 0, 100% 55%, 70% 100%, 30% 100%, 0 55%);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon-note::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 4px;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon-note::after{
  width: 10px;
  height: 2px;
  left: 18px;
  top: 20px;
  box-shadow: 0 6px 0 #ffffff;
  background: #b85e6f;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-icon-gem::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 15px;
  clip-path: polygon(18% 0, 82% 0, 100% 38%, 50% 100%, 0 38%);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-steps{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(184, 94, 111, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(76, 45, 52, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-step-card::after{
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213, 167, 97, 0.2) 0%, rgba(213, 167, 97, 0) 68%);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(184, 94, 111, 0.32);
  box-shadow: 0 24px 56px rgba(76, 45, 52, 0.12);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #b85e6f, #d5a761);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(184, 94, 111, 0.22);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin: 0 0 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(184, 94, 111, 0.1);
  color: #9d4b5d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card{
  background: #ffffff;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-benefit-mark{
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(184, 94, 111, 0.14), rgba(213, 167, 97, 0.18));
  position: relative;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  left: 12px;
  top: 13px;
  border-left: 3px solid #b85e6f;
  border-bottom: 3px solid #b85e6f;
  transform: rotate(-45deg);
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease;
}.wpc-scope-352 .tc-wp-content-root .wfg-bottom-content .wfg-reveal.wfg-is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .wfg-bottom-content .wfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .wfg-bottom-content .wfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card h3, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card h3, .tc-wp-content-root .wfg-bottom-content .wfg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card p, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card p, .tc-wp-content-root .wfg-bottom-content .wfg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .wfg-bottom-content .wfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .wfg-bottom-content .wfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card h3, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card h3, .tc-wp-content-root .wfg-bottom-content .wfg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card p, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card p, .tc-wp-content-root .wfg-bottom-content .wfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .wfg-bottom-content .wfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .wfg-bottom-content .wfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card{
    padding: 28px 24px;
    border-radius: 21px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card h3, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card h3, .tc-wp-content-root .wfg-bottom-content .wfg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card p, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card p, .tc-wp-content-root .wfg-bottom-content .wfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .wfg-bottom-content .wfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .wfg-bottom-content .wfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-grid-3{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .wfg-bottom-content .wfg-card, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card h3, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card h3, .tc-wp-content-root .wfg-bottom-content .wfg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card p, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card p, .tc-wp-content-root .wfg-bottom-content .wfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-step-number{
    width: 68px;
    height: 68px;
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .wfg-bottom-content .wfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .wfg-bottom-content .wfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .wfg-bottom-content .wfg-card, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card{
    padding: 32px 28px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card h3, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card h3, .tc-wp-content-root .wfg-bottom-content .wfg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-card p, .tc-wp-content-root .wfg-bottom-content .wfg-benefit-card p, .tc-wp-content-root .wfg-bottom-content .wfg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .wfg-bottom-content .wfg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}