@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-120 .tc-wp-content-root img, .wpc-scope-120 .tc-wp-content-root video, .wpc-scope-120 .tc-wp-content-root svg, .wpc-scope-120 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #211b12;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial, .wpc-scope-120 .tc-wp-content-root .gfg-editorial section, .wpc-scope-120 .tc-wp-content-root .gfg-editorial div, .wpc-scope-120 .tc-wp-content-root .gfg-editorial article{
  box-sizing: border-box;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-section{
  position: relative;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-section-white{
  background: #ffffff;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-section-soft{
  background: linear-gradient(180deg, #fffaf0 0%, #fbf7ef 100%);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #9a6a10;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-kicker::before, .wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-kicker::after{
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, #d19a22, #f8db79);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial h2{
  margin: 0;
  color: #1f1a10;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #6d6252;
  line-height: 1.75;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-card{
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(188, 139, 36, 0.2);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  box-shadow: 0 18px 44px rgba(99, 70, 18, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(248, 216, 119, 0.28), rgba(255, 255, 255, 0) 42%);
  opacity: 0.75;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(194, 139, 25, 0.42);
  box-shadow: 0 24px 58px rgba(99, 70, 18, 0.13);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-card h3, .wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-step h3{
  position: relative;
  margin: 0;
  color: #241d10;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-card p, .wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-step p{
  position: relative;
  margin: 10px 0 0;
  color: #706555;
  line-height: 1.7;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border: 1px solid rgba(184, 123, 12, 0.22);
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7d8 0%, #e5ac2f 52%, #8d5b0a 100%);
  box-shadow: 0 14px 28px rgba(180, 124, 22, 0.2);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon::before, .wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon::after{
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-spark::before{
  width: 18px;
  height: 18px;
  background: #ffffff;
  clip-path: polygon(50% 0%, 62% 35%, 100% 50%, 62% 65%, 50% 100%, 38% 65%, 0% 50%, 38% 35%);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-copy::before{
  width: 18px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  transform: translate(3px, 3px);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-copy::after{
  width: 18px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 4px;
  transform: translate(-3px, -3px);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-crown::before{
  width: 22px;
  height: 16px;
  background: #ffffff;
  clip-path: polygon(0 35%, 26% 65%, 50% 20%, 74% 65%, 100% 35%, 88% 100%, 12% 100%);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-type::before{
  width: 24px;
  height: 20px;
  background: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% 24%, 62% 24%, 62% 100%, 38% 100%, 38% 24%, 0 24%);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-mobile::before{
  width: 16px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 5px;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-mobile::after{
  width: 4px;
  height: 4px;
  top: 16px;
  border-radius: 50%;
  background: #ffffff;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-gem::before{
  width: 24px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(18% 0, 82% 0, 100% 35%, 50% 100%, 0 35%);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-free::before{
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-free::after{
  width: 10px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-fast::before{
  width: 24px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-fast::after{
  width: 10px;
  height: 2px;
  background: #ffffff;
  transform: translate(3px, -1px) rotate(-35deg);
  transform-origin: left center;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-icon-safe::before{
  width: 22px;
  height: 24px;
  background: #ffffff;
  clip-path: polygon(50% 0, 92% 18%, 84% 72%, 50% 100%, 16% 72%, 8% 18%);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(187, 132, 24, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(89, 66, 27, 0.07);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-step::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ffe58c, #c38816, #7a4f08);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-step:hover{
  transform: translateY(-4px);
  border-color: rgba(194, 139, 25, 0.44);
  box-shadow: 0 24px 58px rgba(89, 66, 27, 0.11);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-step-number{
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #fff0a8 0%, #d39a24 46%, #6f4707 100%);
  box-shadow: 0 14px 30px rgba(157, 104, 14, 0.24);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-step-content{
  min-width: 0;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-use-card .gfg-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  border: 1px solid rgba(190, 134, 20, 0.24);
  border-radius: 999px;
  color: #7b530d;
  font-size: 12px;
  font-weight: 850;
  background: linear-gradient(135deg, #fff6d2, #fffdf6);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-note-card{
  background: linear-gradient(180deg, #ffffff 0%, #fff8e3 100%);
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-120 .tc-wp-content-root .gfg-editorial .gfg-reveal.gfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gfg-editorial .gfg-section{
    padding: 50px 0;
  }.tc-wp-content-root .gfg-editorial .gfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .gfg-editorial h2{
    font-size: 27px;
  }.tc-wp-content-root .gfg-editorial .gfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial .gfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial .gfg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .gfg-editorial .gfg-card h3, .tc-wp-content-root .gfg-editorial .gfg-step h3{
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial .gfg-card p, .tc-wp-content-root .gfg-editorial .gfg-step p{
    font-size: 14px;
  }.tc-wp-content-root .gfg-editorial .gfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial .gfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .gfg-editorial .gfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gfg-editorial .gfg-section{
    padding: 56px 0;
  }.tc-wp-content-root .gfg-editorial .gfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .gfg-editorial h2{
    font-size: 30px;
  }.tc-wp-content-root .gfg-editorial .gfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial .gfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gfg-editorial .gfg-card{
    padding: 24px;
  }.tc-wp-content-root .gfg-editorial .gfg-card h3, .tc-wp-content-root .gfg-editorial .gfg-step h3{
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial .gfg-card p, .tc-wp-content-root .gfg-editorial .gfg-step p{
    font-size: 14.5px;
  }.tc-wp-content-root .gfg-editorial .gfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gfg-editorial .gfg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .gfg-editorial .gfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gfg-editorial .gfg-section{
    padding: 64px 0;
  }.tc-wp-content-root .gfg-editorial .gfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .gfg-editorial h2{
    font-size: 34px;
  }.tc-wp-content-root .gfg-editorial .gfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial .gfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gfg-editorial .gfg-card{
    padding: 28px;
  }.tc-wp-content-root .gfg-editorial .gfg-card h3, .tc-wp-content-root .gfg-editorial .gfg-step h3{
    font-size: 21px;
  }.tc-wp-content-root .gfg-editorial .gfg-card p, .tc-wp-content-root .gfg-editorial .gfg-step p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial .gfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gfg-editorial .gfg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .gfg-editorial .gfg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gfg-editorial .gfg-section{
    padding: 78px 0;
  }.tc-wp-content-root .gfg-editorial .gfg-container{
    padding: 0 34px;
  }.tc-wp-content-root .gfg-editorial h2{
    font-size: 42px;
  }.tc-wp-content-root .gfg-editorial .gfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial .gfg-grid-six, .tc-wp-content-root .gfg-editorial .gfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .gfg-editorial .gfg-card{
    padding: 30px;
  }.tc-wp-content-root .gfg-editorial .gfg-card h3, .tc-wp-content-root .gfg-editorial .gfg-step h3{
    font-size: 22px;
  }.tc-wp-content-root .gfg-editorial .gfg-card p, .tc-wp-content-root .gfg-editorial .gfg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial .gfg-steps{
    gap: 20px;
    margin-top: 44px;
  }.tc-wp-content-root .gfg-editorial .gfg-step{
    gap: 24px;
    padding: 30px 34px;
  }.tc-wp-content-root .gfg-editorial .gfg-step-number{
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gfg-editorial .gfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .gfg-editorial .gfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .gfg-editorial h2{
    font-size: 48px;
  }.tc-wp-content-root .gfg-editorial .gfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial .gfg-grid-six, .tc-wp-content-root .gfg-editorial .gfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .gfg-editorial .gfg-card{
    padding: 32px;
  }.tc-wp-content-root .gfg-editorial .gfg-card h3, .tc-wp-content-root .gfg-editorial .gfg-step h3{
    font-size: 23px;
  }.tc-wp-content-root .gfg-editorial .gfg-card p, .tc-wp-content-root .gfg-editorial .gfg-step p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial .gfg-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .gfg-editorial .gfg-step{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .gfg-editorial .gfg-step-number{
    font-size: 22px;
  }}