@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-693 .tc-wp-content-root img, .wpc-scope-693 .tc-wp-content-root video, .wpc-scope-693 .tc-wp-content-root svg, .wpc-scope-693 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #1f2328;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap section, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap div, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-section{
  position: relative;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-white{
  background: #ffffff;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f1ea 100%);
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #8b4e22;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-kicker::before, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-kicker::after{
  content: "";
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b97834, #e5c07b);
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
  margin: 0;
  color: #171717;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
  margin: 16px auto 0;
  max-width: 700px;
  color: #5c5f66;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-card, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(137, 91, 43, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(58, 40, 20, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-card::before, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #7d4a25, #c9873d, #e5c07b);
  opacity: 0.9;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(185, 120, 52, 0.34);
  box-shadow: 0 24px 58px rgba(58, 40, 20, 0.13);
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card h3{
  margin: 0;
  color: #202124;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card p{
  margin: 10px 0 0;
  color: #62656c;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fff7e8, #f3dfbd);
  box-shadow: inset 0 0 0 1px rgba(137, 91, 43, 0.12), 0 10px 20px rgba(137, 91, 43, 0.12);
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon::before, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon::after{
  content: "";
  position: absolute;
  background: #8b4e22;
  transition: transform 220ms ease;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover .gfg-icon::before, .wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-card:hover .gfg-icon::after{
  transform: translateY(-2px);
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #8b4e22;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-preview::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-radius: 50%;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 17px;
  top: 12px;
  border: 2px solid #8b4e22;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 12px;
  top: 17px;
  border: 2px solid #8b4e22;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-serif::before{
  content: "G";
  left: 13px;
  top: 5px;
  background: transparent;
  color: #8b4e22;
  font-family: Georgia, serif;
  font-size: 30px;
  font-weight: 700;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-serif::after{
  display: none;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-options::before{
  width: 24px;
  height: 3px;
  left: 11px;
  top: 15px;
  border-radius: 999px;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-options::after{
  width: 18px;
  height: 3px;
  left: 14px;
  top: 27px;
  border-radius: 999px;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-clean::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #8b4e22;
  border-radius: 50%;
  background: transparent;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-clean::after{
  width: 10px;
  height: 2px;
  left: 18px;
  top: 22px;
  border-radius: 999px;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  clip-path: polygon(45% 0, 100% 0, 58% 42%, 100% 42%, 28% 100%, 45% 55%, 0 55%);
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-icon-fast::after{
  display: none;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(137, 91, 43, 0.16);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(58, 40, 20, 0.08);
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-card::after{
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 192, 123, 0.26), rgba(229, 192, 123, 0));
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
  display: grid;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  border-radius: 20px;
  background: linear-gradient(135deg, #70401f, #bd7830 58%, #dfb76c);
  box-shadow: 0 18px 30px rgba(137, 91, 43, 0.2);
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-use-card .gfg-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border: 1px solid rgba(185, 120, 52, 0.22);
  border-radius: 999px;
  background: #fff7e8;
  color: #8b4e22;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card{
  text-align: left;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-mark{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7d4a25, #c9873d);
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-mark::after{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-693 .tc-wp-content-root .gfg-editorial-wrap .gfg-reveal.gfg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
    font-size: 27px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card{
    padding: 24px 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 60px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
    font-size: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card{
    padding: 26px 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 66px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
    font-size: 34px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card{
    padding: 28px 24px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 82px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
    font-size: 42px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid-3, .tc-wp-content-root .gfg-editorial-wrap .gfg-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card{
    padding: 30px 26px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 72px;
    height: 72px;
    font-size: 20px;
  }}@media (min-width: 1024px){.tc-wp-content-root .gfg-editorial-wrap .gfg-section{
    padding: 96px 0;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head h2{
    font-size: 48px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-grid-3, .tc-wp-content-root .gfg-editorial-wrap .gfg-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card{
    padding: 32px 28px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content h3, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card h3{
    font-size: 22px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-card p, .tc-wp-content-root .gfg-editorial-wrap .gfg-step-content p, .tc-wp-content-root .gfg-editorial-wrap .gfg-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .gfg-editorial-wrap .gfg-step-number{
    width: 78px;
    height: 78px;
    font-size: 21px;
  }}