@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-518 .tc-wp-content-root img, .wpc-scope-518 .tc-wp-content-root video, .wpc-scope-518 .tc-wp-content-root svg, .wpc-scope-518 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content{
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content, .wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content section, .wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content div, .wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content article{
  box-sizing: border-box;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-section{
  position: relative;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-section-white{
  background: #ffffff;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-section-soft{
  background: linear-gradient(180deg, #fbfaf7 0%, #f6f3ee 100%);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-section-header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 12px;
  border: 1px solid rgba(159, 38, 64, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(159, 38, 64, 0.09), rgba(194, 130, 49, 0.1));
  color: #8a1f38;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-kicker::before{
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #9f2640, #c28231);
  box-shadow: 0 0 0 4px rgba(159, 38, 64, 0.1);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-section-header h2{
  margin: 0;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-section-header p{
  margin: 14px auto 0;
  color: #5d6678;
  line-height: 1.7;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #9f2640, #c28231, #1f5f79);
  opacity: 0.92;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-card:hover{
  transform: translateY(-6px);
  border-color: rgba(159, 38, 64, 0.22);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.12);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-card h3, .wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card h3{
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-card p, .wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card p{
  margin: 10px 0 0;
  color: #606a7c;
  line-height: 1.68;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon{
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(159, 38, 64, 0.12), rgba(194, 130, 49, 0.14));
  border: 1px solid rgba(159, 38, 64, 0.12);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon::before, .wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon::after{
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-card:hover .nytfg-icon::before, .wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-card:hover .nytfg-icon::after{
  transform: translateY(-2px);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-preview::before{
  width: 20px;
  height: 13px;
  left: 10px;
  top: 14px;
  border: 2px solid #9f2640;
  border-radius: 999px;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-preview::after{
  width: 6px;
  height: 6px;
  left: 17px;
  top: 17px;
  border-radius: 50%;
  background: #c28231;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-copy::before{
  width: 15px;
  height: 18px;
  left: 15px;
  top: 10px;
  border: 2px solid #9f2640;
  border-radius: 4px;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-copy::after{
  width: 15px;
  height: 18px;
  left: 10px;
  top: 15px;
  border: 2px solid #c28231;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.45);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-editorial::before{
  width: 20px;
  height: 3px;
  left: 11px;
  top: 12px;
  background: #9f2640;
  box-shadow: 0 7px 0 #c28231, 0 14px 0 #1f5f79;
  border-radius: 999px;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-creative::before{
  width: 18px;
  height: 18px;
  left: 12px;
  top: 12px;
  border: 2px solid #9f2640;
  border-radius: 50%;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-creative::after{
  width: 7px;
  height: 7px;
  right: 9px;
  top: 9px;
  border-radius: 50%;
  background: #c28231;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-fast::before{
  width: 22px;
  height: 22px;
  left: 10px;
  top: 10px;
  border: 2px solid #9f2640;
  border-radius: 50%;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-fast::after{
  width: 9px;
  height: 2px;
  left: 21px;
  top: 20px;
  background: #c28231;
  transform-origin: left center;
  transform: rotate(-35deg);
  border-radius: 999px;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-clean::before{
  width: 18px;
  height: 18px;
  left: 12px;
  top: 12px;
  border: 2px solid #9f2640;
  border-radius: 5px;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-clean::after{
  width: 11px;
  height: 6px;
  left: 16px;
  top: 17px;
  border-left: 2px solid #c28231;
  border-bottom: 2px solid #c28231;
  transform: rotate(-45deg);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-free::before{
  width: 20px;
  height: 20px;
  left: 11px;
  top: 11px;
  border: 2px solid #9f2640;
  border-radius: 50%;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-free::after{
  width: 12px;
  height: 2px;
  left: 15px;
  top: 20px;
  background: #c28231;
  border-radius: 999px;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-mobile::before{
  width: 15px;
  height: 24px;
  left: 14px;
  top: 8px;
  border: 2px solid #9f2640;
  border-radius: 5px;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-mobile::after{
  width: 4px;
  height: 4px;
  left: 19px;
  bottom: 12px;
  border-radius: 50%;
  background: #c28231;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-private::before{
  width: 20px;
  height: 15px;
  left: 11px;
  top: 17px;
  border-radius: 5px;
  background: #9f2640;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-icon-private::after{
  width: 12px;
  height: 11px;
  left: 15px;
  top: 9px;
  border: 2px solid #c28231;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-step-list{
  display: grid;
  grid-template-columns: 1fr;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(23, 32, 51, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38px;
  width: 1px;
  background: linear-gradient(180deg, rgba(159, 38, 64, 0), rgba(159, 38, 64, 0.22), rgba(194, 130, 49, 0));
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(159, 38, 64, 0.22);
  box-shadow: 0 24px 60px rgba(23, 32, 51, 0.11);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 24px;
  background: linear-gradient(135deg, #9f2640, #c28231);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(159, 38, 64, 0.22);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-step-content{
  min-width: 0;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fffdf9 100%);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-badge{
  display: inline-flex;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(31, 95, 121, 0.08);
  border: 1px solid rgba(31, 95, 121, 0.13);
  color: #1f5f79;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-benefit-card{
  background: #ffffff;
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-518 .tc-wp-content-root .nytfg-editorial-content .nytfg-reveal.nytfg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .nytfg-editorial-content .nytfg-section{
    padding: 48px 0;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-container{
    padding: 0 14px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header{
    margin-bottom: 26px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header h2{
    font-size: 26px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card{
    padding: 24px;
    border-radius: 18px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card h3, .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card p, .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card p{
    font-size: 14px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-list{
    gap: 16px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-card::after{
    display: none;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-number{
    width: 58px;
    height: 58px;
    border-radius: 18px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .nytfg-editorial-content .nytfg-section{
    padding: 54px 0;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-container{
    padding: 0 18px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header{
    margin-bottom: 30px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header h2{
    font-size: 29px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card{
    padding: 26px;
    border-radius: 20px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card h3, .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card p, .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-list{
    gap: 18px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-card::after{
    display: none;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-number{
    width: 62px;
    height: 62px;
    border-radius: 19px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .nytfg-editorial-content .nytfg-section{
    padding: 62px 0;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-container{
    padding: 0 22px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header h2{
    font-size: 32px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card{
    padding: 28px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card h3, .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card p, .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card p{
    font-size: 15px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-list{
    gap: 20px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-card::after{
    display: none;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .nytfg-editorial-content .nytfg-section{
    padding: 76px 0;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-container{
    padding: 0 32px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header{
    margin-bottom: 42px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header h2{
    font-size: 40px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card-grid{
    gap: 22px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-grid-six, .tc-wp-content-root .nytfg-editorial-content .nytfg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card{
    padding: 30px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card h3, .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card p, .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-list{
    gap: 20px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-number{
    font-size: 21px;
  }}@media (min-width: 1024px){.tc-wp-content-root .nytfg-editorial-content .nytfg-section{
    padding: 92px 0;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-container{
    padding: 0 28px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header{
    margin-bottom: 48px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header h2{
    font-size: 46px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card-grid{
    gap: 24px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-grid-six, .tc-wp-content-root .nytfg-editorial-content .nytfg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card{
    padding: 32px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card h3, .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-card p, .tc-wp-content-root .nytfg-editorial-content .nytfg-step-card p{
    font-size: 16px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-list{
    gap: 22px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .nytfg-editorial-content .nytfg-step-number{
    font-size: 22px;
  }}