@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-302 .tc-wp-content-root img, .wpc-scope-302 .tc-wp-content-root video, .wpc-scope-302 .tc-wp-content-root svg, .wpc-scope-302 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17212b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap div, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap section, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap article{
  box-sizing: border-box;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-section{
  position: relative;
  width: 100%;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-section-white{
  background: #ffffff;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f7f3ed 100%);
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(184, 48, 70, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(184, 48, 70, 0.1), rgba(211, 149, 53, 0.12));
  color: #9f263d;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
  margin: 0;
  color: #151a21;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.13;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5d6671;
  font-weight: 450;
  line-height: 1.7;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-card, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-trust-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(20, 28, 37, 0.08);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(29, 35, 44, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-card::before, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(184, 48, 70, 0.34), rgba(211, 149, 53, 0.24), rgba(30, 128, 107, 0.18));
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-card:hover, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-trust-card:hover{
  transform: translateY(-6px);
  border-color: rgba(184, 48, 70, 0.18);
  box-shadow: 0 24px 60px rgba(29, 35, 44, 0.11);
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-card:hover::before, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-card h3, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-trust-card h3{
  margin: 0;
  color: #19212b;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-card p, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-step-card p, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-trust-card p{
  margin: 10px 0 0;
  color: #5c6670;
  font-weight: 430;
  line-height: 1.68;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #b83046, #d39535);
  box-shadow: 0 12px 24px rgba(184, 48, 70, 0.18);
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon::before, .wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  transition: transform 240ms ease;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-card:hover .afg-icon::before{
  transform: translateY(-2px);
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon-preview::before{
  width: 22px;
  height: 14px;
  left: 13px;
  top: 17px;
  border-radius: 10px;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 21px;
  top: 21px;
  border-radius: 50%;
  background: #b83046;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon-copy::before{
  width: 17px;
  height: 21px;
  left: 18px;
  top: 13px;
  border-radius: 4px;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon-copy::after{
  width: 17px;
  height: 21px;
  left: 13px;
  top: 18px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon-creative::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  clip-path: polygon(50% 0%, 60% 36%, 98% 36%, 67% 58%, 78% 94%, 50% 72%, 22% 94%, 33% 58%, 2% 36%, 40% 36%);
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon-display::before{
  width: 24px;
  height: 4px;
  left: 12px;
  top: 16px;
  border-radius: 999px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon-clean::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon-clean::after{
  width: 14px;
  height: 7px;
  left: 17px;
  top: 19px;
  border-left: 3px solid #b83046;
  border-bottom: 3px solid #b83046;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-icon-flex::before{
  width: 26px;
  height: 18px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: transparent;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid rgba(20, 28, 37, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(29, 35, 44, 0.06);
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-step-card::after{
  content: "";
  position: absolute;
  left: 45px;
  top: 76px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(184, 48, 70, 0.28), rgba(211, 149, 53, 0));
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-step-card:last-child::after{
  display: none;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #b83046, #d39535);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 26px rgba(184, 48, 70, 0.2);
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-use-card{
  overflow: hidden;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  margin: 0 0 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f4ece4;
  color: #9f263d;
  font-size: 12px;
  font-weight: 800;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-trust-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(30, 128, 107, 0.14), rgba(211, 149, 53, 0.18));
  position: relative;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-trust-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #1e806b;
  border-bottom: 3px solid #1e806b;
  transform: rotate(-45deg);
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-reveal{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}.wpc-scope-302 .tc-wp-content-root .afg-editorial-wrap .afg-reveal.afg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 48px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 14px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head{
    margin-bottom: 28px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 14.5px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card{
    padding: 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card h3{
    font-size: 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card p{
    font-size: 14px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 16px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card::after{
    display: none;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 54px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head{
    margin-bottom: 30px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card{
    padding: 24px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card h3{
    font-size: 18.5px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 18px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card::after{
    display: none;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 60px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head{
    margin-bottom: 34px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card{
    padding: 26px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card h3{
    font-size: 19px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card p{
    font-size: 15px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 20px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card::after{
    display: none;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 76px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 32px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head{
    margin-bottom: 42px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid-trust{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .afg-editorial-wrap .afg-card, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card{
    padding: 28px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card h3{
    font-size: 20px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 22px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    padding: 28px;
    gap: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .afg-editorial-wrap .afg-section{
    padding: 92px 0;
  }.tc-wp-content-root .afg-editorial-wrap .afg-container{
    padding: 0 32px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head{
    margin-bottom: 48px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head h2{
    font-size: 44px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-grid-3, .tc-wp-content-root .afg-editorial-wrap .afg-grid-trust{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card{
    padding: 30px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-step-card h3, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card h3{
    font-size: 21px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-card p, .tc-wp-content-root .afg-editorial-wrap .afg-step-card p, .tc-wp-content-root .afg-editorial-wrap .afg-trust-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-steps{
    gap: 24px;
  }.tc-wp-content-root .afg-editorial-wrap .afg-step-card{
    padding: 30px;
    gap: 24px;
  }}.wpc-scope-302 .tc-wp-content-root .afg-step-content{}